diff options
author | Ocke Janssen [oj] <Ocke.Janssen@oracle.com> | 2011-04-14 10:03:55 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 14:35:26 +0200 |
commit | 3c93ed792e9c5a0871973731063eb579d665f645 (patch) | |
tree | 3197639292fd12478780bc71f297e6e9a7378339 /dbaccess/source/shared | |
parent | 22a4c2db80f641277fd960d57776373fa3ae517a (diff) |
gnumake4: converted dbaccess [hg:8113b354673f]
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/dbu_reghelper.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/shared/dbustrings.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/shared/flt_reghelper.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/shared/xmlstrings.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/shared/dbu_reghelper.cxx b/dbaccess/source/shared/dbu_reghelper.cxx index 5aebacf4b757..a9d7ef546b9a 100644 --- a/dbaccess/source/shared/dbu_reghelper.cxx +++ b/dbaccess/source/shared/dbu_reghelper.cxx @@ -26,7 +26,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbaccess.hxx" +#include "precompiled_dbui.hxx" #include "dbu_reghelper.hxx" diff --git a/dbaccess/source/shared/dbustrings.cxx b/dbaccess/source/shared/dbustrings.cxx index c6d8aa99e6ea..bc2b476b9dd0 100644 --- a/dbaccess/source/shared/dbustrings.cxx +++ b/dbaccess/source/shared/dbustrings.cxx @@ -26,7 +26,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbaccess.hxx" +#include "precompiled_dbui.hxx" #include "dbustrings.hrc" namespace dbaui diff --git a/dbaccess/source/shared/flt_reghelper.cxx b/dbaccess/source/shared/flt_reghelper.cxx index b890bb484fa2..36bb460b717e 100644 --- a/dbaccess/source/shared/flt_reghelper.cxx +++ b/dbaccess/source/shared/flt_reghelper.cxx @@ -26,7 +26,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbaccess.hxx" +#include "precompiled_dbaxml.hxx" #ifndef _FLT_REGHELPER_HXX_ #include "flt_reghelper.hxx" diff --git a/dbaccess/source/shared/xmlstrings.cxx b/dbaccess/source/shared/xmlstrings.cxx index 569d7216cd97..c78fbfb40608 100644 --- a/dbaccess/source/shared/xmlstrings.cxx +++ b/dbaccess/source/shared/xmlstrings.cxx @@ -26,7 +26,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbaccess.hxx" +#include "precompiled_dbaxml.hxx" #include "xmlstrings.hrc" namespace dbaxml |