summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/envlop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/envlop.hxx')
-rw-r--r--sw/source/ui/inc/envlop.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sw/source/ui/inc/envlop.hxx b/sw/source/ui/inc/envlop.hxx
index 470edbf2661b..62b3df48e9df 100644
--- a/sw/source/ui/inc/envlop.hxx
+++ b/sw/source/ui/inc/envlop.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
@@ -71,16 +71,16 @@ friend class SwEnvFmtPage;
friend class SwEnvPrtPage;
friend class SwEnvPreview;
- String sInsert;
- String sChange;
- SwEnvItem aEnvItem;
- SwWrtShell *pSh;
- Printer *pPrinter;
- SfxItemSet *pAddresseeSet;
- SfxItemSet *pSenderSet;
+ String sInsert;
+ String sChange;
+ SwEnvItem aEnvItem;
+ SwWrtShell *pSh;
+ Printer *pPrinter;
+ SfxItemSet *pAddresseeSet;
+ SfxItemSet *pSenderSet;
- virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
- virtual short Ok();
+ virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
+ virtual short Ok();
public:
SwEnvDlg(Window* pParent, const SfxItemSet& rSet, SwWrtShell* pWrtSh, Printer* pPrt, BOOL bInsert);
@@ -92,13 +92,13 @@ class SwEnvPage : public SfxTabPage
{
FixedText aAddrText;
MultiLineEdit aAddrEdit;
- FixedText aDatabaseFT;
- ListBox aDatabaseLB;
- FixedText aTableFT;
- ListBox aTableLB;
+ FixedText aDatabaseFT;
+ ListBox aDatabaseLB;
+ FixedText aTableFT;
+ ListBox aTableLB;
ImageButton aInsertBT;
- FixedText aDBFieldFT;
- ListBox aDBFieldLB;
+ FixedText aDBFieldFT;
+ ListBox aDBFieldLB;
CheckBox aSenderBox;
MultiLineEdit aSenderEdit;
SwEnvPreview aPreview;