summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/gluepts.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-11-04 07:29:17 +0000
committerChristian Lippka <cl@openoffice.org>2002-11-04 07:29:17 +0000
commite014796cb0c18c2e00133f6d6cf07bb03fbbf085 (patch)
tree430ed6103e8979d7e88f8cbd5fed891c95a92b81 /svx/source/unodraw/gluepts.cxx
parentbddb8bb1aa98cbb97fd66a42283c4f7c51622644 (diff)
#104238# fixed bottom_left
Diffstat (limited to 'svx/source/unodraw/gluepts.cxx')
-rw-r--r--svx/source/unodraw/gluepts.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/gluepts.cxx b/svx/source/unodraw/gluepts.cxx
index 35149847b565..fa23c7b1f49f 100644
--- a/svx/source/unodraw/gluepts.cxx
+++ b/svx/source/unodraw/gluepts.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gluepts.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: cl $ $Date: 2001-12-07 15:26:09 $
+ * last change: $Author: cl $ $Date: 2002-11-04 08:29:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,7 +213,7 @@ static void convert( const drawing::GluePoint2& rUnoGlue, SdrGluePoint& rSdrGlue
case drawing::Alignment_RIGHT:
rSdrGlue.SetAlign( SDRHORZALIGN_RIGHT|SDRVERTALIGN_CENTER );
break;
- case SDRHORZALIGN_LEFT|SDRVERTALIGN_BOTTOM:
+ case drawing::Alignment_BOTTOM_LEFT:
rSdrGlue.SetAlign( SDRHORZALIGN_LEFT|SDRVERTALIGN_BOTTOM );
break;
case drawing::Alignment_BOTTOM: