diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:37:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:37:37 +0000 |
commit | 3b3bd7f590f7fb5cdbaf3fd7e10cb50e15835e58 (patch) | |
tree | 41b460911f3571c3e01482e4dff11d1b70cc3cee /svx | |
parent | b49248a219f0fdfeeb5b512f0d41052f9984b90a (diff) |
INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED
2007/06/04 13:27:45 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/workben/msview/msview.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/workben/msview/msview.cxx b/svx/workben/msview/msview.cxx index e21c5cb975..d828f892f1 100644 --- a/svx/workben/msview/msview.cxx +++ b/svx/workben/msview/msview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: msview.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:27:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:37:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,7 @@ #include <com/sun/star/awt/WindowAttribute.hpp> #ifndef _MSDFFDEF_HXX -#include "msdffdef.hxx" +#include <svx/msdffdef.hxx> #endif #include <unotools/localfilehelper.hxx> |