summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 13:40:16 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 13:40:16 +0000
commitdb3d00d088051edcc8b1e79556893b34ae22321e (patch)
treef10b5e5b1005c1814b8af1e4c874733b9eab3462 /embeddedobj
parent6955e1d6b6b56e6180f86cf4ec0a32c16dd7f18b (diff)
INTEGRATION: CWS xmlfilter06 (1.4.10); FILE MERGED
2008/06/25 15:39:39 mav 1.4.10.1: #i91053# convert OOXML objects to OOo objects on activation
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/ownview.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/ownview.hxx b/embeddedobj/source/msole/ownview.hxx
index 370d1123fb5f..1de04ab713c4 100644
--- a/embeddedobj/source/msole/ownview.hxx
+++ b/embeddedobj/source/msole/ownview.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ownview.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -67,11 +67,12 @@ private:
void CreateNative();
- ::rtl::OUString GetFilterNameFromExtentionAndInStream(
+public:
+ static ::rtl::OUString GetFilterNameFromExtentionAndInStream(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory,
const ::rtl::OUString& aNameWithExtention,
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream );
-public:
OwnView_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory,
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xStream );
virtual ~OwnView_Impl();