diff options
Diffstat (limited to 'fpicker/source/office/OfficeFolderPicker.cxx')
-rw-r--r-- | fpicker/source/office/OfficeFolderPicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/OfficeFolderPicker.cxx b/fpicker/source/office/OfficeFolderPicker.cxx index adc7203a304a..5ace5400eedf 100644 --- a/fpicker/source/office/OfficeFolderPicker.cxx +++ b/fpicker/source/office/OfficeFolderPicker.cxx @@ -180,7 +180,7 @@ OUString SvtFolderPicker::impl_getStaticImplementationName() } /* Helper for registry */ -Reference< XInterface > SAL_CALL SvtFolderPicker::impl_createInstance( const Reference< XComponentContext >& ) +Reference< XInterface > SvtFolderPicker::impl_createInstance( const Reference< XComponentContext >& ) { return Reference< XInterface >( *new SvtFolderPicker ); } |