diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:23:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:23:32 +0000 |
commit | a023158ab1ac9f9a6ce79154d0f37972cddd76cb (patch) | |
tree | e9fa4abb570a76ca8580595cc974181d7fd9fdf3 /svx/source/unodraw/unodtabl.cxx | |
parent | 6f7488dfd10fa1d9ea7b35cc17e234bd28d206be (diff) |
INTEGRATION: CWS vgbugs07 (1.12.352); FILE MERGED
2007/06/04 13:27:35 vg 1.12.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unodraw/unodtabl.cxx')
-rw-r--r-- | svx/source/unodraw/unodtabl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx index 93d07f7cb3a9..50b401cafbc3 100644 --- a/svx/source/unodraw/unodtabl.cxx +++ b/svx/source/unodraw/unodtabl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unodtabl.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:11:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:23:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,15 +55,15 @@ #endif #ifndef _SVX_XLNDSIT_HXX -#include "xlndsit.hxx" +#include <svx/xlndsit.hxx> #endif #ifndef _SVX_UNOMID_HXX -#include "unomid.hxx" +#include <svx/unomid.hxx> #endif -#include "xdash.hxx" -#include "svdmodel.hxx" +#include <svx/xdash.hxx> +#include <svx/svdmodel.hxx> #include "unofill.hxx" using namespace ::com::sun::star; |