diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:02 +0000 |
commit | f19f27445ca2d0def944f4ee9da693554755b333 (patch) | |
tree | 4aeca6e25ef5feed47f2a75db7c7c272fc0517c8 /basic/source/runtime/iosys.cxx | |
parent | 559981d1ff43c61a3ae2c6c66931c53a1fb7f461 (diff) |
INTEGRATION: CWS pchfix02 (1.26.26); FILE MERGED
2006/09/01 17:17:04 kaib 1.26.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source/runtime/iosys.cxx')
-rw-r--r-- | basic/source/runtime/iosys.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 1f9d8784c6b6..4e3e33b1b869 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iosys.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:45:30 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:05:02 $ * * 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_basic.hxx" + #ifndef _SV_DIALOG_HXX //autogen #include <vcl/dialog.hxx> #endif |