diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:23:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:23:04 +0000 |
commit | 1baaad01bbd2fc6e745d60ca52c6eb135e3868ae (patch) | |
tree | ea779af3f70bb3cb2fdf89e6f9088b7a46d9497c /svx/source | |
parent | 7196141c2168d90102bab1af9f9418b8e4e43620 (diff) |
INTEGRATION: CWS vgbugs07 (1.17.22); FILE MERGED
2007/06/04 13:27:35 vg 1.17.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/unodraw/unoctabl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoctabl.cxx b/svx/source/unodraw/unoctabl.cxx index 7ee867ab9c7e..31217605033d 100644 --- a/svx/source/unodraw/unoctabl.cxx +++ b/svx/source/unodraw/unoctabl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoctabl.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: vg $ $Date: 2007-05-22 15:21:08 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:23:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ #include "../customshapes/EnhancedCustomShapeEngine.hxx" -#include "xtable.hxx" +#include <svx/xtable.hxx> #include "unoshcol.hxx" #include "recoveryui.hxx" #include "xmlgrhlp.hxx" |