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
This commit is contained in:
parent
6955e1d6b6
commit
db3d00d088
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user