summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/swuiccoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/swuiccoll.hxx')
-rw-r--r--sw/source/ui/inc/swuiccoll.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sw/source/ui/inc/swuiccoll.hxx b/sw/source/ui/inc/swuiccoll.hxx
index 20f951af4ed8..a1ae526a98cf 100644
--- a/sw/source/ui/inc/swuiccoll.hxx
+++ b/sw/source/ui/inc/swuiccoll.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
@@ -36,29 +36,29 @@ class SwFmt;
class SwCondCollPage : public SfxTabPage
{
FixedLine aConditionFL;
- CheckBox aConditionCB;
+ CheckBox aConditionCB;
- FixedText aContextFT;
- FixedText aUsedFT;
- SvTabListBox aTbLinks;
+ FixedText aContextFT;
+ FixedText aUsedFT;
+ SvTabListBox aTbLinks;
- FixedText aStyleFT;
- ListBox aStyleLB;
- ListBox aFilterLB;
+ FixedText aStyleFT;
+ ListBox aStyleLB;
+ ListBox aFilterLB;
- PushButton aRemovePB;
- PushButton aAssignPB;
+ PushButton aRemovePB;
+ PushButton aAssignPB;
- String sNoTmpl;
- ResStringArray aStrArr;
+ String sNoTmpl;
+ ResStringArray aStrArr;
- SwWrtShell &rSh;
+ SwWrtShell &rSh;
const CommandStruct*pCmds;
- SwFmt* pFmt;
+ SwFmt* pFmt;
- CollName* pNms;
+ CollName* pNms;
- BOOL bNewTemplate;
+ BOOL bNewTemplate;
SwCondCollPage(Window *pParent, const SfxItemSet &rSet);