summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/checklbx.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:52:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:52:58 +0000
commitb3acdc3c9ed7dc791f5e6859481dcdb34ce65b4f (patch)
treeffc81717221b89a0e8b89f059a7568b7dbeddd32 /svx/source/dialog/checklbx.cxx
parentINTEGRATION: CWS vgbugs07 (1.55.66); FILE MERGED (diff)
downloadcore-b3acdc3c9ed7dc791f5e6859481dcdb34ce65b4f.tar.gz
core-b3acdc3c9ed7dc791f5e6859481dcdb34ce65b4f.zip
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.cxx10
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 -------------------------------------------------