diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:36:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:36:42 +0000 |
commit | 0924eeb2634c0cea620ff84273532e34622210d7 (patch) | |
tree | a7974e63dd84652601b796ea4a5b11caeb86a8cf /xmlsecurity/source/framework/buffernode.cxx | |
parent | b515ba1c926bd68b14bcb2117744b6c0314f7497 (diff) |
INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED
2006/09/01 18:00:49 kaib 1.3.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity/source/framework/buffernode.cxx')
-rw-r--r-- | xmlsecurity/source/framework/buffernode.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/buffernode.cxx b/xmlsecurity/source/framework/buffernode.cxx index 8d1eda694..2c6efafe9 100644 --- a/xmlsecurity/source/framework/buffernode.cxx +++ b/xmlsecurity/source/framework/buffernode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: buffernode.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:14:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:36:42 $ * * 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_xmlsecurity.hxx" + #include "elementmark.hxx" #include "elementcollector.hxx" #include "buffernode.hxx" |