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
commit2d4d5a3505e9867daf777a933d1ac93a3e8dd2b2 (patch)
tree1270379f544c1941095fe1a42d73fc401cdbc534 /codemaker/inc
parent24552b95dd1cd50240b426d8014c086353fba231 (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 03e6dcc93..3a4a298cf 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>