diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:24:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:24:17 +0000 |
commit | 6a10ed64a95a53057a525f2d7e4160685d97a5cb (patch) | |
tree | 29d6d5a5634bb113723bb4b1ca25926c7de3df93 /svtools | |
parent | 737a51a628a1ca9fc404ce679da2f042e8fa782d (diff) |
INTEGRATION: CWS vgbugs07 (1.8.182); FILE MERGED
2007/06/04 13:31:29 vg 1.8.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/filectrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx index 699746613898..382ac6b78711 100644 --- a/svtools/source/control/filectrl.cxx +++ b/svtools/source/control/filectrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filectrl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:12:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:24:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ #include <tools/urlobj.hxx> #endif #ifndef _SVTOOLS_SVTDATA_HXX -#include <svtdata.hxx> +#include <svtools/svtdata.hxx> #endif #ifndef _SV_FILECTRL_HXX |