diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 14:22:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-08 03:06:32 +0000 |
commit | 9de3cff361fc49322689e26709ca4709866f485c (patch) | |
tree | d95e13f88e624b29bda67c642c0e094633584b8f /sd/inc/pglink.hxx | |
parent | 8848c6ec29919deec2f242ccdd336bc710da6646 (diff) |
String to OUString
Change-Id: I5ff57ede2217f1464571fb2beaa62a34425064ae
Reviewed-on: https://gerrit.libreoffice.org/5826
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sd/inc/pglink.hxx')
-rw-r--r-- | sd/inc/pglink.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/pglink.hxx b/sd/inc/pglink.hxx index 4a1b455ab62f..9f9e1c6a7c91 100644 --- a/sd/inc/pglink.hxx +++ b/sd/inc/pglink.hxx @@ -31,7 +31,7 @@ class SdPageLink : public ::sfx2::SvBaseLink SdPage* pPage; public: - SdPageLink(SdPage* pPg, const String& rFileName, const String& rBookmarkName); + SdPageLink(SdPage* pPg, const OUString& rFileName, const OUString& rBookmarkName); virtual ~SdPageLink(); virtual void Closed(); |