From 12949ecdbf90016eb0e4fbf31e495f7464ea1153 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Mar 2015 16:59:13 +0000 Subject: another round of build fixing Change-Id: I79964b1e091b9a11a0e5724c6ce8465b31d25bff --- include/svl/svdde.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/svl') diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index b3b5c50ed3c4..5eb8990f66d1 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -78,8 +78,8 @@ public: DdeData& operator = ( const DdeData& ); - static sal_uLong GetExternalFormat( sal_uLong nFmt ); - static sal_uLong GetInternalFormat( sal_uLong nFmt ); + static sal_uLong GetExternalFormat(SotClipboardFormatId nFmt); + static SotClipboardFormatId GetInternalFormat(sal_uLong nFmt); }; @@ -394,9 +394,9 @@ public: void AddTopic( const DdeTopic& ); void RemoveTopic( const DdeTopic& ); - void AddFormat( sal_uLong ); - void RemoveFormat( sal_uLong ); - bool HasFormat( sal_uLong ); + void AddFormat(SotClipboardFormatId); + void RemoveFormat(SotClipboardFormatId); + bool HasFormat(SotClipboardFormatId); private: // DdeService( const DdeService& ); -- cgit