summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/chrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/chrdlg.hxx')
-rw-r--r--sw/source/ui/inc/chrdlg.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/source/ui/inc/chrdlg.hxx b/sw/source/ui/inc/chrdlg.hxx
index 7f3679beacf7..5b7319607013 100644
--- a/sw/source/ui/inc/chrdlg.hxx
+++ b/sw/source/ui/inc/chrdlg.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
@@ -45,7 +45,7 @@ class SwView;
class SvxMacroItem;
/*--------------------------------------------------------------------
- Beschreibung: Der Tabdialog Traeger der TabPages
+ Beschreibung: Der Tabdialog Traeger der TabPages
--------------------------------------------------------------------*/
class SwCharDlg: public SfxTabDialog
@@ -70,24 +70,24 @@ class SwCharURLPage : public SfxTabPage
{
FixedLine aURLFL;
- FixedText aURLFT;
+ FixedText aURLFT;
Edit aURLED;
- FixedText aTextFT;
+ FixedText aTextFT;
Edit aTextED;
- FixedText aNameFT;
+ FixedText aNameFT;
Edit aNameED;
- FixedText aTargetFrmFT;
- ComboBox aTargetFrmLB;
- PushButton aURLPB;
- PushButton aEventPB;
+ FixedText aTargetFrmFT;
+ ComboBox aTargetFrmLB;
+ PushButton aURLPB;
+ PushButton aEventPB;
FixedLine aStyleFL;
- FixedText aVisitedFT;
+ FixedText aVisitedFT;
ListBox aVisitedLB;
FixedText aNotVisitedFT;
ListBox aNotVisitedLB;
- SvxMacroItem* pINetItem;
- BOOL bModified;
+ SvxMacroItem* pINetItem;
+ BOOL bModified;
DECL_LINK( InsertFileHdl, PushButton * );
DECL_LINK( EventHdl, PushButton * );