summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2004-04-07 11:43:21 +0000
committerChristian Lippka <cl@openoffice.org>2004-04-07 11:43:21 +0000
commitf259a78a95e462b69cc62f5fe70fd0ae459d20fe (patch)
treedfd160d31a81a4752ba38a3255b8e18f29c1f072 /svx
parente47b1acddf16292ed9321f60ea2c67bbe2f8096c (diff)
added line that was removed during 1.107.148.2 which caused the bug fixed in 1.113
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 82b2eb49d6eb..bd5d127c15bd 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoshape.cxx,v $
*
- * $Revision: 1.113 $
+ * $Revision: 1.114 $
*
- * last change: $Author: rt $ $Date: 2004-04-07 12:30:37 $
+ * last change: $Author: cl $ $Date: 2004-04-07 12:43:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3214,12 +3214,13 @@ uno::Sequence< OUString > SAL_CALL SvxShape::_getSupportedServiceNames()
{
static uno::Sequence< OUString > SvxShape_RectServices;
- SvxServiceInfoHelper::addToSequence( SvxShape_RectServices,13,
+ SvxServiceInfoHelper::addToSequence( SvxShape_RectServices,14,
sUNO_service_drawing_RectangleShape,
sUNO_service_drawing_Shape,
sUNO_service_drawing_FillProperties,
sUNO_service_drawing_LineProperties,
+ sUNO_service_drawing_Text,
sUNO_service_drawing_TextProperties,
sUNO_service_style_ParagraphProperties,
sUNO_service_style_ParagraphPropertiesComplex,