#i86819#
This commit is contained in:
parent
6b2eb6c86a
commit
f816c04d15
2 changed files with 9 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 <cppuhelper/exc_hlp.hxx>
|
||||
#endif
|
||||
#ifndef _DBAUI_AUTOCONTROLS_HRC_
|
||||
#include "AutoControls.hrc"
|
||||
#endif
|
||||
|
||||
//.........................................................................
|
||||
namespace dbaui
|
||||
|
|
Loading…
Reference in a new issue