From 1c909a13a0816e20d365000cc527d93e02633b0c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Oct 2015 10:32:47 +0200 Subject: com::sun::star->css in include/ucbhelper to include/xmlscript Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256 --- include/vbahelper/vbareturntypes.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vbahelper/vbareturntypes.hxx') diff --git a/include/vbahelper/vbareturntypes.hxx b/include/vbahelper/vbareturntypes.hxx index 2c5b3871606d..151ca5547d8a 100644 --- a/include/vbahelper/vbareturntypes.hxx +++ b/include/vbahelper/vbareturntypes.hxx @@ -39,8 +39,8 @@ namespace ooo T1 mnValue; public: DefaultReturnHelper( const T1& nValue ) : mnValue( nValue ) {} - virtual void SAL_CALL setValue( T1 nValue ) throw (::com::sun::star::uno::RuntimeException) { mnValue = nValue; } - virtual T1 SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeException) { return mnValue; } + virtual void SAL_CALL setValue( T1 nValue ) throw (css::uno::RuntimeException) { mnValue = nValue; } + virtual T1 SAL_CALL getValue() throw (css::uno::RuntimeException) { return mnValue; } OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); } }; -- cgit