summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:11:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:11:33 +0000
commit47a5f5b4193278b2c9365d7a64854784348aee28 (patch)
treeebd86de30e5a7dbf4c42b0919a2b99b0ef862683 /codemaker/inc
parenta85b675e0cc10919448ce68e130836fa971b0141 (diff)
INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:00:08 jsc 1.3.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/unotype.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/codemaker/inc/codemaker/unotype.hxx b/codemaker/inc/codemaker/unotype.hxx
index 03e6dcc936d5..3a4a298cfba9 100644
--- a/codemaker/inc/codemaker/unotype.hxx
+++ b/codemaker/inc/codemaker/unotype.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unotype.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:07:17 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:11:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,12 @@
*
************************************************************************/
-#ifndef INCLUDED_codemaker_unotype_hxx
-#define INCLUDED_codemaker_unotype_hxx
+#ifndef INCLUDED_CODEMAKER_UNOTYPE_HXX
+#define INCLUDED_CODEMAKER_UNOTYPE_HXX
+#ifndef _SAL_TYPES_H_
#include "sal/types.h"
+#endif
#include <vector>