Kaydet (Commit) b57dd67a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I091b873e47a5b947ee7fea96fd4f079012c7278a
üst 672b77f6
...@@ -3286,8 +3286,6 @@ void FmXFormShell::CreateExternalView() ...@@ -3286,8 +3286,6 @@ void FmXFormShell::CreateExternalView()
{ {
DBG_ASSERT(xCurrentNavController.is(), "FmXFormShell::CreateExternalView : invalid call : have no nav controller !"); DBG_ASSERT(xCurrentNavController.is(), "FmXFormShell::CreateExternalView : invalid call : have no nav controller !");
// first : dispatch the descriptions for the columns to add // first : dispatch the descriptions for the columns to add
Sequence< Reference< XControl> > aCurrentControls(xCurrentNavController->getControls());
sal_Int16 nAddedColumns = 0; sal_Int16 nAddedColumns = 0;
// for radio buttons we need some special structures // for radio buttons we need some special structures
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment