summaryrefslogtreecommitdiff
path: root/chart2/source/model/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 11:54:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 11:54:21 +0100
commit06a4698850a1d9d1d4db703dc42852b0d36f6acd (patch)
tree29113d8c24c5c0cdeecb85866f6975dde6940e2e /chart2/source/model/inc
parent804e3bfc56ad6d42a6b76d9e227dde759befd5d2 (diff)
chart::impl::StockBar is not a UNO service implementation
Change-Id: I5faa0dd028dcc79d09c47fd53b7804121a062e2e
Diffstat (limited to 'chart2/source/model/inc')
-rw-r--r--chart2/source/model/inc/StockBar.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/chart2/source/model/inc/StockBar.hxx b/chart2/source/model/inc/StockBar.hxx
index 6e8d3d098ea4..65e465a1a85f 100644
--- a/chart2/source/model/inc/StockBar.hxx
+++ b/chart2/source/model/inc/StockBar.hxx
@@ -50,20 +50,6 @@ public:
explicit StockBar( bool bRisingCourse );
virtual ~StockBar();
- //TODO: are these actually used (given they are not SAL_OVERRIDE)?
- virtual OUString SAL_CALL
- getImplementationName()
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
- virtual sal_Bool SAL_CALL
- supportsService( const OUString& ServiceName )
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
- virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames()
- throw( ::com::sun::star::uno::RuntimeException, std::exception );
- static OUString getImplementationName_Static();
- static ::com::sun::star::uno::Sequence< OUString >
- getSupportedServiceNames_Static();
-
/// merge XInterface implementations
DECLARE_XINTERFACE()