diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 10:55:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:25 +0200 |
commit | d4d9a7b19f68464df561937512e471f2c47c52a8 (patch) | |
tree | e96c0cb3fed062fa6ca6ac3b644e027193661c13 /include/svx/pagectrl.hxx | |
parent | 0728cc90179f78e200e3ab27b34c1c2179ac8432 (diff) |
convert include/svx/pagectrl.hxx from String to OUString
Change-Id: Ib03d040d97be4aee48f7a1b041df27e259b34e8e
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r-- | include/svx/pagectrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx index 83f79f4ce826..199c18d47bd7 100644 --- a/include/svx/pagectrl.hxx +++ b/include/svx/pagectrl.hxx @@ -67,8 +67,8 @@ private: sal_uInt16 eUsage; - String aLeftText; - String aRightText; + OUString aLeftText; + OUString aRightText; protected: virtual void Paint( const Rectangle& rRect ); |