summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/storage.hxx')
-rw-r--r--include/sot/storage.hxx8
1 files changed, 4 insertions, 4 deletions
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