summaryrefslogtreecommitdiff
path: root/cui/source/options/optjava.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optjava.hxx')
-rw-r--r--cui/source/options/optjava.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 81ab96777cdb..11c5424fd033 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -23,11 +23,12 @@
#include <ucbhelper/content.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/lstbox.hxx>
#include <vcl/timer.hxx>
#include <sfx2/tabdlg.hxx>
-#include <svx/simptabl.hxx>
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
#include <svtools/dialogclosedlistener.hxx>
+#include <svtools/simptabl.hxx>
#include "radiobtnbox.hxx"
// forward ---------------------------------------------------------------
@@ -81,7 +82,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker2 > xFolderPicker;
DECL_LINK(EnableHdl_Impl, void *);
- DECL_LINK( CheckHdl_Impl, SvxSimpleTable * );
+ DECL_LINK( CheckHdl_Impl, SvSimpleTable * );
DECL_LINK(SelectHdl_Impl, void *);
DECL_LINK(AddHdl_Impl, void *);
DECL_LINK(ParameterHdl_Impl, void *);