summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_RangeChooser.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-10-06 23:58:35 -0300
committerMuthu Subramanian <sumuthu@suse.com>2012-10-08 21:41:49 +0530
commit8f14c8a6115fb7c57203fa089b2383b858723932 (patch)
treeef4d5f96f42a13afa12c6fc33e22a5895cf32378 /chart2/source/controller/dialogs/tp_RangeChooser.hxx
parentOUString cleanup in Chart2 (diff)
downloadcore-8f14c8a6115fb7c57203fa089b2383b858723932.tar.gz
core-8f14c8a6115fb7c57203fa089b2383b858723932.zip
OUString cleanup in Chart2
Include C2U macro and rtl prefix Change-Id: If930f77179dbf24d43f10a344b68edcf968f7304
Diffstat (limited to 'chart2/source/controller/dialogs/tp_RangeChooser.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.hxx b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
index bb03ff03a521..2f0bc8d683bf 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.hxx
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
@@ -100,7 +100,7 @@ protected: //member
::com::sun::star::uno::Reference<
::com::sun::star::chart2::data::XDataProvider > m_xDataProvider;
- rtl::OUString m_aLastValidRangeString;
+ OUString m_aLastValidRangeString;
::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartTypeTemplate > m_xCurrentChartTypeTemplate;
ChartTypeTemplateProvider* m_pTemplateProvider;