You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by me...@apache.org on 2018/11/06 13:25:04 UTC

svn commit: r1845915 - /openoffice/trunk/main/vcl/source/window/dockingarea.cxx

Author: mechtilde
Date: Tue Nov  6 13:25:04 2018
New Revision: 1845915

URL: http://svn.apache.org/viewvc?rev=1845915&view=rev
Log:
correct typo in main/vcl/source/window

Modified:
    openoffice/trunk/main/vcl/source/window/dockingarea.cxx

Modified: openoffice/trunk/main/vcl/source/window/dockingarea.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/source/window/dockingarea.cxx?rev=1845915&r1=1845914&r2=1845915&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/source/window/dockingarea.cxx (original)
+++ openoffice/trunk/main/vcl/source/window/dockingarea.cxx Tue Nov  6 13:25:04 2018
@@ -98,7 +98,7 @@ void DockingAreaWindow::DataChanged( con
 
 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)