summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimppr.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-10-31 08:54:01 +0000
committerMichael Brauer <mib@openoffice.org>2001-10-31 08:54:01 +0000
commit5e1f8e1bd855a36e9559c166bba1880d2811d3b7 (patch)
treebc5ce5144784628385a8c91a1f6ce48f3be4d583 /xmloff/source/text/txtimppr.cxx
parent270534603facbe769edb281802c5a0d8c0e02570 (diff)
#93653#: set correct border
Diffstat (limited to 'xmloff/source/text/txtimppr.cxx')
-rw-r--r--xmloff/source/text/txtimppr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index 038f1ae9eb93..61e175f2335c 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtimppr.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2001-09-21 16:27:53 $
+ * last change: $Author: mib $ $Date: 2001-10-31 09:54:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,9 +85,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
#define MIN_BORDER_DIST 49
using namespace ::rtl;