diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:26:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:26:49 +0000 |
commit | 54bd504842f10b0c2d5a3e8d897b730143604996 (patch) | |
tree | b12214083af9a1ec69a0ff8740d3cb4f635df559 /codemaker/inc | |
parent | 91c532b4a8a559634832895615193c3a4d9641b6 (diff) |
INTEGRATION: CWS ooo20040704 (1.3.98); FILE MERGED
2004/07/02 08:27:41 cmc 1.3.98.2: #i30891# revert header and namespace change
2004/06/28 12:04:07 cmc 1.3.98.1: #i30801 allow using system stl if possible
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/options.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx index d9fe4802832b..b1fe5cb50667 100644 --- a/codemaker/inc/codemaker/options.hxx +++ b/codemaker/inc/codemaker/options.hxx @@ -2,9 +2,9 @@ * * $RCSfile: options.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2002-07-31 12:46:29 $ + * last change: $Author: rt $ $Date: 2004-09-08 16:26:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,7 @@ #include <hash_map> + #ifndef _CODEMAKER_GLOBAL_HXX_ #include <codemaker/global.hxx> #endif |