From 62258d9c8f6b6f8d89ade68af97ccdac63dce2b7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:15:03 +0200 Subject: extensions: remove SAL_THROW macro Change-Id: I12b5b46d31d5189adb21804a818ce591f2c19cbf --- extensions/source/propctrlr/propertyhandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/propctrlr/propertyhandler.cxx') diff --git a/extensions/source/propctrlr/propertyhandler.cxx b/extensions/source/propctrlr/propertyhandler.cxx index 2f1d3ce8e95d..2a2093710b0c 100644 --- a/extensions/source/propctrlr/propertyhandler.cxx +++ b/extensions/source/propctrlr/propertyhandler.cxx @@ -254,7 +254,7 @@ namespace pcr m_aSupportedProperties.realloc( 0 ); } - void PropertyHandler::firePropertyChange( const OUString& _rPropName, PropertyId _nPropId, const Any& _rOldValue, const Any& _rNewValue ) SAL_THROW(()) + void PropertyHandler::firePropertyChange( const OUString& _rPropName, PropertyId _nPropId, const Any& _rOldValue, const Any& _rNewValue ) { PropertyChangeEvent aEvent; aEvent.Source = m_xComponent; -- cgit