From d4d9a7b19f68464df561937512e471f2c47c52a8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Sep 2013 10:55:04 +0200 Subject: [PATCH] convert include/svx/pagectrl.hxx from String to OUString Change-Id: Ib03d040d97be4aee48f7a1b041df27e259b34e8e --- include/svx/pagectrl.hxx | 4 ++-- 1 file 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 );