summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/envlop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/envlop.hxx')
-rw-r--r--sw/source/uibase/inc/envlop.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/envlop.hxx b/sw/source/uibase/inc/envlop.hxx
index fd4691a66453..44595cb91444 100644
--- a/sw/source/uibase/inc/envlop.hxx
+++ b/sw/source/uibase/inc/envlop.hxx
@@ -32,11 +32,11 @@
#include "envimg.hxx"
-#define GetFldVal(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
-#define SetFldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP)
+#define GetFieldVal(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
+#define SetFieldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP)
class SwEnvPage;
-class SwEnvFmtPage;
+class SwEnvFormatPage;
class SwWrtShell;
class Printer;
@@ -56,7 +56,7 @@ protected:
class SwEnvDlg : public SfxTabDialog
{
friend class SwEnvPage;
-friend class SwEnvFmtPage;
+friend class SwEnvFormatPage;
friend class SwEnvPrtPage;
friend class SwEnvPreview;