diff options
Diffstat (limited to 'vcl/source/window/dockingarea.cxx')
-rw-r--r-- | vcl/source/window/dockingarea.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx index f60292be9dc0..aa88007b7a40 100644 --- a/vcl/source/window/dockingarea.cxx +++ b/vcl/source/window/dockingarea.cxx @@ -75,7 +75,7 @@ void DockingAreaWindow::DataChanged( const DataChangedEvent& rDCEvt ) static void ImplInvalidateMenubar( DockingAreaWindow* pThis ) { - // due to a possible comon gradient covering menubar and top dockingarea + // due to a possible common gradient covering menubar and top dockingarea // the menubar must be repainted if the top dockingarea changes size or visibility if( ImplGetSVData()->maNWFData.mbMenuBarDockingAreaCommonBG && (pThis->GetAlign() == WINDOWALIGN_TOP) |