diff options
Diffstat (limited to 'include/sot/storinfo.hxx')
-rw-r--r-- | include/sot/storinfo.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sot/storinfo.hxx b/include/sot/storinfo.hxx index d2bf31221322..4820bfcb2635 100644 --- a/include/sot/storinfo.hxx +++ b/include/sot/storinfo.hxx @@ -24,6 +24,7 @@ #include <tools/solar.h> #include <vector> #include <sot/sotdllapi.h> +#include <sot/exchange.hxx> class StgDirEntry; class SvStorageInfo @@ -54,8 +55,8 @@ public: typedef ::std::vector< SvStorageInfo > SvStorageInfoList; -SOT_DLLPUBLIC sal_uLong ReadClipboardFormat( SvStream & rStm ); -SOT_DLLPUBLIC void WriteClipboardFormat( SvStream & rStm, sal_uLong nFormat ); +SOT_DLLPUBLIC SotClipboardFormatId ReadClipboardFormat( SvStream & rStm ); +SOT_DLLPUBLIC void WriteClipboardFormat( SvStream & rStm, SotClipboardFormatId nFormat ); #endif // _STORINFO_HXX |