summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/toolbarmenuacc.cxx2
-rw-r--r--svtools/source/uno/unoiface.cxx2
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 )
{