summaryrefslogtreecommitdiff
path: root/reportdesign
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 /reportdesign
parentbcd594902c366443f0d17b7599267793ac6da204 (diff)
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/inspection/DataProviderHandler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inspection/DataProviderHandler.cxx b/reportdesign/source/ui/inspection/DataProviderHandler.cxx
index ef9ecfdfcbf7..8cef137d0ed3 100644
--- a/reportdesign/source/ui/inspection/DataProviderHandler.cxx
+++ b/reportdesign/source/ui/inspection/DataProviderHandler.cxx
@@ -213,7 +213,6 @@ uno::Any SAL_CALL DataProviderHandler::getPropertyValue(const OUString & Propert
void SAL_CALL DataProviderHandler::setPropertyValue(const OUString & PropertyName, const uno::Any & Value) throw (uno::RuntimeException, beans::UnknownPropertyException)
{
::osl::MutexGuard aGuard( m_aMutex );
- uno::Any aPropertyValue;
const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName);
switch(nId)
{