summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/BubbleDataInterpreter.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/model/template/BubbleDataInterpreter.hxx
parent6c47de46613b531bd975d073cf31c3fda6f8b8da (diff)
com::sun::star->css in chart2
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
Diffstat (limited to 'chart2/source/model/template/BubbleDataInterpreter.hxx')
-rw-r--r--chart2/source/model/template/BubbleDataInterpreter.hxx23
1 files changed, 11 insertions, 12 deletions
diff --git a/chart2/source/model/template/BubbleDataInterpreter.hxx b/chart2/source/model/template/BubbleDataInterpreter.hxx
index e51f74293628..ed5cebfcc0e8 100644
--- a/chart2/source/model/template/BubbleDataInterpreter.hxx
+++ b/chart2/source/model/template/BubbleDataInterpreter.hxx
@@ -28,23 +28,22 @@ class BubbleDataInterpreter : public DataInterpreter
{
public:
explicit BubbleDataInterpreter(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XComponentContext > & xContext );
+ const css::uno::Reference< css::uno::XComponentContext > & xContext );
virtual ~BubbleDataInterpreter();
protected:
// ____ XDataInterpreter ____
- virtual ::com::sun::star::chart2::InterpretedData SAL_CALL interpretDataSource(
- const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSource >& xSource,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArguments,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > >& aSeriesToReUse )
- throw (::com::sun::star::uno::RuntimeException, std::exception) override;
- virtual ::com::sun::star::chart2::InterpretedData SAL_CALL reinterpretDataSeries(
- const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
- throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ virtual css::chart2::InterpretedData SAL_CALL interpretDataSource(
+ const css::uno::Reference< css::chart2::data::XDataSource >& xSource,
+ const css::uno::Sequence< css::beans::PropertyValue >& aArguments,
+ const css::uno::Sequence< css::uno::Reference< css::chart2::XDataSeries > >& aSeriesToReUse )
+ throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::chart2::InterpretedData SAL_CALL reinterpretDataSeries(
+ const css::chart2::InterpretedData& aInterpretedData )
+ throw (css::uno::RuntimeException, std::exception) override;
virtual sal_Bool SAL_CALL isDataCompatible(
- const ::com::sun::star::chart2::InterpretedData& aInterpretedData )
- throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ const css::chart2::InterpretedData& aInterpretedData )
+ throw (css::uno::RuntimeException, std::exception) override;
};
} // namespace chart