summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc/commonembobj.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 18:05:06 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 18:05:06 +0000
commit240e5d577ff93ce3fadddc93a1307198b9312875 (patch)
tree7dccc5bbbb2a8aabf721bd3dfa50b33d0dc586c0 /embeddedobj/source/inc/commonembobj.hxx
parentd526714f9ac0671841d6f38832f12a97aafdbe00 (diff)
INTEGRATION: CWS mav19 (1.15.20); FILE MERGED
2005/11/24 15:09:49 mav 1.15.20.1: #126228# improve storing of own objects inserted from file
Diffstat (limited to 'embeddedobj/source/inc/commonembobj.hxx')
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx
index 4d38a3f30ba9..56aea4ddf159 100644
--- a/embeddedobj/source/inc/commonembobj.hxx
+++ b/embeddedobj/source/inc/commonembobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commonembobj.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:38:33 $
+ * last change: $Author: kz $ $Date: 2006-02-01 19:05:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -241,7 +241,8 @@ private:
void StoreDocToStorage_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
sal_Int32 nStorageVersion,
const ::rtl::OUString& aBaseURL,
- const ::rtl::OUString& aHierarchName );
+ const ::rtl::OUString& aHierarchName,
+ sal_Bool bAttachToStorage );
::com::sun::star::uno::Reference< ::com::sun::star::util::XCloseable > CreateDocFromMediaDescr_Impl(
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMedDescr );