summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:35:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:35:19 +0000
commit46fd698f4899078486250ba948a44456789c79b0 (patch)
treee4b398ca6c3ee7e515bad3727bcf8330547ebdd8 /vcl/source
parentf2507dd0fcacfadfbdadfbfc0c402c76f9b4f699 (diff)
INTEGRATION: CWS vgbugs07 (1.100.38); FILE MERGED
2007/06/04 13:29:48 vg 1.100.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/toolbox.cxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 0294cd844974..c374d67a68e7 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolbox.cxx,v $
*
- * $Revision: 1.100 $
+ * $Revision: 1.101 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:31:22 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:35:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,55 +57,55 @@
#include <tools/rc.h>
#endif
#ifndef _SV_SVDATA_HXX
-#include <svdata.hxx>
+#include <vcl/svdata.hxx>
#endif
#ifndef _SV_EVENT_HXX
-#include <event.hxx>
+#include <vcl/event.hxx>
#endif
#ifndef _SV_DECOVIEW_HXX
-#include <decoview.hxx>
+#include <vcl/decoview.hxx>
#endif
#ifndef _SV_ACCEL_HXX
-#include <accel.hxx>
+#include <vcl/accel.hxx>
#endif
#ifndef _SV_SVAPP_HXX
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#endif
#ifndef _SV_HELP_HXX
-#include <help.hxx>
+#include <vcl/help.hxx>
#endif
#ifndef _SV_SOUND_HXX
-#include <sound.hxx>
+#include <vcl/sound.hxx>
#endif
#ifndef _SV_VIRDEV_HXX
-#include <virdev.hxx>
+#include <vcl/virdev.hxx>
#endif
#ifndef _SV_SPIN_H
-#include <spin.h>
+#include <vcl/spin.h>
#endif
#ifndef _SV_TOOLBOX_HXX
-#include <toolbox.hxx>
+#include <vcl/toolbox.hxx>
#endif
#ifndef _SV_TOOLBOX_H
#include <toolbox.h>
#endif
#ifndef _SV_BITMAP_HXX
-#include <bitmap.hxx>
+#include <vcl/bitmap.hxx>
#endif
#ifndef _TL_POLY_HXX
#include <tools/poly.hxx>
#endif
#ifndef _SV_SALFRAME_HXX
-#include <salframe.hxx>
+#include <vcl/salframe.hxx>
#endif
#ifndef _SV_MNEMONIC_HXX
-#include <mnemonic.hxx>
+#include <vcl/mnemonic.hxx>
#endif
#ifndef _SV_GRADIENT_HXX
-#include <gradient.hxx>
+#include <vcl/gradient.hxx>
#endif
#ifndef _SV_MENU_HXX
-#include <menu.hxx>
+#include <vcl/menu.hxx>
#endif
#ifndef _SV_WINDOW_H
#include <window.h>