diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 94efbcd72f53..a246a975a3d5 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -1934,7 +1934,7 @@ void X11SalFrame::SetPosSize( const tools::Rectangle &rPosSize ) if( values.width != static_cast<int>(maGeometry.nWidth) || values.height != static_cast<int>(maGeometry.nHeight) ) bSized = true; - // do net set WMNormalHints for .. + // do not set WMNormalHints for... if( // child windows ! IsChildWindow() |