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 /svtools | |
parent | bcd594902c366443f0d17b7599267793ac6da204 (diff) |
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/toolbarmenuacc.cxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/control/toolbarmenuacc.cxx b/svtools/source/control/toolbarmenuacc.cxx index da3ebdc04ae3..e0d2dd5dffd9 100644 --- a/svtools/source/control/toolbarmenuacc.cxx +++ b/svtools/source/control/toolbarmenuacc.cxx @@ -83,8 +83,6 @@ IMPL_LINK( ToolbarMenuAcc, WindowEventListener, VclSimpleEvent*, pEvent ) void ToolbarMenuAcc::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { - Any aOldValue, aNewValue; - switch ( rVclWindowEvent.GetId() ) { case VCLEVENT_OBJECT_DYING: diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 2ce4aa80164b..e0cf91e1b3b0 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -1987,8 +1987,6 @@ void SVTXCurrencyField::setProperty( const OUString& PropertyName, const ::com:: { SolarMutexGuard aGuard; - ::com::sun::star::uno::Any aReturn; - DoubleCurrencyField* pField = (DoubleCurrencyField*)GetFormattedField(); if ( pField ) { |