summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-07 11:30:37 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-07 11:30:37 +0000
commite47b1acddf16292ed9321f60ea2c67bbe2f8096c (patch)
treee6ab1535acade25721f3a80cf264ac1b49b82afe
parentf60983779398872f2443c5140d4c52023e640f25 (diff)
fixed service count for OBJ_RECT in getSupportedServiceNames (cl)
-rw-r--r--svx/source/unodraw/unoshape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index ce45228ac5cf..82b2eb49d6eb 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoshape.cxx,v $
*
- * $Revision: 1.112 $
+ * $Revision: 1.113 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 14:17:56 $
+ * last change: $Author: rt $ $Date: 2004-04-07 12:30:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3214,7 +3214,7 @@ uno::Sequence< OUString > SAL_CALL SvxShape::_getSupportedServiceNames()
{
static uno::Sequence< OUString > SvxShape_RectServices;
- SvxServiceInfoHelper::addToSequence( SvxShape_RectServices,14,
+ SvxServiceInfoHelper::addToSequence( SvxShape_RectServices,13,
sUNO_service_drawing_RectangleShape,
sUNO_service_drawing_Shape,