diff options
Diffstat (limited to 'include/svtools/insdlg.hxx')
-rw-r--r-- | include/svtools/insdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx index 7bdfe48c1b68..70fcf9ec7861 100644 --- a/include/svtools/insdlg.hxx +++ b/include/svtools/insdlg.hxx @@ -70,8 +70,8 @@ public: class SVT_DLLPUBLIC SvPasteObjectHelper { public: - static OUString GetSotFormatUIName( SotFormatStringId nId ); - static bool GetEmbeddedName(const TransferableDataHelper& rData, OUString& _rName, OUString& _rSource, SotFormatStringId& _nFormat); + static OUString GetSotFormatUIName( SotClipboardFormatId nId ); + static bool GetEmbeddedName(const TransferableDataHelper& rData, OUString& _rName, OUString& _rSource, SotClipboardFormatId& _nFormat); }; #endif // INCLUDED_SVTOOLS_INSDLG_HXX |