diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:00:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:14:37 +0200 |
commit | 6b1bb754411a52a5a37745e763e1fb977f49946c (patch) | |
tree | a53cfb7224879c63e0ac6814ed9b5f2f4bf5c2b0 /svx | |
parent | b57dd67aa32013c97283c408c85b4634d21df559 (diff) |
-Werror,-Wunused-variable
Change-Id: Iad2385d0c061ac91f4a15ef613549cd1cba94dcc
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/formcontroller.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index 54eff2b9b1d5..cb21a59074ae 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -3117,7 +3117,6 @@ void FormController::setFilter(::std::vector<FmFieldInfo>& rFieldInfos) if (m_xComposer.is()) { - Sequence < PropertyValue> aLevel; Sequence< Sequence < PropertyValue > > aFilterRows = m_xComposer->getStructuredFilter(); // ok, we receive the list of filters as sequence of fieldnames, value |