summaryrefslogtreecommitdiff
path: root/include/svtools/transfer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-08 13:59:33 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:32 +0200
commit60dddd2012b759397c8ddd008f7d4bf65867e7a4 (patch)
tree80b6161b952f9d5cf6fd05080a390e22ca38916f /include/svtools/transfer.hxx
parent90ed68e732b5ae644f865d40129b34745a1bc426 (diff)
convert include/svtools/transfer.hxx from String to OUString
Change-Id: Ie80c29a73db295ccc8fe975f8fe7027b9a1eb79a
Diffstat (limited to 'include/svtools/transfer.hxx')
-rw-r--r--include/svtools/transfer.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx
index 54a2dcf17793..f85732638cfa 100644
--- a/include/svtools/transfer.hxx
+++ b/include/svtools/transfer.hxx
@@ -316,9 +316,6 @@ public:
::com::sun::star::uno::Any GetAny( SotFormatStringId nFormat ) const;
::com::sun::star::uno::Any GetAny( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) const;
- sal_Bool GetString( SotFormatStringId nFormat, String& rStr );
- sal_Bool GetString( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, String& rStr );
-
sal_Bool GetString( SotFormatStringId nFormat, OUString& rStr );
sal_Bool GetString( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, OUString& rStr );
@@ -501,8 +498,8 @@ public:
void CopyINetImage( const INetImage& rINtImg );
void CopyImageMap( const ImageMap& rImgMap );
void CopyGraphic( const Graphic& rGrf );
- void CopyString( const String& rStr );
- void CopyString( sal_uInt16 nFmt, const String& rStr );
+ void CopyString( const OUString& rStr );
+ void CopyString( sal_uInt16 nFmt, const OUString& rStr );
void CopyAny( sal_uInt16 nFmt, const ::com::sun::star::uno::Any& rAny );
void CopyByteString( sal_uLong nFormatId, const OString& rStr );