summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-23 08:21:31 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-23 08:21:31 +0000
commit97f8e931818ee21eb8123924653d9ba5f6e090c2 (patch)
tree0feef7947369e1066b53a1bef4551b025701f1ea /xmloff/source/draw/ximpstyl.cxx
parent3c3c89d0b254be63129d34add36eccb6864de23d (diff)
chaged NameContainer creation
Diffstat (limited to 'xmloff/source/draw/ximpstyl.cxx')
-rw-r--r--xmloff/source/draw/ximpstyl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx
index 4e899d119a19..c64c7a05fecf 100644
--- a/xmloff/source/draw/ximpstyl.cxx
+++ b/xmloff/source/draw/ximpstyl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpstyl.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: cl $ $Date: 2001-03-20 20:05:50 $
+ * last change: $Author: cl $ $Date: 2001-03-23 09:21:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1432,7 +1432,7 @@ void SdXMLStylesContext::ImpSetGraphicStyles(
uno::Reference< container::XNameAccess > SdXMLStylesContext::getPageLayouts() const
{
- uno::Reference< container::XNameContainer > xLayouts( comphelper::NameContainer_createInstance< sal_Int32 >() );
+ uno::Reference< container::XNameContainer > xLayouts( comphelper::NameContainer_createInstance( ::getCppuType((const sal_Int32*)0)) );
for(sal_uInt32 a(0L); a < GetStyleCount(); a++)
{