summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-30 12:52:01 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:15 +0200
commit480f6fb5d593666fb9f9945b6fffb7edf5d47f50 (patch)
tree3eda4791912d4a9b460d88c832d829660e77423b /include
parent6a23978228411290ed2cef6fe2ab32d6a8a9ca52 (diff)
convert include/svx/svdxcgv.hxx from String to OUString
Change-Id: I7dd14979ee2c69785051af9a5857d7f60f8fda2b
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdxcgv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdxcgv.hxx b/include/svx/svdxcgv.hxx
index b61456a2ebc7..e391b0ce22f0 100644
--- a/include/svx/svdxcgv.hxx
+++ b/include/svx/svdxcgv.hxx
@@ -105,7 +105,7 @@ public:
// SDRINSERT_ADDMARK (siehe svdedtv.hxx).
virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
sal_Bool Paste(const OUString& rStr, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
- sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
+ sal_Bool Paste(SvStream& rInput, const OUString& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
sal_Bool Cut( sal_uIntPtr nFormat = SDR_ANYFORMAT );