summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterImportPropMapper.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-03 10:00:39 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-03 10:00:39 +0000
commit5ba7035881cdbe62e87598b537fbe825a51b8043 (patch)
tree7ba8496c3185159c09eca42baeffcc729630a518 /xmloff/source/style/PageMasterImportPropMapper.cxx
parent1707b815b3bb3fade7b30655208fbe0683fa3aa7 (diff)
the defines were wrong. they all were 0. Now she are right
Diffstat (limited to 'xmloff/source/style/PageMasterImportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterImportPropMapper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/style/PageMasterImportPropMapper.cxx b/xmloff/source/style/PageMasterImportPropMapper.cxx
index eef2ca35e193..f522dbf415d4 100644
--- a/xmloff/source/style/PageMasterImportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterImportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterImportPropMapper.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: sab $ $Date: 2000-10-27 03:56:15 $
+ * last change: $Author: sab $ $Date: 2000-11-03 11:00:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,9 +79,9 @@
#endif
#define XML_LINE_LEFT 0
-#define XML_LINE_RIGHT 0
-#define XML_LINE_TOP 0
-#define XML_LINE_BOTTOM 0
+#define XML_LINE_RIGHT 1
+#define XML_LINE_TOP 2
+#define XML_LINE_BOTTOM 3
using namespace ::com::sun::star;