summaryrefslogtreecommitdiffstats
path: root/include/svx/svdograf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-02 12:49:25 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:21 +0200
commitea766508f7f8b4a89ca428db16b21ac6e0226882 (patch)
treec1383e117e9803bf5ae2313881a85cd62cc2bab3 /include/svx/svdograf.hxx
parentconvert include/svx/svdoole2.hxx from String to OUString (diff)
downloadcore-ea766508f7f8b4a89ca428db16b21ac6e0226882.tar.gz
core-ea766508f7f8b4a89ca428db16b21ac6e0226882.zip
convert include/svx/svdograf.hxx from String to OUString
Change-Id: I196259b9ba56827ffd8738bcd10363dd145ed29b
Diffstat (limited to 'include/svx/svdograf.hxx')
-rw-r--r--include/svx/svdograf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index c97ba69a6f08..f6c7c924499c 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -131,13 +131,13 @@ public:
const MapMode& GetGrafPrefMapMode() const;
const Size& GetGrafPrefSize() const;
- void SetGrafStreamURL( const String& rGraphicStreamURL );
- String GetGrafStreamURL() const;
+ void SetGrafStreamURL( const OUString& rGraphicStreamURL );
+ OUString GetGrafStreamURL() const;
void ForceSwapIn() const;
void ForceSwapOut() const;
- void SetGraphicLink(const OUString& rFileName, const String& rFilterName);
+ void SetGraphicLink(const OUString& rFileName, const OUString& rFilterName);
void ReleaseGraphicLink();
bool IsLinkedGraphic() const;