summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-10-09 17:40:59 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-10-09 17:44:58 +0100
commitc78d5fae8111aec075b9336dc2324b0747e598ab (patch)
tree3c24cbd91458a93b225f66343f2a3bd633fa18c6 /sd
parente17a730c0076b10678c860ae3285bc8a98282415 (diff)
German comment translation.
Change-Id: I98526bfd6f69d95d5c309e67c397bc85fb8817ab
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/docshell/docshel4.cxx38
-rw-r--r--sd/source/ui/view/drviews9.cxx2
2 files changed, 20 insertions, 20 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index 3be0607ac414..87f4cfdc668e 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -847,8 +847,8 @@ bool DrawDocShell::GotoBookmark(const OUString& rBookmark)
return (bFound);
}
-//If object is marked , return true , else return false .
-bool DrawDocShell::IsMarked( SdrObject* pObject )
+// If object is marked return true else return false.
+bool DrawDocShell::IsMarked( SdrObject* pObject )
{
bool bisMarked =false;
@@ -863,7 +863,7 @@ bool DrawDocShell::IsMarked( SdrObject* pObject )
return bisMarked;
}
-//If object is marked , return true , else return false .
+// If object is marked return true else return false.
bool DrawDocShell::GetObjectIsmarked(const OUString& rBookmark)
{
OSL_TRACE("GotoBookmark %s",
@@ -879,14 +879,14 @@ bool DrawDocShell::GetObjectIsmarked(const OUString& rBookmark)
if( rBookmark.startsWith("#") )
aBookmark = rBookmark.copy( 1 );
- // Ist das Bookmark eine Seite?
+ // Is the bookmark a page ?
bool bIsMasterPage;
sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage );
SdrObject* pObj = NULL;
if (nPgNum == SDRPAGE_NOTFOUND)
{
- // Ist das Bookmark ein Objekt?
+ // Is the bookmark an object ?
pObj = mpDoc->GetObj(aBookmark);
if (pObj)
@@ -897,17 +897,16 @@ bool DrawDocShell::GetObjectIsmarked(const OUString& rBookmark)
if (nPgNum != SDRPAGE_NOTFOUND)
{
- /**********************************************************
- * Zur Seite springen
- **********************************************************/
-
+ /********************
+ * Skip to the page *
+ ********************/
SdPage* pPage = (SdPage*) mpDoc->GetPage(nPgNum);
PageKind eNewPageKind = pPage->GetPageKind();
if (eNewPageKind != pDrViewSh->GetPageKind())
{
- // Arbeitsbereich wechseln
+ // change workspace
GetFrameView()->SetPageKind(eNewPageKind);
( ( mpViewShell && mpViewShell->GetViewFrame() ) ?
mpViewShell->GetViewFrame() : SfxViewFrame::Current() )->
@@ -926,7 +925,7 @@ bool DrawDocShell::GetObjectIsmarked(const OUString& rBookmark)
if (eNewEditMode != pDrViewSh->GetEditMode())
{
- // EditMode setzen
+ // set EditMode
pDrViewSh->ChangeEditMode(eNewEditMode, false);
}
@@ -967,7 +966,8 @@ bool DrawDocShell::GetObjectIsmarked(const OUString& rBookmark)
return ( bUnMark);
}
-//realize multi-selection of objects
+
+// realize multi-selection of objects
bool DrawDocShell::GotoTreeBookmark(const OUString& rBookmark)
{
OSL_TRACE("GotoBookmark %s",
@@ -983,14 +983,14 @@ bool DrawDocShell::GotoTreeBookmark(const OUString& rBookmark)
if( rBookmark.startsWith("#") )
aBookmark = rBookmark.copy( 1 );
- // Ist das Bookmark eine Seite?
+ // is the bookmark a page ?
bool bIsMasterPage;
sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage );
SdrObject* pObj = NULL;
if (nPgNum == SDRPAGE_NOTFOUND)
{
- // Ist das Bookmark ein Objekt?
+ // is the bookmark an object ?
pObj = mpDoc->GetObj(aBookmark);
if (pObj)
@@ -1001,9 +1001,9 @@ bool DrawDocShell::GotoTreeBookmark(const OUString& rBookmark)
if (nPgNum != SDRPAGE_NOTFOUND)
{
- /**********************************************************
- * Zur Seite springen
- **********************************************************/
+ /********************
+ * Skip to the page *
+ ********************/
bFound = true;
SdPage* pPage = (SdPage*) mpDoc->GetPage(nPgNum);
@@ -1011,7 +1011,7 @@ bool DrawDocShell::GotoTreeBookmark(const OUString& rBookmark)
if (eNewPageKind != pDrViewSh->GetPageKind())
{
- // Arbeitsbereich wechseln
+ // change workspace
GetFrameView()->SetPageKind(eNewPageKind);
( ( mpViewShell && mpViewShell->GetViewFrame() ) ?
mpViewShell->GetViewFrame() : SfxViewFrame::Current() )->
@@ -1030,7 +1030,7 @@ bool DrawDocShell::GotoTreeBookmark(const OUString& rBookmark)
if (eNewEditMode != pDrViewSh->GetEditMode())
{
- // EditMode setzen
+ // set EditMode
pDrViewSh->ChangeEditMode(eNewEditMode, false);
}
diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx
index 027cf54b25ca..5049e21b4384 100644
--- a/sd/source/ui/view/drviews9.cxx
+++ b/sd/source/ui/view/drviews9.cxx
@@ -428,7 +428,7 @@ void DrawViewShell::AttrExec (SfxRequest &rReq)
#endif
break;
- // einstellungen fuer liniendash
+ // configuration for line-dash
case SID_DASH :
if (pArgs)
if (pArgs->Count () == 7)