summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 18:17:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 18:17:46 +0000
commita118f881acb305822e96da8344664cb457b7a748 (patch)
tree15b0d89db6fbfb749d2cea70929fddb6bfeb8be6 /svtools/bmpmaker
parent7af9333280394c5bec844c7e359e6ce0b8bc7ee0 (diff)
INTEGRATION: CWS vclcleanup02 (1.5.224); FILE MERGED
2003/12/11 09:07:05 mt 1.5.224.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmpgui.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx
index 5182965eeeb7..194d2cc47d51 100644
--- a/svtools/bmpmaker/bmpgui.cxx
+++ b/svtools/bmpmaker/bmpgui.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmpgui.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 20:25:24 $
+ * last change: $Author: vg $ $Date: 2004-01-06 19:17:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,6 @@
#include <vcl/wrkwin.hxx>
#include <vcl/dialog.hxx>
#include <vcl/menu.hxx>
-#include <vcl/config.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
@@ -79,6 +78,10 @@
#include <vcl/virdev.hxx>
#include <vcl/bmpacc.hxx>
+#ifndef _CONFIG_HXX
+#include <tools/config.hxx>
+#endif
+
#include "solar.hrc"
#include "filedlg.hxx"
#include "bmpcore.hxx"