summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/dbmm_module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/macromigration/dbmm_module.cxx')
-rw-r--r--dbaccess/source/ext/macromigration/dbmm_module.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ext/macromigration/dbmm_module.cxx b/dbaccess/source/ext/macromigration/dbmm_module.cxx
index 0dbda35fe84a..826e945ae167 100644
--- a/dbaccess/source/ext/macromigration/dbmm_module.cxx
+++ b/dbaccess/source/ext/macromigration/dbmm_module.cxx
@@ -17,20 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "dbmm_module.hxx"
#include <rtl/instance.hxx>
-//........................................................................
namespace dbmm
{
-//........................................................................
IMPLEMENT_MODULE( MacroMigrationModule, "dbmm" );
-//........................................................................
} // namespace dbmm
-//........................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */