loplugin:unusedmethods oox

Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4
Reviewed-on: https://gerrit.libreoffice.org/17225
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Noel Grandin
2015-07-20 13:12:31 +02:00
committed by Noel Grandin
parent 82b896f1f8
commit c714b43b01
35 changed files with 3 additions and 204 deletions

View File

@@ -60,6 +60,8 @@ exclusionSet = set([
"const class rtl::OUString writerperfect::DocumentHandlerFor::name()",
# only used by OSX build
"void StyleSettings::SetHideDisabledMenuItems(_Bool)",
# debugging method
"void oox::drawingml::TextParagraphProperties::dump() const"
])