summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:08:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:08:36 +0000
commitc2f696c2aa375c8a9de0abbfa5ee0d487cf3ce8f (patch)
tree793cf6448b4b074b6db4a54315fa42faae096e95 /svtools
parent78781161b179b2c9c03445b64b3e3bf23ac4e9e6 (diff)
INTEGRATION: CWS vgbugs07 (1.11.182); FILE MERGED
2007/06/04 13:31:25 vg 1.11.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index e08c4fb6e3dc..f725944f92b5 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ebbcontrols.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:06:38 $
+ * last change: $Author: hr $ $Date: 2007-06-27 21:08:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,18 +37,18 @@
#include "precompiled_svtools.hxx"
#ifndef _SVTOOLS_EDITBROWSEBOX_HXX_
-#include "editbrowsebox.hxx"
+#include <svtools/editbrowsebox.hxx>
#endif
#ifndef _SV_DECOVIEW_HXX
#include <vcl/decoview.hxx>
#endif
#ifndef _FMTFIELD_HXX_
-#include "fmtfield.hxx"
+#include <svtools/fmtfield.hxx>
#endif
#ifndef _XTEXTEDT_HXX
-#include "xtextedt.hxx"
+#include <svtools/xtextedt.hxx>
#endif
#include <algorithm>