summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde_unx/UnxFPentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/unx/kde_unx/UnxFPentry.cxx')
-rw-r--r--fpicker/source/unx/kde_unx/UnxFPentry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/unx/kde_unx/UnxFPentry.cxx b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
index 5533ab7c163d..0937742e66e5 100644
--- a/fpicker/source/unx/kde_unx/UnxFPentry.cxx
+++ b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
@@ -67,7 +67,7 @@ sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistr
Reference< XRegistryKey > pXNewKey( static_cast< XRegistryKey* >( pRegistryKey ) );
pXNewKey->createKey( OUString(RTL_CONSTASCII_USTRINGPARAM( FILE_PICKER_REGKEY_NAME ) ));
}
- catch( InvalidRegistryException& )
+ catch( const InvalidRegistryException& )
{
OSL_FAIL( "InvalidRegistryException caught" );
bRetVal = sal_False;