summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog/splitwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/splitwin.cxx')
-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 23675d42e182..c58505a244b6 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -718,7 +718,7 @@ void SfxSplitWindow::InsertWindow_Impl( SfxDock_Impl* pDock,
InsertItem( pDockWin->GetType(), pDockWin, nWinSize, nPos, nSet, nItemBits );
// SplitWindows are once created in SFX and when inserting the first
- // DockingWindows is made visable.
+ // DockingWindows is made visible.
if ( GetItemCount( 0 ) == 1 && GetItemCount( 1 ) == 1 )
{
// The Rearranging in WorkWindow and a Show() on the SplitWindow is
@@ -1154,7 +1154,7 @@ void SfxSplitWindow::SetFadeIn_Impl( bool bOn )
pEmptyWin->nState |= 2;
if ( IsFloatingMode() )
{
- // FloatingWindow is not visable, thus display it
+ // FloatingWindow is not visible, thus display it
pWorkWin->ArrangeAutoHideWindows( this );
Show();
}