diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:22:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:22:28 +0000 |
commit | 8d97baff4c7f34d9cb4cc52cf7bb5ba52b2e84d2 (patch) | |
tree | 42c8c64eee3c7c97d7131951e1e8ed2d3b86552b /dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx | |
parent | 4f49043bbf33aa350372462494738adcae4a28fb (diff) |
INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED
2006/09/01 17:24:37 kaib 1.3.184.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx index 7c967920b7668..8223326c9efda 100644 --- a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx +++ b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QueryMoveTabWinUndoAct.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:24:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:22:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" + #ifndef DBAUI_OQUERYMOVETABWINUNDOACT_HXX #include "QueryMoveTabWinUndoAct.hxx" #endif |