diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-13 13:43:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 13:59:52 +0200 |
commit | 2b4fd256e9f8594c31e7e8045dccae5afdc62e16 (patch) | |
tree | 09d248841a5f0765516a7cf82b72cec529287eb7 /sw/source/uibase/config | |
parent | 20b0c8fc3bb5bcf4ae8ba81c88aaa5726dbcf9e2 (diff) |
loplugin:unusedmethods unused return value in sw/
Change-Id: Iaec71124b04ed678686d646df3ff0892585d3d50
Diffstat (limited to 'sw/source/uibase/config')
-rw-r--r-- | sw/source/uibase/config/caption.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/uibase/config/caption.cxx b/sw/source/uibase/config/caption.cxx index bdc771779f88..ab56dbccf3f2 100644 --- a/sw/source/uibase/config/caption.cxx +++ b/sw/source/uibase/config/caption.cxx @@ -65,12 +65,4 @@ InsCaptionOpt& InsCaptionOpt::operator=( const InsCaptionOpt& rOpt ) return *this; } -bool InsCaptionOpt::operator==( const InsCaptionOpt& rOpt ) const -{ - return (eObjType == rOpt.eObjType && - aOleId == rOpt.aOleId); // So that identical Ole-IDs can't be added multiple - // times, don't compare against anything else. - -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |