diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:45:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-15 07:59:41 +0000 |
commit | f8bf15e8ed3bf1116bc77921eb22228705903297 (patch) | |
tree | e7c624a8f78cf10f60306e6c0b6d0552f179b605 /include/unotools | |
parent | 81dde672f15965cf77b041c1991bd260c4774278 (diff) |
clang-cl loplugin: unotools
Change-Id: I1bbdae6b27a04321b232851f5f45ac2248b55835
Reviewed-on: https://gerrit.libreoffice.org/29843
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/fltrcfg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx index 35f79178bc80..ab0eb1364e81 100644 --- a/include/unotools/fltrcfg.hxx +++ b/include/unotools/fltrcfg.hxx @@ -29,8 +29,6 @@ class UNOTOOLS_DLLPUBLIC SvtFilterOptions : public utl::ConfigItem private: std::unique_ptr<SvtFilterOptions_Impl> pImpl; - const css::uno::Sequence<OUString>& GetPropertyNames(); - virtual void ImplCommit() override; public: |