summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAlexandro Colorado <jza@apache.org>2011-10-29 19:06:38 +0000
committerAlexandro Colorado <jza@apache.org>2011-10-29 19:06:38 +0000
commit5314540d3ca0c8eade656a87c3e89cfa38d29c62 (patch)
tree11e507faf650c3444695f4ec805d0d91bb16e448 /sfx2
parent6d654a7134333add9452925384b2623e387eb62b (diff)
commets translated
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/splitwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index 55f51febf8bb..49f0d9695c0d 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -615,11 +615,11 @@ void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize
if ( bNewLine )
nPos = 0;
- // Das Fenster mu\s vor dem ersten Fenster eingef"ugt werden, das die
- // gleiche oder eine gr"o\sere Position hat als pDockWin.
+ // The window introduced before the first window are suffices that the
+ // body or a greater position as the pDockWin.
sal_uInt16 nLastWindowIdx(0);
- // Wenn gar kein Fenster gefunden wird, wird als erstes eingef"ugt
+ // If window not found, is inserted as the first
sal_uInt16 nInsertPos = 0;
for ( sal_uInt16 n=0; n<nCount; n++ )
{