diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:03:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:03:12 +0000 |
commit | b0f995c85be7edf6ee8ba93e1eb0cff665200c2c (patch) | |
tree | ccc4180426d77f44e35e4da195cae4eb6473a369 /svtools | |
parent | 355a5142620927d018ced6c72d720c45b2b21c56 (diff) |
INTEGRATION: CWS vgbugs07 (1.25.90); FILE MERGED
2007/06/04 13:31:47 vg 1.25.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 01e62f9f8973..8397d30e2cc3 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoiface.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2007-06-27 12:19:05 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:03:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include <vcl/svapp.hxx> #endif -#include <svmedit.hxx> +#include <svtools/svmedit.hxx> #ifndef _SVT_UNOIFACE_HXX #include <unoiface.hxx> #endif @@ -73,7 +73,7 @@ #endif #ifndef _FMTFIELD_HXX_ -#include <fmtfield.hxx> +#include <svtools/fmtfield.hxx> #endif #ifndef _NUMUNO_HXX |