diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:24:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:24:46 +0000 |
commit | fa910b2c90a0e931ffdecc91a29cba5ced55e3e6 (patch) | |
tree | f06f2407e7489dac44db97e0da0e150f55550662 /svx/source/unodraw | |
parent | 8c0879dc88e27e366908e6ec179507d63bd320a0 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.22); FILE MERGED
2007/06/04 13:27:36 vg 1.6.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unomlstr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unomlstr.cxx b/svx/source/unodraw/unomlstr.cxx index 140680051c2e..5f9b08adf29e 100644 --- a/svx/source/unodraw/unomlstr.cxx +++ b/svx/source/unodraw/unomlstr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomlstr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2007-05-22 15:21:19 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:24:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_svx.hxx" #ifndef _SVDOBJ_HXX -#include <svdobj.hxx> +#include <svx/svdobj.hxx> #endif // header for class OGuard #ifndef _VOS_MUTEX_HXX_ |