diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:29:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:29:43 +0000 |
commit | c01f54f4cfce1baa0f7dca9a669ebbe813f5a1ef (patch) | |
tree | 01aa5d111918aa8c1c79d2029ef547d70fffba03 /svx/source/unoedit/unopracc.cxx | |
parent | c805328ebe638d15a2044bbe9939edf7435ea9ce (diff) |
INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED
2007/06/04 13:27:39 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unoedit/unopracc.cxx')
-rw-r--r-- | svx/source/unoedit/unopracc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unoedit/unopracc.cxx b/svx/source/unoedit/unopracc.cxx index ca91c2c9c29c..3c723aa8deb9 100644 --- a/svx/source/unoedit/unopracc.cxx +++ b/svx/source/unoedit/unopracc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unopracc.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:18:05 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:29:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,7 @@ #endif #ifndef _SVX_UNOEDSRC_HXX -#include "unoedsrc.hxx" +#include <svx/unoedsrc.hxx> #endif using namespace ::com::sun::star; |