summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 13:32:43 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:54:42 +0200
commita72cc8b181b0f4614987d1b38f895c9e98970778 (patch)
tree86aac64d4d8f7927b6e3582b4d37696ab85f73c0 /sw/inc/unochart.hxx
parent4ebde2bc461e9661d7264340398b972fb69a89a6 (diff)
convert sw/inc/unochart.hxx from String to OUString
Change-Id: Ib9e52a28d0977efca3ccd2e06f87b413c205c2ad
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r--sw/inc/unochart.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 44229d823d8d..656d1c451147 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -66,7 +66,7 @@ class SwFrmFmt;
//////////////////////////////////////////////////////////////////////
-bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const String &rCellRangeName );
+bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const OUString &rCellRangeName );
//////////////////////////////////////////////////////////////////////
@@ -265,8 +265,8 @@ class SwChartDataSequence :
::cppu::OInterfaceContainerHelper aModifyListeners;
::com::sun::star::chart2::data::DataSequenceRole aRole;
- String aRowLabelText;
- String aColLabelText;
+ OUString aRowLabelText;
+ OUString aColLabelText;
// holds a reference to the data-provider to guarantee it's lifetime last as
// long as the pointer may be used.