diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:52:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:52:58 +0000 |
commit | b3acdc3c9ed7dc791f5e6859481dcdb34ce65b4f (patch) | |
tree | ffc81717221b89a0e8b89f059a7568b7dbeddd32 /svx/source/dialog/checklbx.cxx | |
parent | acdab4535673fd07da23249b3031c3a044221660 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.220); FILE MERGED
2007/06/04 13:26:13 vg 1.10.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/checklbx.cxx')
-rw-r--r-- | svx/source/dialog/checklbx.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index e95db1aecc3f..4624738c7b8f 100644 --- a/svx/source/dialog/checklbx.cxx +++ b/svx/source/dialog/checklbx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: checklbx.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:10:46 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:52:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,11 +44,11 @@ #define _SVX_CHECKLBX_CXX -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include "checklbx.hrc" -#include "checklbx.hxx" -#include "dialmgr.hxx" +#include <svx/checklbx.hxx> +#include <svx/dialmgr.hxx> // class SvxCheckListBox ------------------------------------------------- |