diff options
Diffstat (limited to 'extensions/source/dbpilots/wizardservices.cxx')
-rw-r--r-- | extensions/source/dbpilots/wizardservices.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/wizardservices.cxx b/extensions/source/dbpilots/wizardservices.cxx index 02caf4a82089..09a2b7e2ee78 100644 --- a/extensions/source/dbpilots/wizardservices.cxx +++ b/extensions/source/dbpilots/wizardservices.cxx @@ -27,21 +27,21 @@ #include "gridwizard.hxx" // the registration methods -extern "C" void SAL_CALL createRegistryInfo_OGroupBoxWizard() +extern "C" void createRegistryInfo_OGroupBoxWizard() { static compmodule::OMultiInstanceAutoRegistration< ::dbp::OUnoAutoPilot< ::dbp::OGroupBoxWizard, ::dbp::OGroupBoxSI > > aAutoRegistration; } -extern "C" void SAL_CALL createRegistryInfo_OListComboWizard() +extern "C" void createRegistryInfo_OListComboWizard() { static compmodule::OMultiInstanceAutoRegistration< ::dbp::OUnoAutoPilot< ::dbp::OListComboWizard, ::dbp::OListComboSI > > aAutoRegistration; } -extern "C" void SAL_CALL createRegistryInfo_OGridWizard() +extern "C" void createRegistryInfo_OGridWizard() { static compmodule::OMultiInstanceAutoRegistration< ::dbp::OUnoAutoPilot< ::dbp::OGridWizard, ::dbp::OGridSI > |