diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:46:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:46:06 +0000 |
commit | be02ed2121b86abe9f9392ab3ea1e930f977ecf6 (patch) | |
tree | 2df12e67d65b86b15e0a325ada01d850f50e0382 /io | |
parent | b6371c0530e96ddb7c357ad739f461bb2e37ea5e (diff) |
INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED
2006/09/01 17:31:27 kaib 1.3.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'io')
-rw-r--r-- | io/test/stm/testfactreg.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 6ab614b7a..9594b87b2 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testfactreg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:34:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:46:06 $ * * 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_io.hxx" #include <stdio.h> #include <string.h> |