diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2017-06-24 16:05:16 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2017-06-27 09:15:53 +0200 |
commit | a08c833a5d61ba806fe2875e7b84fd11b9856b58 (patch) | |
tree | d4b2b71d856ff063264237f40a57b9ccb5d9ab28 /sc/source/ui/vba/vbafont.hxx | |
parent | 99cde7238ec2e7c961f62e8353f2266f11fea0ce (diff) |
Use base class to set/get super/sub script
Looks like some obsolete code
Change-Id: If600609ccd0baf3c10261cc850ac5ddc3c046401
Reviewed-on: https://gerrit.libreoffice.org/39216
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Tested-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'sc/source/ui/vba/vbafont.hxx')
-rw-r--r-- | sc/source/ui/vba/vbafont.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbafont.hxx b/sc/source/ui/vba/vbafont.hxx index 4a460e70b3b8..f5d7d7bcdcd0 100644 --- a/sc/source/ui/vba/vbafont.hxx +++ b/sc/source/ui/vba/vbafont.hxx @@ -62,10 +62,6 @@ public: virtual css::uno::Any SAL_CALL getStrikethrough() override; virtual css::uno::Any SAL_CALL getShadow() override; virtual css::uno::Any SAL_CALL getItalic() override; - virtual css::uno::Any SAL_CALL getSubscript() override; - virtual void SAL_CALL setSubscript( const css::uno::Any& _subscript ) override; - virtual css::uno::Any SAL_CALL getSuperscript() override; - virtual void SAL_CALL setSuperscript( const css::uno::Any& _superscript ) override; virtual css::uno::Any SAL_CALL getName() override; virtual css::uno::Any SAL_CALL getColor() override ; virtual css::uno::Any SAL_CALL getOutlineFont() override ; |