summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/envfmt.hxx')
-rw-r--r--sw/source/ui/envelp/envfmt.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/envelp/envfmt.hxx b/sw/source/ui/envelp/envfmt.hxx
index 71159e904b05..96fb9a68e8fe 100644
--- a/sw/source/ui/envelp/envfmt.hxx
+++ b/sw/source/ui/envelp/envfmt.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
@@ -48,20 +48,20 @@ class SwEnvFmtPage : public SfxTabPage
{
FixedLine aAddrFL;
- FixedInfo aAddrPosInfo;
+ FixedInfo aAddrPosInfo;
FixedText aAddrLeftText;
MetricField aAddrLeftField;
FixedText aAddrTopText;
MetricField aAddrTopField;
- FixedInfo aAddrFormatInfo;
+ FixedInfo aAddrFormatInfo;
MenuButton aAddrEditButton;
FixedLine aSendFL;
- FixedInfo aSendPosInfo;
+ FixedInfo aSendPosInfo;
FixedText aSendLeftText;
MetricField aSendLeftField;
FixedText aSendTopText;
MetricField aSendTopField;
- FixedInfo aSendFormatInfo;
+ FixedInfo aSendFormatInfo;
MenuButton aSendEditButton;
FixedLine aSizeFL;
FixedText aSizeFormatText;
@@ -83,10 +83,10 @@ class SwEnvFmtPage : public SfxTabPage
void SetMinMax();
- SfxItemSet *GetCollItemSet(SwTxtFmtColl* pColl, BOOL bSender);
-
+ SfxItemSet *GetCollItemSet(SwTxtFmtColl* pColl, BOOL bSender);
+
using Window::GetParent;
- SwEnvDlg *GetParent() {return (SwEnvDlg*) SfxTabPage::GetParent()->GetParent();}
+ SwEnvDlg *GetParent() {return (SwEnvDlg*) SfxTabPage::GetParent()->GetParent();}
using TabPage::ActivatePage;
using TabPage::DeactivatePage;