summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-05-09 14:42:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-05-09 14:42:46 +0000
commitba047183dcfc6efd48e5feb9ec68e0facde3ee23 (patch)
tree1ba9966010af79ec29e467789092278a77db3435 /sot
parent0961af8e3f2dbf24a9beb01b0027d3dc9edfb061 (diff)
INTEGRATION: CWS cmcfixes25 (1.6.2); FILE MERGED
2006/05/05 10:58:49 cmc 1.6.2.1: #i64908# extra qualifications
Diffstat (limited to 'sot')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index 190fb2296b83..1eaf8df2e291 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xolesimplestorage.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 14:25:32 $
+ * last change: $Author: hr $ $Date: 2006-05-09 15:42:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,7 +103,7 @@ class OLESimpleStorage : public ::cppu::WeakImplHelper6
static void InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream )
throw ( ::com::sun::star::uno::Exception );
- static void OLESimpleStorage::InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& xNameAccess )
+ static void InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& xNameAccess )
throw ( ::com::sun::star::uno::Exception );
public: