summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
diff options
context:
space:
mode:
authorUrs Fässler <urs@bitzgi.ch>2013-03-19 22:24:19 +0100
committerUrs Fässler <urs@bitzgi.ch>2013-03-19 22:25:21 +0100
commit6e7ec40523fa4822ff5f66ad112ffcea6e823b3a (patch)
tree133efcc6613c415608c5b089f70e4a83a0cf5ce7 /sd/source/ui/view/drviews1.cxx
parent0173e89ca254a18953615c07864d1da22e5149b5 (diff)
translation and cleanup of comments in sd/source/ui/view/
Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
Diffstat (limited to 'sd/source/ui/view/drviews1.cxx')
-rw-r--r--sd/source/ui/view/drviews1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 10c5c62bb383..e74f82c81413 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -1009,7 +1009,7 @@ sal_Bool DrawViewShell::SwitchPage(sal_uInt16 nSelectedPage)
SdPage* pMaster = GetDoc()->GetMasterSdPage(nSelectedPage, mePageKind);
- if( !pMaster ) // Falls es diese Page nicht geben sollte
+ if( !pMaster ) // if this page should not exist
pMaster = GetDoc()->GetMasterSdPage(0, mePageKind);
sal_uInt16 nNum = pMaster->GetPageNum();