summaryrefslogtreecommitdiff
path: root/package/source/xstor/xfactory.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 16:28:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 16:28:46 +0000
commitf7c383f92f35c0ed5bfd81ce489255fe8c94d73b (patch)
tree2c286365055eab9f4f4acc2c4f8f00a080f61aae /package/source/xstor/xfactory.hxx
parent446a3366874025ebcaa6046f61b236a1b8e6b9e3 (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.36); FILE MERGED
2004/03/16 13:47:39 mav 1.2.36.1: #115957# retrieving of last commited version of a storage
Diffstat (limited to 'package/source/xstor/xfactory.hxx')
-rw-r--r--package/source/xstor/xfactory.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/source/xstor/xfactory.hxx b/package/source/xstor/xfactory.hxx
index 270e8b09d5f5..deb2775474a8 100644
--- a/package/source/xstor/xfactory.hxx
+++ b/package/source/xstor/xfactory.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xfactory.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2003-09-11 10:16:08 $
+ * last change: $Author: hr $ $Date: 2004-05-10 17:28:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,12 +91,12 @@ public:
}
static ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
- OStorageFactory::impl_staticGetSupportedServiceNames();
+ impl_staticGetSupportedServiceNames();
- static ::rtl::OUString SAL_CALL OStorageFactory::impl_staticGetImplementationName();
+ static ::rtl::OUString SAL_CALL impl_staticGetImplementationName();
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- OStorageFactory::impl_staticCreateSelfInstance(
+ impl_staticCreateSelfInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceManager );