diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-23 09:58:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:28:31 +0000 |
commit | 69c88a32aad2cafde197e98557868ad069795d60 (patch) | |
tree | 86fbddd2167952c13b10ca989d37e179a63cdde9 /vcl | |
parent | 2a5a4497c210b649fdfaae8b74d742f23df32499 (diff) |
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
Reviewed-on: https://gerrit.libreoffice.org/16522
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/outdev.h | 2 | ||||
-rw-r--r-- | vcl/source/window/dockingarea.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 7d4479825667..abedf48e2f95 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -83,7 +83,7 @@ protected: }; // ImplDirectFontSubstitution is for Tools->Options->FontReplacement and PsPrinter substitutions -// The clss is just a simple port of the unmaintainable manual-linked-list based mechanism +// The class is just a simple port of the unmaintainable manual-linked-list based mechanism // TODO: get rid of this class when the Tools->Options->FontReplacement tabpage is gone for good struct ImplFontSubstEntry 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) |