diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:59:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:14:37 +0200 |
commit | b57dd67aa32013c97283c408c85b4634d21df559 (patch) | |
tree | 1065dbff6e41d9ae4dda311d9bf1b28577f6aa5d /svx | |
parent | 672b77f6474bd17bcb842e2628e6502837199cd9 (diff) |
-Werror,-Wunused-variable
Change-Id: I091b873e47a5b947ee7fea96fd4f079012c7278a
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 1093578ec4a7..52a531ca8424 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -3286,8 +3286,6 @@ void FmXFormShell::CreateExternalView() { DBG_ASSERT(xCurrentNavController.is(), "FmXFormShell::CreateExternalView : invalid call : have no nav controller !"); // first : dispatch the descriptions for the columns to add - Sequence< Reference< XControl> > aCurrentControls(xCurrentNavController->getControls()); - sal_Int16 nAddedColumns = 0; // for radio buttons we need some special structures |