summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/navigat.cxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2011-03-10 17:12:19 +0530
committerMuthu Subramanian K <sumuthu@novell.com>2011-03-10 17:12:19 +0530
commit847b372451211d4e03c7f007c5e1149d70039648 (patch)
tree86131d1bdfe4130837fa311b6dd50233dddbefd6 /sfx2/source/dialog/navigat.cxx
parentb043148959abfef842554690ee029ec686917beb (diff)
Translation and typos (2).
Diffstat (limited to 'sfx2/source/dialog/navigat.cxx')
-rw-r--r--sfx2/source/dialog/navigat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx
index a84496c65549..fa8bba0ed858 100644
--- a/sfx2/source/dialog/navigat.cxx
+++ b/sfx2/source/dialog/navigat.cxx
@@ -81,7 +81,7 @@ void SfxNavigator::Resizing( Size &rSize )
SfxDockingWindow::Resizing( rSize );
SfxChildWindowContext *pCon = GetChildWindow_Impl()->GetContext_Impl();
- DBG_ASSERT( pCon, "Kein Context!" );
+ DBG_ASSERT( pCon, "No Context!" );
if ( pCon )
pCon->Resizing( rSize );
}
@@ -89,7 +89,7 @@ void SfxNavigator::Resizing( Size &rSize )
BOOL SfxNavigator::Close()
{
SfxChildWindowContext *pCon = GetChildWindow_Impl()->GetContext_Impl();
- DBG_ASSERT( pCon, "Kein Context!" );
+ DBG_ASSERT( pCon, "No Context!" );
if ( !pCon || pCon->Close() )
return SfxDockingWindow::Close();
else