summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
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/vcl/graph.hxx
parentb086fe7003ffbf5ef991d8cd88f4b9cde4359996 (diff)
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/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx4
1 files changed, 2 insertions, 2 deletions
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();