diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-12-15 14:54:12 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-12-15 14:54:12 +0000 |
commit | 940e8d04a5a73e5e8ac2b54e8bb3b448a663fa23 (patch) | |
tree | 74a4c55dd242bbab2552276576cd8189dbb37287 /dbaccess/source/ui/browser/exsrcbrw.cxx | |
parent | b2994a24ae719f404d44d8eb62535aa195347d61 (diff) |
#82151# two instances of the registration helper module - one for every library in this project
Diffstat (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/exsrcbrw.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx index 2bf696323..a82fc5bf4 100644 --- a/dbaccess/source/ui/browser/exsrcbrw.cxx +++ b/dbaccess/source/ui/browser/exsrcbrw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: exsrcbrw.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2000-11-03 14:44:21 $ + * last change: $Author: fs $ $Date: 2000-12-15 15:45:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,9 +83,9 @@ #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC #include "dbustrings.hrc" #endif -#ifndef _DBA_REGISTRATION_HELPER_HXX_ -#include "registrationhelper.hxx" -#endif +#ifndef _DBU_REGHELPER_HXX_ +#include "dbu_reghelper.hxx" +#endif using namespace ::com::sun::star::uno; using namespace ::com::sun::star::sdb; |