diff options
author | Christian Lippka <cl@openoffice.org> | 2001-06-11 14:05:53 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-06-11 14:05:53 +0000 |
commit | 94b379c6bf369fe036d572fe885026e3e215a4d7 (patch) | |
tree | f902df29f2aa4729b62eed65b3622aaf83c85c76 /svx/source/unoedit/unotext.cxx | |
parent | b7e7416534f09ac7aed56d8bde85e1b8c282dbe7 (diff) |
#78966# fixed service names
Diffstat (limited to 'svx/source/unoedit/unotext.cxx')
-rw-r--r-- | svx/source/unoedit/unotext.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/unoedit/unotext.cxx b/svx/source/unoedit/unotext.cxx index 98c259bf893e..28cb184ab3d9 100644 --- a/svx/source/unoedit/unotext.cxx +++ b/svx/source/unoedit/unotext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unotext.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: cl $ $Date: 2001-04-03 14:02:41 $ + * last change: $Author: cl $ $Date: 2001-06-11 15:05:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1099,7 +1099,9 @@ uno::Sequence< OUString > SAL_CALL SvxUnoTextRangeBase::getSupportedServiceNames throw(uno::RuntimeException) { uno::Sequence< OUString > aSeq; - SvxServiceInfoHelper::addToSequence( aSeq, 1, "com.sun.star.style.CharacterProperties" ); + SvxServiceInfoHelper::addToSequence( aSeq, 3, "com.sun.star.style.CharacterProperties", + "com.sun.star.style.CharacterPropertiesComplex", + "com.sun.star.style.CharacterPropertiesAsian"); return aSeq; } |