diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:10:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:10:44 +0000 |
commit | b5ef49e57cf9d2a39f9ffc899026c831a2d6898e (patch) | |
tree | 7629dea05749352101af31b7662e4c481cd23044 /extensions/source/plugin/unx | |
parent | 551761bbdbba5b52a0873abd7724786801941dbd (diff) |
INTEGRATION: CWS pchfix02 (1.5.482); FILE MERGED
2006/09/01 17:26:36 kaib 1.5.482.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/plugin/unx')
-rw-r--r-- | extensions/source/plugin/unx/plugcon.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/plugcon.cxx b/extensions/source/plugin/unx/plugcon.cxx index 8c23a61f57b9..acc4e6834428 100644 --- a/extensions/source/plugin/unx/plugcon.cxx +++ b/extensions/source/plugin/unx/plugcon.cxx @@ -2,9 +2,12 @@ Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/plugcon.cxx,v 1.5 2004-03-17 10:16:14 obo Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/plugcon.cxx,v 1.6 2006-09-16 13:10:44 obo Exp $ *************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_extensions.hxx" #include <plugin/unx/plugcon.hxx> #include <cstdarg> |