diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:36:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:36:30 +0000 |
commit | c7f6f5679a22501aac54f7b6793898165ccc506d (patch) | |
tree | 6d189fed1616028ac641c5ad173d15d08e1d9f32 /svx/inc/xmleohlp.hxx | |
parent | 64b23856fe62c73a11d9eb1d0af72ea403e8ca94 (diff) |
INTEGRATION: CWS oasisbf2 (1.7.104); FILE MERGED
2004/11/02 17:19:03 mib 1.7.104.1: #i35133#: replacement image for embedded objects
Diffstat (limited to 'svx/inc/xmleohlp.hxx')
-rw-r--r-- | svx/inc/xmleohlp.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/inc/xmleohlp.hxx b/svx/inc/xmleohlp.hxx index 44fe61bdb79a..ad8518b905d9 100644 --- a/svx/inc/xmleohlp.hxx +++ b/svx/inc/xmleohlp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmleohlp.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ + * last change: $Author: rt $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,8 @@ private: ::osl::Mutex maMutex; - const ::rtl::OUString maDefaultContainerStorageName; + const ::rtl::OUString maReplacementGraphicsContainerStorageName; + const ::rtl::OUString maReplacementGraphicsContainerStorageName60; ::rtl::OUString maCurContainerStorageName; @@ -126,7 +127,8 @@ private: const ::rtl::OUString& rURLStr, ::rtl::OUString& rContainerStorageName, ::rtl::OUString& rObjectStorageName, - sal_Bool bInternalToExternal ) const; + sal_Bool bInternalToExternal, + sal_Bool *pGraphicRepl=0 ) const; com::sun::star::uno::Reference < com::sun::star::embed::XStorage > ImplGetContainerStorage( const ::rtl::OUString& rStorageName ); |