diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:34:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:34:27 +0000 |
commit | 2e0caa62166220c256ac5f85d30495355c22509a (patch) | |
tree | 534f31af551fab43d7dfeb318710fcea2dba6464 /automation/source/miniapp/testapp.cxx | |
parent | 8c9f63527e9014f8244545d407dabbe03acb73b4 (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:16:04 kaib 1.5.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation/source/miniapp/testapp.cxx')
-rw-r--r-- | automation/source/miniapp/testapp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/miniapp/testapp.cxx b/automation/source/miniapp/testapp.cxx index e40207fd2..716db7bc5 100644 --- a/automation/source/miniapp/testapp.cxx +++ b/automation/source/miniapp/testapp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testapp.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:21:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:34:27 $ * * 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_automation.hxx" + #ifndef _SVT_FILEDLG_HXX //autogen #include <svtools/filedlg.hxx> #endif |