diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 09:46:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:15:03 +0100 |
commit | e88879fe2ef23e3e85f5d4a0babb660605d447d1 (patch) | |
tree | ad1efb56723670babc5d5b61ab7c20ee24c1f384 /chart2/source/controller/main/DrawCommandDispatch.cxx | |
parent | 6be8a39eb9ae3e62baa764127b8a778f5444b2f8 (diff) |
-Werror,-Wunused-member-function
Change-Id: I0f2e46abcb30bdf997d17ebbdd48a3521af06e2f
Diffstat (limited to 'chart2/source/controller/main/DrawCommandDispatch.cxx')
-rw-r--r-- | chart2/source/controller/main/DrawCommandDispatch.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/main/DrawCommandDispatch.cxx b/chart2/source/controller/main/DrawCommandDispatch.cxx index f17a898a5b26..5a46b7b199f3 100644 --- a/chart2/source/controller/main/DrawCommandDispatch.cxx +++ b/chart2/source/controller/main/DrawCommandDispatch.cxx @@ -61,10 +61,6 @@ namespace { return rPropValue.Name.equals( rName ); } - bool operator() ( const OUString& rName, const beans::PropertyValue& rPropValue ) const - { - return rName.equals( rPropValue.Name ); - } }; } // anonymous namespace |