summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-07-19 01:31:53 -0500
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-19 09:45:01 +0000
commit8529e885186dc1f5aef83cc089ddf5c843acd3d0 (patch)
treeb73baa4ce4be72feed3b6422134b69e84dea28ab /include
parentRe-set bitmap mask after applying the duotone filter. (diff)
downloadcore-8529e885186dc1f5aef83cc089ddf5c843acd3d0.tar.gz
core-8529e885186dc1f5aef83cc089ddf5c843acd3d0.zip
Cleanup String in connectivity
Change-Id: Ica1cf0ac9e9da9c943e50ba77b1ce4a9dc7f8300 Reviewed-on: https://gerrit.libreoffice.org/4895 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/gfxlink.hxx2
-rw-r--r--include/vcl/graph.h4
-rw-r--r--include/vcl/graph.hxx4
3 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx
index efc9c0930a01..737229e0066b 100644
--- a/include/vcl/gfxlink.hxx
+++ b/include/vcl/gfxlink.hxx
@@ -135,7 +135,7 @@ private:
public:
GfxLink();
GfxLink( const GfxLink& );
- GfxLink( const String& rPath, GfxLinkType nType );
+ GfxLink( const OUString& rPath, GfxLinkType nType );
GfxLink( sal_uInt8* pBuf, sal_uInt32 nBufSize, GfxLinkType nType, sal_Bool bOwns );
~GfxLink();
diff --git a/include/vcl/graph.h b/include/vcl/graph.h
index 94224b780d93..e6f85432445a 100644
--- a/include/vcl/graph.h
+++ b/include/vcl/graph.h
@@ -46,7 +46,7 @@ class VCL_DLLPUBLIC GraphicReader
{
protected:
- String maUpperName;
+ OUString maUpperName;
ReaderData* mpReaderData;
sal_Bool mbIsReading;
@@ -58,7 +58,7 @@ public:
virtual ~GraphicReader();
- const String& GetUpperFilterName() const { return maUpperName; }
+ const OUString& GetUpperFilterName() const { return maUpperName; }
ReaderData* GetReaderData() const { return mpReaderData; }
sal_Bool IsReading() const { return mbIsReading; }
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index ce48262f6e9b..7b80c502b91e 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -172,8 +172,8 @@ public:
public:
- void SetDocFileName( const String& rName, sal_uLong nFilePos );
- const String& GetDocFileName() const;
+ void SetDocFileName( const OUString& rName, sal_uLong nFilePos );
+ const OUString& GetDocFileName() const;
sal_uLong GetDocFilePos() const;
sal_Bool SwapOut();