diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:02:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:02:46 +0000 |
commit | 1b50f6c7decfcfa6360d1706d23fc2e5ce686706 (patch) | |
tree | fd870f9d53a075a32f4f5bc9342ef356833d3072 /svtools | |
parent | 9a7509a6b817b7e5b267d1d02e63bf1da620b31a (diff) |
INTEGRATION: CWS vgbugs07 (1.11.28); FILE MERGED
2007/06/04 13:31:47 vg 1.11.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/unoevent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx index 6e16a2225e50..bdef04d3bdf5 100644 --- a/svtools/source/uno/unoevent.cxx +++ b/svtools/source/uno/unoevent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoevent.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2007-05-10 16:37:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:02:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ #endif #ifndef _SFXMACITEM_HXX -#include "macitem.hxx" +#include <svtools/macitem.hxx> #endif using namespace ::com::sun::star; |