diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-05-22 13:18:27 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-05-22 21:19:46 +0200 |
commit | 1bd9747a126a3e82b6093c2b4af3b3a74774a3e9 (patch) | |
tree | 27295039430bf19456107e0b71054eb19da988a4 /include/unotools | |
parent | 08da27fc377f443d1d6698f4a061fa462849062d (diff) |
tdf#161209 - Reverts WhatsNew/Welcome dialog
dd889b290304b73f96a9a8e6e0f144d3aa2ba7e1
Change-Id: Idf0594c546e4d9ca263272ed1534b27948e8e930
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167956
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/VersionConfig.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/VersionConfig.hxx b/include/unotools/VersionConfig.hxx index 3918dfd2e514..e109a96e4c3a 100644 --- a/include/unotools/VersionConfig.hxx +++ b/include/unotools/VersionConfig.hxx @@ -9,13 +9,8 @@ */ #pragma once -#include <officecfg/Setup.hxx> #include <unotools/configmgr.hxx> #include <o3tl/string_view.hxx> -#include <rtl/ustring.hxx> -#include <sal/log.hxx> - -#include <com/sun/star/lang/IllegalArgumentException.hpp> namespace utl { |