summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/ed_ipersiststr.cxx
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-04-02 14:44:52 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-04-02 14:44:52 +0000
commit1eddfd27db3bff962f11678ffd2b72dda559184b (patch)
tree6eb6275d17ef9499dbfa2a3e2a7029134b83f859 /embedserv/source/embed/ed_ipersiststr.cxx
parent924c6b54d8368667bd4e03df5b0deea486377f57 (diff)
#i2822# change storage type name
Diffstat (limited to 'embedserv/source/embed/ed_ipersiststr.cxx')
-rwxr-xr-xembedserv/source/embed/ed_ipersiststr.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/embedserv/source/embed/ed_ipersiststr.cxx b/embedserv/source/embed/ed_ipersiststr.cxx
index 1522ba447..b8c5f3c08 100755
--- a/embedserv/source/embed/ed_ipersiststr.cxx
+++ b/embedserv/source/embed/ed_ipersiststr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ed_ipersiststr.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: abi $ $Date: 2003-03-26 13:51:22 $
+ * last change: $Author: mav $ $Date: 2003-04-02 15:44:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,6 +112,7 @@
using namespace ::com::sun::star;
+extern ::rtl::OUString getStorageTypeFromGUID_Impl( GUID* guid );
extern ::rtl::OUString getServiceNameFromGUID_Impl( GUID* );
extern ::rtl::OUString getFilterNameFromGUID_Impl( GUID* );
// extern CLIPFORMAT getClipFormatFromGUID_Impl( GUID* );
@@ -441,7 +442,7 @@ STDMETHODIMP EmbedDocument_Impl::InitNew( IStorage *pStg )
if ( hr == S_OK )
{
- ::rtl::OUString aCurType = getServiceNameFromGUID_Impl( &m_guid ); // ???
+ ::rtl::OUString aCurType = getStorageTypeFromGUID_Impl( &m_guid ); // ???
CLIPFORMAT cf = RegisterClipboardFormatA( "Embedded Object" );
hr = WriteFmtUserTypeStg( pStg,
cf, // ???