summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-08 13:42:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-08 13:43:26 +0200
commitee3cea14c84442da93380941b1ec3a46e8003bca (patch)
tree4075ba97774836557920ffd02c1df793a6d89982 /sfx2
parentconvert pdf links tab page to .ui (diff)
downloadcore-ee3cea14c84442da93380941b1ec3a46e8003bca.tar.gz
core-ee3cea14c84442da93380941b1ec3a46e8003bca.zip
Typos: alwas -> always
Change-Id: Ibb064dd68dbee46e02b512a2a1a8dee34b0fd444
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/workwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index c1c9fdf5d5d4..ee5422b654e8 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -1972,7 +1972,7 @@ void SfxWorkWindow::SetChildWindowVisible_Impl( sal_uInt32 lId, sal_Bool bEnable
SfxChildWin_Impl *pCW=NULL;
SfxWorkWindow *pWork = pParent;
- // Get the top parent, child windows are alwas registered at the
+ // Get the top parent, child windows are always registered at the
// task of the WorkWindow for example the frame or on AppWorkWindow
while ( pWork && pWork->pParent )
pWork = pWork->pParent;
@@ -2162,7 +2162,7 @@ sal_Bool SfxWorkWindow::IsFloating( sal_uInt16 nId )
SfxChildWin_Impl *pCW=NULL;
SfxWorkWindow *pWork = pParent;
- // Get the top parent, child windows are alwas registered at the
+ // Get the top parent, child windows are always registered at the
// task of the WorkWindow for example the frame or on AppWorkWindow
while ( pWork && pWork->pParent )
pWork = pWork->pParent;
@@ -2246,7 +2246,7 @@ void SfxWorkWindow::SetChildWindow_Impl(sal_uInt16 nId, sal_Bool bOn, sal_Bool b
SfxChildWin_Impl *pCW=NULL;
SfxWorkWindow *pWork = pParent;
- // Get the top parent, child windows are alwas registered at the
+ // Get the top parent, child windows are always registered at the
// task of the WorkWindow for example the frame or on AppWorkWindow
while ( pWork && pWork->pParent )
pWork = pWork->pParent;