diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:01:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:01:06 +0000 |
commit | 4fdc1e8a8c86131b6c9ebc7a03829c259e631893 (patch) | |
tree | eacf80beb95abe1b5909f4d30c29733792106b45 /svtools/source/svrtf | |
parent | c715b9ca9f5d99a2698f45e1545e7e96262ca046 (diff) |
INTEGRATION: CWS vgbugs07 (1.23.182); FILE MERGED
2007/06/04 13:31:46 vg 1.23.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source/svrtf')
-rw-r--r-- | svtools/source/svrtf/parrtf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index 1914be0b9ddb..a84c7c53c324 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parrtf.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:28:24 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:01:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ #endif #include "rtftoken.h" #include "rtfkeywd.hxx" -#include "parrtf.hxx" +#include <svtools/parrtf.hxx> const int MAX_STRING_LEN = 1024; const int MAX_TOKEN_LEN = 128; |