diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:57:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:57:15 +0000 |
commit | 86c5bc0064fb5bdbb87ae90b7d7814922f56802a (patch) | |
tree | 9cf5cbf4fa821d562d274fc36b4752a3a1e55e2b /svx/source/dialog/cuicharmap.cxx | |
parent | d6cbc0178bd57a18f6f30f9c3e5efe76bbb6f9f3 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.220); FILE MERGED
2007/06/04 13:26:14 vg 1.7.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/cuicharmap.cxx')
-rw-r--r-- | svx/source/dialog/cuicharmap.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/cuicharmap.cxx b/svx/source/dialog/cuicharmap.cxx index ea920de895a8..22547ca62bbb 100644 --- a/svx/source/dialog/cuicharmap.cxx +++ b/svx/source/dialog/cuicharmap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cuicharmap.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2007-06-11 14:23:31 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:57:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,12 +76,12 @@ #endif #include <rtl/textenc.h> -#include <ucsubset.hxx> +#include <svx/ucsubset.hxx> -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include "charmap.hrc" -#include "charmap.hxx" //add CHINA001 -#include "dialmgr.hxx" +#include <svx/charmap.hxx> //add CHINA001 +#include <svx/dialmgr.hxx> #include "cuicharmap.hxx" //CHINA001 #include "charmapacc.hxx" //CHINA001 #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTOBJECT_HPP_ |