diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:08:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:08:23 +0000 |
commit | 78781161b179b2c9c03445b64b3e3bf23ac4e9e6 (patch) | |
tree | 78825803bc71740ec8d5e0f16d02d847a15fec71 /svtools/source/brwbox | |
parent | e1aeb41f872a2045333ccd7205d294ba6ea968f9 (diff) |
INTEGRATION: CWS vgbugs07 (1.11.298); FILE MERGED
2007/06/04 13:31:25 vg 1.11.298.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r-- | svtools/source/brwbox/datwin.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx index e115f9fc8b00..60c76c678a27 100644 --- a/svtools/source/brwbox/datwin.hxx +++ b/svtools/source/brwbox/datwin.hxx @@ -4,9 +4,9 @@ * * $RCSfile: datwin.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:40:19 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:08:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #define _SFXDATWIN_HXX #ifndef _BRWBOX_HXX -#include <brwbox.hxx> +#include <svtools/brwbox.hxx> #endif #ifndef _BRWHEAD_HXX -#include <brwhead.hxx> +#include <svtools/brwhead.hxx> #endif #ifndef _TIMER_HXX //autogen @@ -54,7 +54,7 @@ #include <tools/list.hxx> #endif #ifndef _TRANSFER_HXX -#include "transfer.hxx" +#include <svtools/transfer.hxx> #endif //=================================================================== |