From b9061b9982d16ecb3044f81cb015f83e87692e48 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 21 Sep 2000 13:08:24 +0000 Subject: drawing::TextAdjust to SvxAdjust mapping array corrected --- svx/source/items/paraitem.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') 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 }; -- cgit