summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-18 16:59:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-18 17:00:11 +0000
commit12949ecdbf90016eb0e4fbf31e495f7464ea1153 (patch)
tree8cdc684810f22ca91058dc099f93efd4b8266afa /include/svl
parentba1d0181c2e5e5562efa4fdeaf7b229b6a27907f (diff)
another round of build fixing
Change-Id: I79964b1e091b9a11a0e5724c6ce8465b31d25bff
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/svdde.hxx10
1 files changed, 5 insertions, 5 deletions
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& );