summaryrefslogtreecommitdiff
path: root/include/svx/svdoole2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-02 11:40:43 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:21 +0200
commit830171ff79c6a15711c8ca225911d19c90952343 (patch)
treedf7f035c87c3bf31ca478d25f204b427e9e0b87c /include/svx/svdoole2.hxx
parentaceaa880115bb55391a8cc3622970b74436139d0 (diff)
convert include/svx/svdoole2.hxx from String to OUString
Change-Id: I4241d14165aa585aa436a28071036774012a266f
Diffstat (limited to 'include/svx/svdoole2.hxx')
-rw-r--r--include/svx/svdoole2.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx
index af3c0f746bb3..76c705adf9cf 100644
--- a/include/svx/svdoole2.hxx
+++ b/include/svx/svdoole2.hxx
@@ -60,7 +60,7 @@ protected:
svt::EmbeddedObjectRef xObjRef;
Graphic* pGraphic;
- String aProgName;
+ OUString aProgName;
// Due to compatibility at SdrTextObj for now
bool bFrame:1;
@@ -110,13 +110,13 @@ public:
// OLE object has got a separate PersistName member now;
// !!! use ::SetPersistName( ... ) only, if you know what you do !!!
- String GetPersistName() const;
- void SetPersistName( const String& rPersistName );
+ OUString GetPersistName() const;
+ void SetPersistName( const OUString& rPersistName );
// One can add an application name to a SdrOle2Obj, which can be queried for
// later on (SD needs this for presentation objects).
- void SetProgName(const String& rNam) { aProgName=rNam; }
- const String& GetProgName() const { return aProgName; }
+ void SetProgName(const OUString& rNam) { aProgName=rNam; }
+ const OUString& GetProgName() const { return aProgName; }
bool IsEmpty() const;
void SetObjRef(const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& rNewObjRef);