summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/inc/RegressionCurveItemConverter.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/inc/RegressionCurveItemConverter.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/inc/RegressionCurveItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/RegressionCurveItemConverter.hxx16
1 files changed, 6 insertions, 10 deletions
diff --git a/chart2/source/controller/inc/RegressionCurveItemConverter.hxx b/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
index 364f96fc9734..a7bc851935d8 100644
--- a/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
+++ b/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
@@ -38,14 +38,11 @@ class RegressionCurveItemConverter : public ItemConverter
{
public:
RegressionCurveItemConverter(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & rPropertySet,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XRegressionCurveContainer > & xRegCurveCnt,
+ const css::uno::Reference< css::beans::XPropertySet > & rPropertySet,
+ const css::uno::Reference< css::chart2::XRegressionCurveContainer > & xRegCurveCnt,
SfxItemPool& rItemPool,
SdrModel& rDrawModel,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > & xNamedPropertyContainerFactory );
+ const css::uno::Reference< css::lang::XMultiServiceFactory > & xNamedPropertyContainerFactory );
virtual ~RegressionCurveItemConverter();
virtual void FillItemSet( SfxItemSet & rOutItemSet ) const override;
@@ -56,14 +53,13 @@ protected:
virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const override;
virtual void FillSpecialItem( sal_uInt16 nWhichId, SfxItemSet & rOutItemSet ) const
- throw( ::com::sun::star::uno::Exception ) override;
+ throw( css::uno::Exception ) override;
virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
- throw( ::com::sun::star::uno::Exception ) override;
+ throw( css::uno::Exception ) override;
private:
std::shared_ptr< ItemConverter > m_spGraphicConverter;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XRegressionCurveContainer > m_xCurveContainer;
+ css::uno::Reference< css::chart2::XRegressionCurveContainer > m_xCurveContainer;
};
} // namespace wrapper