INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED

2006/09/01 17:39:12 kaib 1.4.32.1: #i68856# Added header markers and pch files
This commit is contained in:
Oliver Bolte 2006-09-17 00:47:33 +00:00
parent 877c29199a
commit d8c96e7bb3

View file

@ -4,9 +4,9 @@
*
* $RCSfile: senddoc.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: hr $ $Date: 2006-06-19 14:24:10 $
* last change: $Author: obo $ $Date: 2006-09-17 01:47:33 $
*
* 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_shell.hxx"
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif
@ -354,4 +357,4 @@ int main(int argc, char* argv[])
MessageBox(NULL, oss.str().c_str(), "Arguments", MB_OK | MB_ICONINFORMATION);
}
#endif
#endif