From ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Nov 2013 21:02:07 +0100 Subject: SAL_WARN_UNUSED com::sun::star::uno::Any Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0 --- reportdesign/source/ui/inspection/DataProviderHandler.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'reportdesign') 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) { -- cgit