summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unomod.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 17:15:17 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 17:15:17 +0000
commit825b67076302e9b3109219ee26098746c9f38839 (patch)
tree52979e20854971cce6243c02c76a124d6201dfbc /svx/source/unodraw/unomod.cxx
parentde3b65b123b7743ce94b4592daf443c6999b14f7 (diff)
INTEGRATION: CWS presentationengine01 (1.14.70); FILE MERGED
2004/09/22 12:00:48 cl 1.14.70.1: added support for unique interfaces for paragraphs
Diffstat (limited to 'svx/source/unodraw/unomod.cxx')
-rw-r--r--svx/source/unodraw/unomod.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx
index bb49ad53f030..51aa461f7bfc 100644
--- a/svx/source/unodraw/unomod.cxx
+++ b/svx/source/unodraw/unomod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomod.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 17:49:34 $
+ * last change: $Author: rt $ $Date: 2004-11-26 18:15:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -556,7 +556,7 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawingModel::createInstance( c
}
if( 0 == aServiceSpecifier.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.NumberingRules" ) ) )
{
- return SvxCreateNumRule( mpDoc );
+ return uno::Reference< uno::XInterface >( SvxCreateNumRule( mpDoc ), uno::UNO_QUERY );
}
if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.image.ImageMapRectangleObject") ) )