diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:31:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:31:23 +0000 |
commit | 00205f183b2a18388be7ad89823a2df6ab146dda (patch) | |
tree | 5319792e2924315a1911be8abdad58ca80964e6b | |
parent | 2e60916a3986c2c9e490fd380fe1c6582c03fd92 (diff) |
INTEGRATION: CWS pchfix02 (1.15.50); FILE MERGED
2006/09/01 17:24:42 kaib 1.15.50.1: #i68856# Added header markers and pch files
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableUndo.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableUndo.cxx b/dbaccess/source/ui/tabledesign/TableUndo.cxx index 2b694660e..425ce7864 100644 --- a/dbaccess/source/ui/tabledesign/TableUndo.cxx +++ b/dbaccess/source/ui/tabledesign/TableUndo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TableUndo.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:33:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:31:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBAUI_TABLEUNDO_HXX #include "TableUndo.hxx" #endif |