diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 12:31:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:33 +0200 |
commit | 6015ebb09e1c5782194366e460179ec680913018 (patch) | |
tree | 38e1d4349919236e9b0a0ebc46746f01059affb0 | |
parent | 9dc57be59d1a8dc17e77f21cbce04e2bb7247dca (diff) |
convert include/svx/itemwin.hxx from String to OUString
Change-Id: Id6964c28161ff9d958c41e00ff73ed60f8a08d82
-rw-r--r-- | include/svx/itemwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index 92daba38023a..bae3ee662b24 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -99,7 +99,7 @@ class SVX_DLLPUBLIC SvxMetricField : public MetricField { using Window::Update; - String aCurTxt; + OUString aCurTxt; SfxMapUnit ePoolUnit; FieldUnit eDlgUnit; Size aLogicalSize; |