summaryrefslogtreecommitdiff
path: root/include/basic/sbxcore.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 11:16:07 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-17 12:26:32 +0000
commitd9e627039245dc42f003a7cf75642f619a621513 (patch)
treed10188cbdf0808f4c4c6663025e15bd4bac47284 /include/basic/sbxcore.hxx
parentbe3d2309f0376914b0135046f95b0bb592cf5078 (diff)
loplugin:unnecessaryvirtual
update the plugin with lessons learned from the mergeclasses plugin and re-run it Change-Id: I9d622eb3d05fceaf8fa764c533c8fa5dfb4c7711 Reviewed-on: https://gerrit.libreoffice.org/20015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basic/sbxcore.hxx')
-rw-r--r--include/basic/sbxcore.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index 260d04558535..4cc57fa27eff 100644
--- a/include/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
@@ -54,8 +54,6 @@ protected:
SbxBase& operator=( const SbxBase& );
virtual ~SbxBase();
- virtual bool LoadPrivateData( SvStream&, sal_uInt16 );
- virtual bool StorePrivateData( SvStream& ) const;
virtual sal_uInt32 GetCreator() const { return 0; }
virtual sal_uInt16 GetVersion() const { return 0; }
virtual sal_uInt16 GetSbxId() const { return 0; }