summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/taskpanelist.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:35:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:35:04 +0000
commitf2507dd0fcacfadfbdadfbfc0c402c76f9b4f699 (patch)
tree9d55af5da6139d4be5a27738797c7f29d771f7c6 /vcl/source/window/taskpanelist.cxx
parentINTEGRATION: CWS vgbugs07 (1.13.240); FILE MERGED (diff)
downloadcore-f2507dd0fcacfadfbdadfbfc0c402c76f9b4f699.tar.gz
core-f2507dd0fcacfadfbdadfbfc0c402c76f9b4f699.zip
INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGED
2007/06/04 13:29:48 vg 1.21.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/window/taskpanelist.cxx')
-rw-r--r--vcl/source/window/taskpanelist.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/window/taskpanelist.cxx b/vcl/source/window/taskpanelist.cxx
index 76cff996fc7e..f03bc3dc918d 100644
--- a/vcl/source/window/taskpanelist.cxx
+++ b/vcl/source/window/taskpanelist.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: taskpanelist.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:22:50 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:35:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,16 +36,16 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
#ifndef _SV_SVDATA_HXX
-#include <svdata.hxx>
+#include <vcl/svdata.hxx>
#endif
#ifndef _TOOLS_RCID_H
#include <tools/rcid.h>
#endif
#ifndef _SV_DOCKWIN_HXX
-#include <dockwin.hxx>
+#include <vcl/dockwin.hxx>
#endif
-#include <taskpanelist.hxx>
+#include <vcl/taskpanelist.hxx>
#include <functional>
#include <algorithm>