Kaydet (Commit) 480f6fb5 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/svx/svdxcgv.hxx from String to OUString

Change-Id: I7dd14979ee2c69785051af9a5857d7f60f8fda2b
üst 6a239782
...@@ -105,7 +105,7 @@ public: ...@@ -105,7 +105,7 @@ public:
// SDRINSERT_ADDMARK (siehe svdedtv.hxx). // SDRINSERT_ADDMARK (siehe svdedtv.hxx).
virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0); 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(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 ); sal_Bool Cut( sal_uIntPtr nFormat = SDR_ANYFORMAT );
......
...@@ -165,7 +165,7 @@ sal_Bool SdrExchangeView::Paste(const OUString& rStr, const Point& rPos, SdrObjL ...@@ -165,7 +165,7 @@ sal_Bool SdrExchangeView::Paste(const OUString& rStr, const Point& rPos, SdrObjL
return sal_True; return sal_True;
} }
sal_Bool SdrExchangeView::Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOptions) sal_Bool SdrExchangeView::Paste(SvStream& rInput, const OUString& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOptions)
{ {
Point aPos(rPos); Point aPos(rPos);
ImpGetPasteObjList(aPos,pLst); ImpGetPasteObjList(aPos,pLst);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment