summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 00:47:33 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 00:47:33 +0000
commitd8c96e7bb380d2e6d3b11ee96d2c8624d84df5e0 (patch)
tree808e3949b5dbe7657b161415afba2217b6b8e71e /shell
parent877c29199a17f61be203d9e3a037495cae838423 (diff)
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
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/simplemail/senddoc.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx
index 042bc55c56db..3b4bf1d43077 100644
--- a/shell/source/win32/simplemail/senddoc.cxx
+++ b/shell/source/win32/simplemail/senddoc.cxx
@@ -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 \ No newline at end of file
+#endif