View | Details | Raw Unified | Return to issue 63930
Collapse All | Expand All

(-)source/svdraw/svdpagv.cxx (-7 lines)
Lines 150-162 Link Here
150
    // adjust the initial visibility according to the visibility of the layer
150
    // adjust the initial visibility according to the visibility of the layer
151
    // 2003-06-03 - #110592# - fs@openoffice.org
151
    // 2003-06-03 - #110592# - fs@openoffice.org
152
    adjustControlVisibility( true );
152
    adjustControlVisibility( true );
153
154
    // no start this design mode listening
155
    if ( bOldVisible && !bOldVisible )
156
        // visibility changed from true to false -> explicitly
157
        // start DesignModeListening
158
        // 2003-07-18 - #110916# - fs@openoffice.org
159
        switchDesignModeListening( true );
160
}
153
}
161
154
162
//------------------------------------------------------------------------------
155
//------------------------------------------------------------------------------

Return to issue 63930