summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx4
-rw-r--r--fpicker/source/office/OfficeFilePicker.hxx4
-rw-r--r--fpicker/source/office/OfficeFolderPicker.cxx2
-rw-r--r--fpicker/source/office/OfficeFolderPicker.hxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index fc9a65b8e7e0..27b6b905b006 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -1121,7 +1121,7 @@ OUString SvtFilePicker::impl_getStaticImplementationName()
}
/* Helper for registry */
-Reference< XInterface > SAL_CALL SvtFilePicker::impl_createInstance(
+Reference< XInterface > SvtFilePicker::impl_createInstance(
const Reference< XComponentContext >& )
{
return Reference< XInterface >( *new SvtFilePicker );
@@ -1185,7 +1185,7 @@ OUString SvtRemoteFilePicker::impl_getStaticImplementationName()
}
/* Helper for registry */
-Reference< XInterface > SAL_CALL SvtRemoteFilePicker::impl_createInstance(
+Reference< XInterface > SvtRemoteFilePicker::impl_createInstance(
const Reference< XComponentContext >& )
{
return Reference< XInterface >( *new SvtRemoteFilePicker );
diff --git a/fpicker/source/office/OfficeFilePicker.hxx b/fpicker/source/office/OfficeFilePicker.hxx
index be50fc211e8f..27e761f39f05 100644
--- a/fpicker/source/office/OfficeFilePicker.hxx
+++ b/fpicker/source/office/OfficeFilePicker.hxx
@@ -195,7 +195,7 @@ public:
/* Helper for registry */
/// @throws css::uno::Exception
- static css::uno::Reference< css::uno::XInterface > SAL_CALL impl_createInstance (
+ static css::uno::Reference< css::uno::XInterface > impl_createInstance (
const css::uno::Reference< css::uno::XComponentContext >& rxContext );
protected:
@@ -252,7 +252,7 @@ public:
/* Helper for registry */
/// @throws css::uno::Exception
- static css::uno::Reference< css::uno::XInterface > SAL_CALL impl_createInstance (
+ static css::uno::Reference< css::uno::XInterface > impl_createInstance (
const css::uno::Reference< css::uno::XComponentContext >& rxContext );
};
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 );
}
diff --git a/fpicker/source/office/OfficeFolderPicker.hxx b/fpicker/source/office/OfficeFolderPicker.hxx
index 3883bd6c46ba..4dd96a833151 100644
--- a/fpicker/source/office/OfficeFolderPicker.hxx
+++ b/fpicker/source/office/OfficeFolderPicker.hxx
@@ -91,7 +91,7 @@ public:
/* Helper for registry */
/// @throws css::uno::Exception
- static css::uno::Reference< css::uno::XInterface > SAL_CALL impl_createInstance (
+ static css::uno::Reference< css::uno::XInterface > impl_createInstance (
const css::uno::Reference< css::uno::XComponentContext >& rxContext );
protected: