diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-30 11:08:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:14 +0200 |
commit | 4f0bf3db08ba9b203e30883f260a35d378f20a9c (patch) | |
tree | 6301d44adabe56794db1adff31746b52594f7cc5 /include | |
parent | d7d3a0edb9415edf74362dcc43a8b748e25fc65e (diff) |
convert include/svx/swframeposstrings.hxx from String to OUString
Change-Id: I762a08c61f6d7b3fa97195d9da19f54da1b553f4
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/swframeposstrings.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/swframeposstrings.hxx b/include/svx/swframeposstrings.hxx index a6ecc3a7605e..7b9b7f2bd4be 100644 --- a/include/svx/swframeposstrings.hxx +++ b/include/svx/swframeposstrings.hxx @@ -80,7 +80,7 @@ public: STR_MAX }; - const String& GetString(StringId eId); + const OUString& GetString(StringId eId); }; #endif |