diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-04-03 22:40:09 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-04-06 11:46:39 +0200 |
commit | 00408d71e8db4b58bf350978d6ff6f032ae53e56 (patch) | |
tree | 41da4a800dce0e0b0cf302c9470acfff27c80720 /cui/source/customize/SvxMenuConfigPage.cxx | |
parent | c19f041f27c9a297ec20107acc89e9b1144ec070 (diff) |
Make SvxNameDialog public
Useful as a generic text input dialog
Change-Id: Ibc6ff0c25a790da8f1226fff7244e50ed3a1cf04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150002
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'cui/source/customize/SvxMenuConfigPage.cxx')
-rw-r--r-- | cui/source/customize/SvxMenuConfigPage.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index dad5b5e1fc55..3ec1f2a531e1 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -20,6 +20,7 @@ #include <sal/config.h> #include <sal/log.hxx> +#include <cui/dlgname.hxx> #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <vcl/commandevent.hxx> @@ -34,8 +35,6 @@ #include <comphelper/processfactory.hxx> -#include <dlgname.hxx> - SvxMenuConfigPage::SvxMenuConfigPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet, bool bIsMenuBar) : SvxConfigPage(pPage, pController, rSet) |