diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 16:01:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-30 10:34:38 +0200 |
commit | ec3f72415850bd865eb030cf2b7edb55b99d4756 (patch) | |
tree | e63a41091957725506cbb107a272a9872081e3e5 /svtools | |
parent | d2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff) |
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/helpopt.cxx | 3 | ||||
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx index dc12c7603bb0..93ca0dab715b 100644 --- a/svtools/source/config/helpopt.cxx +++ b/svtools/source/config/helpopt.cxx @@ -55,9 +55,6 @@ class SvtHelpOptions_Impl : public utl::ConfigItem OUString aSystem; OUString sHelpStyleSheet; - typedef std::map <OUString, sal_Int32> MapString2Int; - MapString2Int aURLIgnoreCounters; - static Sequence< OUString > GetPropertyNames(); virtual void ImplCommit() override; diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index d4380badcd4f..13178e423019 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -244,7 +244,6 @@ class SVTXRoadmap : public SVTXRoadmap_Base private: ItemListenerMultiplexer maItemListeners; - RMItemData CurRMItemData; static RMItemData GetRMItemData( const css::container::ContainerEvent& _rEvent ); protected: |