diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:58:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:58:48 +0000 |
commit | cc3d4771d32d94b82d2cf96592b2548d522d7115 (patch) | |
tree | f22f8c95f7761a01c033eaf501affff2d58bdb3f /svx/source/svdraw/svddrag.cxx | |
parent | f96375ae0599d3556d509e63583d04b02b427530 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED
2007/06/04 13:27:22 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/svdraw/svddrag.cxx')
-rw-r--r-- | svx/source/svdraw/svddrag.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svddrag.cxx b/svx/source/svdraw/svddrag.cxx index 49753d6496df..b574b20e6a0e 100644 --- a/svx/source/svdraw/svddrag.cxx +++ b/svx/source/svdraw/svddrag.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svddrag.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:48:06 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:58:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,10 +35,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include "svdview.hxx" +#include <svx/svdview.hxx> #ifndef _SVDDRAG_HXX //autogen -#include "svddrag.hxx" +#include <svx/svddrag.hxx> #endif void SdrDragStat::Clear(FASTBOOL bLeaveOne) |