diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:22:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:22:03 +0000 |
commit | 346c408017bc4bd98a4f3028cc200bfcc7c57045 (patch) | |
tree | 483a8945614b41418ca766be02a73ec5e2aa1222 /svx/source/dialog/multipat.cxx | |
parent | e1b8ce036a87c9944ac9509818639a75519f2793 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.50); FILE MERGED
2007/06/04 13:26:22 vg 1.10.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/multipat.cxx')
-rw-r--r-- | svx/source/dialog/multipat.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/multipat.cxx b/svx/source/dialog/multipat.cxx index a8aa47bff297..477cc070ebc0 100644 --- a/svx/source/dialog/multipat.cxx +++ b/svx/source/dialog/multipat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multipat.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:36:13 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:22:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,10 +56,10 @@ #endif #include "multipat.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #include "multipat.hrc" -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> |