diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:10:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:10:13 +0000 |
commit | d1453b3e1a272d7e045548ad4beae148a42910d6 (patch) | |
tree | 233ae06d3ac3e0562c9ab01a1e32456242a604a1 /extensions/source/plugin/unx | |
parent | cfaf20f29b7967c79b885612758e41d856cc0fc8 (diff) |
INTEGRATION: CWS pchfix02 (1.5.128); FILE MERGED
2006/09/01 17:26:36 kaib 1.5.128.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/plugin/unx')
-rw-r--r-- | extensions/source/plugin/unx/nppapi.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/nppapi.cxx b/extensions/source/plugin/unx/nppapi.cxx index c5eff9976de1..16054f2c2484 100644 --- a/extensions/source/plugin/unx/nppapi.cxx +++ b/extensions/source/plugin/unx/nppapi.cxx @@ -2,10 +2,13 @@ Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/nppapi.cxx,v 1.5 2006-01-20 12:59:44 obo Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/nppapi.cxx,v 1.6 2006-09-16 13:10:13 obo Exp $ *************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_extensions.hxx" + #if STLPORT_VERSION>=321 #include <cstdarg> #endif |