summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labimp.hxx')
-rw-r--r--sw/source/ui/envelp/labimp.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/ui/envelp/labimp.hxx b/sw/source/ui/envelp/labimp.hxx
index 603ec3f88e97..f0a2b6b425d3 100644
--- a/sw/source/ui/envelp/labimp.hxx
+++ b/sw/source/ui/envelp/labimp.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
@@ -84,7 +84,7 @@
#include <label.hxx>
#include <labimg.hxx>
-#define GETFLDVAL(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
+#define GETFLDVAL(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
#define SETFLDVAL(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP)
class SwNewDBMgr;
@@ -97,17 +97,17 @@ public:
void SetFromItem( const SwLabItem& rItem );
void FillItem( SwLabItem& rItem ) const;
- String aMake;
- String aType;
- long lHDist;
- long lVDist;
- long lWidth;
- long lHeight;
- long lLeft;
- long lUpper;
- sal_Int32 nCols;
- sal_Int32 nRows;
- sal_Bool bCont;
+ String aMake;
+ String aType;
+ long lHDist;
+ long lVDist;
+ long lWidth;
+ long lHeight;
+ long lLeft;
+ long lUpper;
+ sal_Int32 nCols;
+ sal_Int32 nRows;
+ sal_Bool bCont;
};
/* --------------------------------------------------