diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 21:02:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 21:02:40 +0100 |
commit | ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f (patch) | |
tree | 9a8a9a87526b4da881a364dd557ea9002e6a6b5b /cui | |
parent | bcd594902c366443f0d17b7599267793ac6da204 (diff) |
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/showcols.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/dialogs/showcols.cxx b/cui/source/dialogs/showcols.cxx index 2ee0b9149048..7bce6ac6ef59 100644 --- a/cui/source/dialogs/showcols.cxx +++ b/cui/source/dialogs/showcols.cxx @@ -61,7 +61,6 @@ IMPL_LINK_NOARG(FmShowColsDialog, OnClickedOk) DBG_ASSERT(m_xColumns.is(), "FmShowColsDialog::OnClickedOk : you should call SetColumns before executing the dialog !"); if (m_xColumns.is()) { - ::com::sun::star::uno::Any aCol; ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xCol; for (sal_uInt16 i=0; i<m_aList.GetSelectEntryCount(); ++i) { |