summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:45 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-08 12:21:19 +0200
commite544f449eded2738b45de4be13c72b128a16bafe (patch)
tree3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /sfx2
parent307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff)
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/splitwin.cxx4
-rw-r--r--sfx2/source/view/frame.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index 9423b791a88c..077dbe389b11 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -733,7 +733,7 @@ void SfxSplitWindow::InsertWindow_Impl( SfxDock_Impl* pDock,
if ( GetItemCount( 0 ) == 1 && GetItemCount( 1 ) == 1 )
{
// The Rearranging in WorkWindow and a Show() on the SplitWindow is
- // caues by SfxDockingwindow (->SfxWorkWindow::ConfigChild_Impl)
+ // caused by SfxDockingwindow (->SfxWorkWindow::ConfigChild_Impl)
if ( !bPinned && !IsFloatingMode() )
{
bPinned = true;
@@ -815,7 +815,7 @@ void SfxSplitWindow::RemoveWindow( SfxDockingWindow* pDockWin, bool bHide )
// removing the last DockingWindows.
if ( GetItemCount( nSet ) == 1 && GetItemCount( 0 ) == 1 )
{
- // The Rearranging in WorkWindow is caues by SfxDockingwindow
+ // The Rearranging in WorkWindow is caused by SfxDockingwindow
Hide();
pEmptyWin->aTimer.Stop();
sal_uInt16 nRealState = pEmptyWin->nState;
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index 8f2d6244cda1..1594cf3ea344 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -385,7 +385,7 @@ void SfxFrame::GetViewData_Impl()
pSet->Put( SfxUInt16Item( SID_VIEW_ID, pViewFrame->GetCurViewId() ) );
if ( pChildArr )
{
- // For Framesets also the data from the ChildViews hace to be processed
+ // For Framesets also the data from the ChildViews have to be processed
sal_uInt16 nCount = pChildArr->size();
for ( sal_uInt16 n=nCount; n>0; n--)
{