diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-03 15:24:09 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-06 11:45:28 +0000 |
commit | c4379aacbe9d5732dadf02c2d4306266e162ffc6 (patch) | |
tree | 089c27b6ba2ad77be7cafb277477035e130f7544 /include/sot/object.hxx | |
parent | 5aff134960b046a05f6255d10fd6d8ec72a3ff41 (diff) |
loplugin:unusedmethods sot
Change-Id: I14e8bb3e4e38ade1044ce1c50c9676a65152724c
Reviewed-on: https://gerrit.libreoffice.org/16733
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r-- | include/sot/object.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx index 8c208564bb47..41077fe312d6 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -35,7 +35,6 @@ friend class SotFactory; protected: virtual ~SotObject(); - void SetExtern() { bOwner = false; } virtual bool Close(); public: SotObject(); @@ -46,7 +45,6 @@ private: public: static void * CreateInstance( SotObject ** = NULL ); static SotFactory * ClassFactory(); - virtual const SotFactory * GetSvFactory() const; virtual void * Cast( const SotFactory * ); bool Owner() const { return bOwner; } |