summaryrefslogtreecommitdiff
path: root/include/unotools/syslocaleoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/syslocaleoptions.hxx')
-rw-r--r--include/unotools/syslocaleoptions.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/unotools/syslocaleoptions.hxx b/include/unotools/syslocaleoptions.hxx
index 69a093d9bdb3..666f4d995f31 100644
--- a/include/unotools/syslocaleoptions.hxx
+++ b/include/unotools/syslocaleoptions.hxx
@@ -23,14 +23,13 @@
#include <unotools/unotoolsdllapi.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
-#include <tools/solar.h>
-#include <tools/link.hxx>
#include <i18nlangtag/lang.h>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/options.hxx>
class SvtSysLocaleOptions_Impl;
-class SvtListener;
+class LinkParamNone;
+template <typename Arg, typename Ret> class Link;
class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtSysLocaleOptions : public utl::detail::Options
{