diff options
-rw-r--r-- | qadevOOo/runner/lib/Status.java | 2 | ||||
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java index 0dc6f9e8bd64..e19f8bb39169 100644 --- a/qadevOOo/runner/lib/Status.java +++ b/qadevOOo/runner/lib/Status.java @@ -88,7 +88,7 @@ public class Status extends SimpleStatus { /** * This is a factory method for creating a Status representing that the - * result of the activity was excluded. It alwas has FAILED state. + * result of the activity was excluded. It always has FAILED state. */ public static Status excluded() { return new Status( EXCLUDED, false ); 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; |