summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:40 +0100
commitab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f (patch)
tree9a8a9a87526b4da881a364dd557ea9002e6a6b5b /svx
parentbcd594902c366443f0d17b7599267793ac6da204 (diff)
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/AccessibleFrameSelector.cxx2
-rw-r--r--svx/source/fmcomp/gridcell.cxx3
-rw-r--r--svx/source/form/fmshimp.cxx1
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.cxx1
4 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx
index 64dd1d1b497d..fd913e6f1403 100644
--- a/svx/source/accessibility/AccessibleFrameSelector.cxx
+++ b/svx/source/accessibility/AccessibleFrameSelector.cxx
@@ -501,7 +501,6 @@ Any AccFrameSelector::getAccessibleKeyBinding( ) throw (RuntimeException)
sal_Int32 AccFrameSelector::getForeground( )
throw (RuntimeException)
{
- Any aRet;
SolarMutexGuard aGuard;
IsValid();
return mpFrameSel->GetControlForeground().GetColor();
@@ -512,7 +511,6 @@ sal_Int32 AccFrameSelector::getForeground( )
sal_Int32 AccFrameSelector::getBackground( )
throw (RuntimeException)
{
- Any aRet;
SolarMutexGuard aGuard;
IsValid();
return mpFrameSel->GetControlBackground().GetColor();
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index a7dde067640b..b47d510cf548 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -1750,9 +1750,6 @@ void DbCheckBox::updateFromModel( Reference< XPropertySet > _rxModel )
//------------------------------------------------------------------------------
sal_Bool DbCheckBox::commitControl()
{
-#if OSL_DEBUG_LEVEL > 0
- Any aVal = makeAny( (sal_Int16)( static_cast< CheckBoxControl* >( m_pWindow )->GetBox().GetState() ) );
-#endif
m_rColumn.getModel()->setPropertyValue( FM_PROP_STATE,
makeAny( (sal_Int16)( static_cast< CheckBoxControl* >( m_pWindow )->GetBox().GetState() ) ) );
return sal_True;
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index fbcc2675cf7c..2865dbdd0b7f 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3300,7 +3300,6 @@ void FmXFormShell::CreateExternalView()
FmXBoundFormFieldIterator aModelIterator(xCurrentNavController->getModel());
Reference< XPropertySet> xCurrentModelSet;
- Any aCurrentBoundField;
OUString sColumnType,aGroupName,sControlSource;
Sequence< Property> aProps;
Reference< XPropertySet> xCurrentBoundField;
diff --git a/svx/source/tbxctrls/extrusioncontrols.cxx b/svx/source/tbxctrls/extrusioncontrols.cxx
index fd71d7a4f52a..8f4e8e855259 100644
--- a/svx/source/tbxctrls/extrusioncontrols.cxx
+++ b/svx/source/tbxctrls/extrusioncontrols.cxx
@@ -461,7 +461,6 @@ IMPL_LINK_NOARG(ExtrusionDepthWindow, SelectHdl)
const OUString aCommand( ".uno:ExtrusionDepthDialog" );
- Any a;
Sequence< PropertyValue > aArgs( 2 );
aArgs[0].Name = OUString( "Depth" );
aArgs[0].Value <<= mfDepth;