summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/multmrk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/multmrk.hxx')
-rw-r--r--sw/source/ui/inc/multmrk.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/ui/inc/multmrk.hxx b/sw/source/ui/inc/multmrk.hxx
index e6b4ccc22c50..52da8a77b931 100644
--- a/sw/source/ui/inc/multmrk.hxx
+++ b/sw/source/ui/inc/multmrk.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@
class SwTOXMgr;
/*--------------------------------------------------------------------
- Beschreibung: Markierung fuer Verzeichniseintrag einfuegen
+ Beschreibung: Markierung fuer Verzeichniseintrag einfuegen
--------------------------------------------------------------------*/
class SwMultiTOXMarkDlg : public SvxStandardDialog
@@ -51,17 +51,17 @@ class SwMultiTOXMarkDlg : public SvxStandardDialog
DECL_LINK( SelectHdl, ListBox * );
FixedLine aTOXFL;
- FixedText aEntryFT;
- FixedInfo aTextFT;
- FixedText aTOXFT;
- ListBox aTOXLB;
- OKButton aOkBT;
- CancelButton aCancelBT;
+ FixedText aEntryFT;
+ FixedInfo aTextFT;
+ FixedText aTOXFT;
+ ListBox aTOXLB;
+ OKButton aOkBT;
+ CancelButton aCancelBT;
- SwTOXMgr &rMgr;
- USHORT nPos;
+ SwTOXMgr &rMgr;
+ USHORT nPos;
- void Apply();
+ void Apply();
public:
SwMultiTOXMarkDlg( Window* pParent, SwTOXMgr &rTOXMgr );
~SwMultiTOXMarkDlg();