convert include/svx/pagectrl.hxx from String to OUString

Change-Id: Ib03d040d97be4aee48f7a1b041df27e259b34e8e
This commit is contained in:
Noel Grandin 2013-09-03 10:55:04 +02:00
parent 0728cc9017
commit d4d9a7b19f

View File

@ -67,8 +67,8 @@ private:
sal_uInt16 eUsage;
String aLeftText;
String aRightText;
OUString aLeftText;
OUString aRightText;
protected:
virtual void Paint( const Rectangle& rRect );