diff options
Diffstat (limited to 'include/svx')
-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 ); |