diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:27:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:27:31 +0000 |
commit | 89232a4ed1aa69557ae9796b9862a98eaf48cd3c (patch) | |
tree | 4391ed9731ddcb112842a9e0be38e966645eec36 | |
parent | fc31ae6c7edbf7ca27122c46a2e130409e509d7b (diff) |
INTEGRATION: CWS vgbugs07 (1.27.32); FILE MERGED
2007/06/04 13:27:04 vg 1.27.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svx/source/items/flditem.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/items/flditem.cxx b/svx/source/items/flditem.cxx index 6cc30c5303a9..f696c4437fbc 100644 --- a/svx/source/items/flditem.cxx +++ b/svx/source/items/flditem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: flditem.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:50:45 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:27:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,9 +52,9 @@ #include <unotools/localfilehelper.hxx> #endif -#include "flditem.hxx" +#include <svx/flditem.hxx> -#include "svdfield.hxx" +#include <svx/svdfield.hxx> // #90477# #ifndef _TOOLS_TENCCVT_HXX |