summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/content.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2012-08-17 00:55:18 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-08-17 19:05:50 +0000
commit2c5dcafb8c0b335ccb4282d38fa01e767c1d48da (patch)
treeed719621e941bc422e854341a8126938de5dd25c /sc/source/ui/inc/content.hxx
parenta11f9bdf4726e3bdb98390389ed1c2ca0f946686 (diff)
Translation of comments from german in sc/source/ui/inc/
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/content.hxx')
-rw-r--r--sc/source/ui/inc/content.hxx20
1 files changed, 8 insertions, 12 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index fd44c0d4eac7..c0451d673d85 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -52,25 +52,21 @@ class ScAreaLink;
const sal_uLong SC_CONTENT_NOCHILD = ~0UL;
-//
-// TreeListBox fuer Inhalte
-//
-
class ScContentTree : public SvTreeListBox
{
ScNavigatorDlg* pParentWindow;
ImageList aEntryImages;
SvLBoxEntry* pRootNodes[SC_CONTENT_COUNT];
- sal_uInt16 nRootType; // als Root eingestellt
- String aManualDoc; // im Navigator umgeschaltet (Title)
- sal_Bool bHiddenDoc; // verstecktes aktiv?
- String aHiddenName; // URL zum Laden
- String aHiddenTitle; // fuer Anzeige
- ScDocument* pHiddenDocument; // temporaer
+ sal_uInt16 nRootType; // set as Root
+ String aManualDoc; // Switched in Navigator (Title)
+ sal_Bool bHiddenDoc; // Hidden active?
+ String aHiddenName; // URL to load
+ String aHiddenTitle; // for display
+ ScDocument* pHiddenDocument; // temporary
- sal_uInt16 pPosList[SC_CONTENT_COUNT]; // fuer die Reihenfolge
+ sal_uInt16 pPosList[SC_CONTENT_COUNT]; // for the sequence
- static sal_Bool bIsInDrag; // static, falls der Navigator im ExecuteDrag geloescht wird
+ static sal_Bool bIsInDrag; // static, if the Navigator is deleted in ExecuteDrag
ScDocShell* GetManualOrCurrent();