diff --git a/dbaccess/source/ui/dlg/makefile.mk b/dbaccess/source/ui/dlg/makefile.mk index db9a9fea82fb..b2031b39aa1d 100644 --- a/dbaccess/source/ui/dlg/makefile.mk +++ b/dbaccess/source/ui/dlg/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.41 $ +# $Revision: 1.42 $ # -# last change: $Author: obo $ $Date: 2008-03-10 09:00:55 $ +# last change: $Author: obo $ $Date: 2008-03-10 10:16:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -158,3 +158,5 @@ $(SLO)$/TextConnectionHelper.obj : $(LOCALIZE_ME_DEST) $(SLO)$/detailpages.obj : $(LOCALIZE_ME_DEST) +$(SLO)$/tablespage.obj : $(LOCALIZE_ME_DEST) + diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index 651bf89e2f34..f42639a520c0 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tablespage.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2008-03-06 18:21:46 $ + * last change: $Author: obo $ $Date: 2008-03-10 10:16:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -126,6 +126,9 @@ #ifndef _CPPUHELPER_EXC_HLP_HXX_ #include #endif +#ifndef _DBAUI_AUTOCONTROLS_HRC_ +#include "AutoControls.hrc" +#endif //......................................................................... namespace dbaui