summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-09-21 13:08:24 +0000
committerOliver Specht <os@openoffice.org>2000-09-21 13:08:24 +0000
commitb9061b9982d16ecb3044f81cb015f83e87692e48 (patch)
treedcc0bc60a09e7deadb06d2ad7d1d17a45d0950b8 /svx
parent5ad091553b0ea188f1f31883d315d249f4eb81f4 (diff)
drawing::TextAdjust to SvxAdjust mapping array corrected
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/paraitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/paraitem.cxx b/svx/source/items/paraitem.cxx
index 5ca623d61fa4..e25c7e2344d6 100644
--- a/svx/source/items/paraitem.cxx
+++ b/svx/source/items/paraitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: paraitem.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:21 $
+ * last change: $Author: os $ $Date: 2000-09-21 14:08:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,9 +158,9 @@ const drawing::TextAdjust aSvxToUnoAdjust[] =
const SvxAdjust aUnoToSvxAdjust[] =
{
SVX_ADJUST_LEFT,
+ SVX_ADJUST_CENTER,
SVX_ADJUST_RIGHT,
SVX_ADJUST_BLOCK,
- SVX_ADJUST_CENTER,
SVX_ADJUST_BLOCKLINE
};