summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 07:45:42 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 07:45:42 +0000
commitebfdac07961c100a16e01d1387868340b1a574ff (patch)
treea9376d553d863c417676fd9c701db25876d4f45e
parent258b6fe39a86c6f820afc18c343f3d82bbb7e3ef (diff)
INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED
2006/09/01 17:34:00 kaib 1.3.140.1: #i68856# Added header markers and pch files
-rwxr-xr-xsal/osl/all/utility.cxx7
-rw-r--r--sal/osl/unx/file_error_transl.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx
index 80e38c78846c..6594991ea6eb 100755
--- a/sal/osl/all/utility.cxx
+++ b/sal/osl/all/utility.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: utility.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:52:28 $
+ * last change: $Author: obo $ $Date: 2006-09-17 08:45:16 $
*
* 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_sal.hxx"
+
#include "rtl/ustring.hxx"
#include "osl/time.h"
diff --git a/sal/osl/unx/file_error_transl.cxx b/sal/osl/unx/file_error_transl.cxx
index fb1cf485dcda..13e9c70a6165 100644
--- a/sal/osl/unx/file_error_transl.cxx
+++ b/sal/osl/unx/file_error_transl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: file_error_transl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:54:25 $
+ * last change: $Author: obo $ $Date: 2006-09-17 08:45: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_sal.hxx"
+
#ifndef _ERRNO_H
#include <errno.h>
#endif