diff options
author | Martin Kepplinger <martinkepplinger@eml.cc> | 2011-04-21 21:52:58 +0200 |
---|---|---|
committer | Martin Kepplinger <martinkepplinger@eml.cc> | 2011-04-21 21:54:00 +0200 |
commit | 5c4746f37f0ea657cca9e2cb8f745ebcbdcb83bb (patch) | |
tree | df38b3b5c42d0ec322667069f22acf632c0f8c2e /sw/source/ui/inc/toxmgr.hxx | |
parent | 43401d5f5531961fbe70df0f0912bf9cda961b4b (diff) |
Translate german code comments
Translate german code comments to english!
This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
Diffstat (limited to 'sw/source/ui/inc/toxmgr.hxx')
-rw-r--r-- | sw/source/ui/inc/toxmgr.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/toxmgr.hxx b/sw/source/ui/inc/toxmgr.hxx index d80bcf05b577..87eb6100a21f 100644 --- a/sw/source/ui/inc/toxmgr.hxx +++ b/sw/source/ui/inc/toxmgr.hxx @@ -37,7 +37,7 @@ class SwWrtShell; class SwForm; /*-------------------------------------------------------------------- - Beschreibung: Manager fuer Verzeichnisfunktionalitaet + Description: manager for directory functionality --------------------------------------------------------------------*/ //one single method will be sufficient to insert AND upate indexes class SW_DLLPUBLIC SwTOXDescription @@ -281,7 +281,7 @@ public: explicit SwTOXMgr(SwWrtShell* pShell); // - // Methoden fuer Verzeichnismarkierungen + // methods for directory marks // void InsertTOXMark(const SwTOXMarkDescription& rDesc); @@ -292,7 +292,7 @@ public: void NextTOXMark(sal_Bool bSame=sal_False); void PrevTOXMark(sal_Bool bSame=sal_False); - // Aktuelle TOXmarks holen + // get current TOXmarks sal_uInt16 GetTOXMarks(); sal_uInt16 GetTOXMarkCount(); SwTOXMark* GetTOXMark(sal_uInt16 nId); @@ -300,7 +300,7 @@ public: void SetCurTOXMark(sal_uInt16 nId); // - // Methoden fuer Verzeichnisse + // methods for directories // sal_Bool UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase = 0, const SfxItemSet* pSet = 0); @@ -310,7 +310,7 @@ public: }; /*-------------------------------------------------------------------- - Beschreibung: Inlines + Description: inlines --------------------------------------------------------------------*/ inline sal_uInt16 SwTOXMgr::GetTOXMarkCount() { return aCurMarks.Count(); } |