diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-24 13:57:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-02-25 10:34:26 +0200 |
commit | 515c266bc61c51ab79bda31886a364d103041e6b (patch) | |
tree | 3c13c0a79dcf2d8e5543cbf5347dbab370052f3d /include | |
parent | d76ddd19fa37f5494396828b73dfaa2a808defa1 (diff) |
remove unused header definitions in SotExchange
Change-Id: I795ce25011509de8f2aff488d4d46b86290ab3a3
Diffstat (limited to 'include')
-rw-r--r-- | include/sot/exchange.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx index c4b8746223fb..f636382cd729 100644 --- a/include/sot/exchange.hxx +++ b/include/sot/exchange.hxx @@ -146,15 +146,6 @@ public: static bool IsInternal( const SvGlobalName& ); static sal_uLong GetFormatIdFromMimeType( const OUString& rMimeType ); - // determine the SotFormatStringId for the registered format -//FIXME JP 12.11.98: this three methods are obsolete as all ClipboardIds are static and equvialent to the SotFormatStringIds! - static SotFormatStringId GetFormatStringId( sal_uLong nFormat ) - { return nFormat; } - static SotFormatStringId GetFormatStringId( const OUString& rName ) - { return SotExchange::RegisterFormatMimeType( rName ); } - static sal_uLong RegisterSotFormatName( SotFormatStringId nId ) - { return nId; } - // same for XTransferable interface static sal_uInt16 GetExchangeAction( // XTransferable |