diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:07:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:07:04 +0000 |
commit | 32a0985d1be3f6d7d65fb45aed3146740a34130b (patch) | |
tree | 9b86b726f9df03406ffbf72a734080b1799da105 /svx | |
parent | 034cba9e8ce442b93aebdef7d1b81d95433fc453 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED
2007/06/04 13:27:27 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdomedia.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx index 24fde1e6c33e..199a006df747 100644 --- a/svx/source/svdraw/svdomedia.cxx +++ b/svx/source/svdraw/svdomedia.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdomedia.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:55:51 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:07:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include "svdomedia.hxx" +#include <svx/svdomedia.hxx> #include "svdglob.hxx" #include "svdstr.hrc" |