diff options
-rw-r--r-- | sc/inc/dptabsrc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 6db6ea4d06b9..b43e795fb5a6 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -718,8 +718,8 @@ public: virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); - virtual long getCount() const; - virtual ScDPMember* getByIndex(long nIndex) const; + long getCount() const; + ScDPMember* getByIndex(long nIndex) const; long getMinMembers() const; |