diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:54:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:54:37 +0000 |
commit | 3a1ba0cf3f630a154342e22054f2686a6475b69a (patch) | |
tree | 6b188a4ae73cc5581d60b2539ed8a522a2e2e1a2 /svx/source/stbctrls/insctrl.cxx | |
parent | 00aa798232a3ed7231debb7a45548d04e8a4aa10 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.320); FILE MERGED
2007/06/04 13:27:20 vg 1.6.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/stbctrls/insctrl.cxx')
-rw-r--r-- | svx/source/stbctrls/insctrl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/stbctrls/insctrl.cxx b/svx/source/stbctrls/insctrl.cxx index c40b792507..85eefde9e7 100644 --- a/svx/source/stbctrls/insctrl.cxx +++ b/svx/source/stbctrls/insctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: insctrl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:04:36 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:54:37 $ * * 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 @@ #define _SVX_INSCTRL_CXX -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include "insctrl.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #define PAINT_OFFSET 5 |