summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/tabpage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:34:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:34:50 +0000
commitd2e96e2a4d881f6aa22603fc17ff9cbde23181a1 (patch)
treed39fc819f30f76a9f00a03daed98ebc44755327f /vcl/source/window/tabpage.cxx
parentINTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED (diff)
downloadcore-d2e96e2a4d881f6aa22603fc17ff9cbde23181a1.tar.gz
core-d2e96e2a4d881f6aa22603fc17ff9cbde23181a1.zip
INTEGRATION: CWS vgbugs07 (1.13.240); FILE MERGED
2007/06/04 13:29:48 vg 1.13.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/tabpage.cxx')
-rw-r--r--vcl/source/window/tabpage.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index c9370539da23..8b91263cb781 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabpage.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2007-06-20 10:38:36 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:34:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,19 +42,19 @@
#include <tools/rc.h>
#endif
#ifndef _SV_SVDATA_HXX
-#include <svdata.hxx>
+#include <vcl/svdata.hxx>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
#ifndef _SV_EVENT_HXX
-#include <event.hxx>
+#include <vcl/event.hxx>
#endif
#ifndef _SV_TABPAGE_HXX
-#include <tabpage.hxx>
+#include <vcl/tabpage.hxx>
#endif
#ifndef _SV_TABCTRL_HXX
-#include <tabctrl.hxx>
+#include <vcl/tabctrl.hxx>
#endif
#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_