diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 12:00:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 12:01:33 +0100 |
commit | 86b8b3b7e0fd384378f76e21ff170c76ee0ab7f5 (patch) | |
tree | 6b8069c0ef1fd3ea25e9c373287c01ff5b83a6c1 /vcl/inc | |
parent | 5652d862bb32940f9bca338a2143916f70a6f036 (diff) |
WaE: returning temporary
Change-Id: Ibb401d8df817ca700a806ef28ac359e0b74ec3e2
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/impgraph.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 0b09c1261452..4c879d6ba75c 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -60,7 +60,7 @@ private: ImpSwapFile* mpSwapFile; GfxLink* mpGfxLink; GraphicType meType; - String maDocFileURLStr; + OUString maDocFileURLStr; sal_uLong mnDocFilePos; mutable sal_uLong mnSizeBytes; sal_uLong mnRefCount; @@ -137,8 +137,8 @@ private: private: - void ImplSetDocFileName( const String& rName, sal_uLong nFilePos ); - const String& ImplGetDocFileName() const; + void ImplSetDocFileName( const OUString& rName, sal_uLong nFilePos ); + const OUString& ImplGetDocFileName() const; sal_uLong ImplGetDocFilePos() const; sal_Bool ImplReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False ); |