summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_RangeChooser.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-27 11:14:38 +0200
committerNoel Grandin <noel@peralex.com>2016-03-14 13:43:38 +0200
commit8353667d35bc511378c9b14261b6bb11b7bd56aa (patch)
treea065c941301f2b693445958046360b27a651d439 /chart2/source/controller/dialogs/tp_RangeChooser.hxx
parentUser-Agent: disable reporting of languages - also for installsets (diff)
downloadcore-8353667d35bc511378c9b14261b6bb11b7bd56aa.tar.gz
core-8353667d35bc511378c9b14261b6bb11b7bd56aa.zip
com::sun::star->css in chart2
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
Diffstat (limited to 'chart2/source/controller/dialogs/tp_RangeChooser.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.hxx b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
index 3979ec58a4a6..a3ee89393fef 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.hxx
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
@@ -34,8 +34,6 @@
namespace chart
{
-/**
-*/
class ChartTypeTemplateProvider;
class DialogModel;
@@ -102,8 +100,7 @@ protected: //member
bool m_bIsDirty;
OUString m_aLastValidRangeString;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XChartTypeTemplate > m_xCurrentChartTypeTemplate;
+ css::uno::Reference< css::chart2::XChartTypeTemplate > m_xCurrentChartTypeTemplate;
ChartTypeTemplateProvider* m_pTemplateProvider;
DialogModel & m_rDialogModel;