summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-23 18:47:10 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-24 16:44:31 +0100
commit85643ad3b66ee057a6d620d6284a2b1b19de8dc8 (patch)
treec86f6330310039bcc69ac518d486d27186de0651 /sfx2/source
parentfa2a43c29051b1bdcd0aef2e9cebfd206a4448ce (diff)
Fix typos
Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b Reviewed-on: https://gerrit.libreoffice.org/50260 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/dialog/splitwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index d51a54c3e6ac..6b083b434d33 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -412,7 +412,7 @@ void SfxSplitWindow::Split()
}
}
- // workaround insuffiency of <SplitWindow> regarding dock layouting:
+ // workaround insufficiency of <SplitWindow> regarding dock layouting:
// apply FIXED item size as 'original' item size to improve layouting of undock-dock-cycle of a window
{
DeactivateUpdateMode aDeactivateUpdateMode( *this );
@@ -731,7 +731,7 @@ void SfxSplitWindow::InsertWindow_Impl( SfxDock_Impl const * pDock,
delete pDeactivateUpdateMode;
- // workaround insuffiency of <SplitWindow> regarding dock layouting:
+ // workaround insufficiency of <SplitWindow> regarding dock layouting:
// apply FIXED item size as 'original' item size to improve layouting of undock-dock-cycle of a window
{
std::vector< std::pair< sal_uInt16, long > > aNewOrgSizes;