diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:49:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:49:13 +0000 |
commit | 5cb4a4f65a94a50229b989647a1d4389c40beb4b (patch) | |
tree | 58bd8473aff98278136e24c907e2f94ff2477df3 /sot | |
parent | 388f53f14e0f6b6c772279f8f0cd34d5a31ac237 (diff) |
INTEGRATION: CWS vgbugs07 (1.22.32); FILE MERGED
2007/06/04 13:33:59 vg 1.22.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/formats.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx index a120fed084de..78fa3c629748 100644 --- a/sot/source/base/formats.cxx +++ b/sot/source/base/formats.cxx @@ -4,9 +4,9 @@ * * $RCSfile: formats.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:08:28 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:49:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,8 +45,8 @@ #include <tools/solar.h> #endif -#include "exchange.hxx" -#include "formats.hxx" +#include <sot/exchange.hxx> +#include <sot/formats.hxx> #include "filelist.hxx" #include "clsids.hxx" |