summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/flddb.hxx')
-rw-r--r--sw/source/ui/fldui/flddb.hxx48
1 files changed, 24 insertions, 24 deletions
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx
index 59cb0b741487..59f23fc649d0 100644
--- a/sw/source/ui/fldui/flddb.hxx
+++ b/sw/source/ui/fldui/flddb.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,31 +45,31 @@
class SwFldDBPage : public SwFldPage
{
- FixedText aTypeFT;
- ListBox aTypeLB;
- FixedText aSelectionFT;
- SwDBTreeList aDatabaseTLB;
+ FixedText aTypeFT;
+ ListBox aTypeLB;
+ FixedText aSelectionFT;
+ SwDBTreeList aDatabaseTLB;
FixedText aAddDBFT;
PushButton aAddDBPB;
-
- FixedText aConditionFT;
- ConditionEdit aConditionED;
- FixedText aValueFT;
- Edit aValueED;
- RadioButton aDBFormatRB;
- RadioButton aNewFormatRB;
- NumFormatListBox aNumFormatLB;
- ListBox aFormatLB;
+
+ FixedText aConditionFT;
+ ConditionEdit aConditionED;
+ FixedText aValueFT;
+ Edit aValueED;
+ RadioButton aDBFormatRB;
+ RadioButton aNewFormatRB;
+ NumFormatListBox aNumFormatLB;
+ ListBox aFormatLB;
FixedLine aFormatFL;
FixedLine aFormatVertFL;
- String sOldDBName;
- String sOldTableName;
- String sOldColumnName;
- ULONG nOldFormat;
- USHORT nOldSubType;
- Link aOldNumSelectHdl;
+ String sOldDBName;
+ String sOldTableName;
+ String sOldColumnName;
+ ULONG nOldFormat;
+ USHORT nOldSubType;
+ Link aOldNumSelectHdl;
DECL_LINK( TypeHdl, ListBox* );
DECL_LINK( NumSelectHdl, NumFormatListBox* pLB = 0);
@@ -77,12 +77,12 @@ class SwFldDBPage : public SwFldPage
DECL_LINK( ModifyHdl, Edit *pED = 0 );
DECL_LINK( AddDBHdl, PushButton* );
- void CheckInsert();
+ void CheckInsert();
using SwFldPage::SetWrtShell;
protected:
- virtual USHORT GetGroup();
+ virtual USHORT GetGroup();
public:
SwFldDBPage(Window* pParent, const SfxItemSet& rSet);
@@ -94,9 +94,9 @@ public:
virtual BOOL FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
- virtual void FillUserData();
+ virtual void FillUserData();
void ActivateMailMergeAddress();
-
+
void SetWrtShell(SwWrtShell& rSh);
};