summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 09:51:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:03 +0100
commit54df89611eb1ae38d6ddf5a3fa66ac64d7db0e3e (patch)
treeffb6f270168bd3c8acfdf4c90b3e92be4bbcb1bc /fpicker
parente88879fe2ef23e3e85f5d4a0babb660605d447d1 (diff)
-Werror,-Wunused-member-function
Change-Id: Ib2427bc58d1b7eea059f917db583179449ac62cf
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeControlAccess.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx
index 317da8b8070e..3a5cb879bb67 100644
--- a/fpicker/source/office/OfficeControlAccess.cxx
+++ b/fpicker/source/office/OfficeControlAccess.cxx
@@ -121,15 +121,6 @@ namespace svt
}
};
- // ................................................................
- struct ExtractControlName : public ::std::unary_function< ControlDescription, OUString >
- {
- OUString operator()( const ControlDescription& _rDesc )
- {
- return OUString::createFromAscii( _rDesc.pControlName );
- }
- };
-
// ----------------------------------------------------------------
// ................................................................
struct ControlProperty