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 /sfx2 | |
parent | d76ddd19fa37f5494396828b73dfaa2a808defa1 (diff) |
remove unused header definitions in SotExchange
Change-Id: I795ce25011509de8f2aff488d4d46b86290ab3a3
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/fileobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx index 60d566a8462a..db30c8354584 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -76,7 +76,7 @@ bool SvFileObject::GetData( ::com::sun::star::uno::Any & rData, const OUString & rMimeType, bool bGetSynchron ) { - sal_uIntPtr nFmt = SotExchange::GetFormatStringId( rMimeType ); + sal_uIntPtr nFmt = SotExchange::RegisterFormatMimeType( rMimeType ); switch( nType ) { case FILETYPE_TEXT: |