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 /sot/source/base | |
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 'sot/source/base')
-rw-r--r-- | sot/source/base/object.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index 013853df13b9..aa809904697f 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -52,10 +52,6 @@ void * SotObject::CreateInstance( SotObject ** ppObj ) return p; } -const SotFactory * SotObject::GetSvFactory() const -{ - return ClassFactory(); -} void * SotObject::Cast( const SotFactory * pFact ) { |