diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:07:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:07:52 +0000 |
commit | 7fa0148aa2ed19e668b611f1f25cd46fa381b401 (patch) | |
tree | fea0202444ff4a033fe6e4e91f42a2222c68daf5 | |
parent | acffefd25ed944827bec2b0a379d39ef407753c9 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED
2007/06/04 13:32:23 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | tools/bootstrp/sstring.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/sstring.cxx b/tools/bootstrp/sstring.cxx index c2b295799eab..caaeac53a86d 100644 --- a/tools/bootstrp/sstring.cxx +++ b/tools/bootstrp/sstring.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sstring.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:50:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:07:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #endif #define ENABLE_BYTESTRING_STREAM_OPERATORS -#include "stream.hxx" +#include <tools/stream.hxx> #include "bootstrp/sstring.hxx" SByteStringList::SByteStringList() |