From c06e2fcc2c03c4b6353bd9a1e282c36de872d777 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Oct 2015 09:07:12 +0200 Subject: com::sun::star->css in include/sot to include/typelib Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de --- include/sot/storage.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/sot/storage.hxx') diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 05d947a29c8e..316bc41ee9a4 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -69,7 +69,7 @@ public: sal_uInt32 GetSize() const; bool CopyTo( SotStorageStream * pDestStm ); bool Commit(); - bool SetProperty( const OUString& rName, const ::com::sun::star::uno::Any& rValue ); + bool SetProperty( const OUString& rName, const css::uno::Any& rValue ); virtual sal_uInt64 remainingSize() override; }; @@ -177,10 +177,10 @@ public: static bool IsOLEStorage( const OUString & rFileName ); static bool IsOLEStorage( SvStream* pStream ); - static SotStorage* OpenOLEStorage( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage, + static SotStorage* OpenOLEStorage( const css::uno::Reference < css::embed::XStorage >& xStorage, const OUString& rEleName, StreamMode = STREAM_STD_READWRITE ); - static SotClipboardFormatId GetFormatID( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage ); - static sal_Int32 GetVersion( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage ); + static SotClipboardFormatId GetFormatID( const css::uno::Reference < css::embed::XStorage >& xStorage ); + static sal_Int32 GetVersion( const css::uno::Reference < css::embed::XStorage >& xStorage ); }; #endif // _SVSTOR_HXX -- cgit