summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-20 09:01:13 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-20 09:01:13 +0000
commitb7f55fa27f3de885f649592e1b57e0f3fb4ebd6f (patch)
treea199b42394e047279332803f7d3696ef85c35c38 /sfx2
parent4a591c597986e0b7ae291f66c778e1dff39ec8ed (diff)
syntax problems on Solaris
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfac.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfac.cxx b/sfx2/source/doc/docfac.cxx
index acd6420ce7a5..3ca06b19c6e0 100644
--- a/sfx2/source/doc/docfac.cxx
+++ b/sfx2/source/doc/docfac.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfac.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mba $ $Date: 2001-06-11 10:00:34 $
+ * last change: $Author: mba $ $Date: 2001-06-20 10:01:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -611,7 +611,7 @@ const ::rtl::OUString& SfxObjectFactory::GetDocumentServiceName() const
void SfxObjectFactory::RegisterObjectFactory_Impl( SfxObjectFactory &rFac )
{
SfxObjectFactory *pFac = &rFac;
- GetObjFacArray_Impl().C40_INSERT( SfxObjectFactory, pFac, GetObjFacArray_Impl().Count() );
+ GetObjFacArray_Impl().Insert( pFac, GetObjFacArray_Impl().Count() );
}
//--------------------------------------------------------------------