diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-10-18 18:55:37 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-10-18 20:53:59 +0200 |
commit | e190529f40988bbeb23b7b3abaeca6900f96213f (patch) | |
tree | 39911ecd5f7ebbd3d3b18ac807811341c4b62e7e /cui/source/inc | |
parent | 6fc5ff12ad44334947f46c4dc52299f957e2d898 (diff) |
clang-format customize/SvxMenuConfigPage
Change-Id: I9ad8012d31c8e727fa4c8c840f15a93ca47541cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104483
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/SvxMenuConfigPage.hxx | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/cui/source/inc/SvxMenuConfigPage.hxx b/cui/source/inc/SvxMenuConfigPage.hxx index 50124e46ab10..bc8fba3f5780 100644 --- a/cui/source/inc/SvxMenuConfigPage.hxx +++ b/cui/source/inc/SvxMenuConfigPage.hxx @@ -29,44 +29,41 @@ class SvxMenuConfigPage : public SvxConfigPage private: bool m_bIsMenuBar; - DECL_LINK( SelectMenuEntry, weld::TreeView&, void ); - DECL_LINK( ContentContextMenuHdl, const CommandEvent&, bool ); - DECL_LINK( FunctionContextMenuHdl, const CommandEvent&, bool ); + DECL_LINK(SelectMenuEntry, weld::TreeView&, void); + DECL_LINK(ContentContextMenuHdl, const CommandEvent&, bool); + DECL_LINK(FunctionContextMenuHdl, const CommandEvent&, bool); - DECL_LINK( GearHdl, const OString&, void ); + DECL_LINK(GearHdl, const OString&, void); - DECL_LINK( SelectCategory, weld::ComboBox&, void ); + DECL_LINK(SelectCategory, weld::ComboBox&, void); - DECL_LINK( AddCommandHdl, weld::Button&, void ); - DECL_LINK( RemoveCommandHdl, weld::Button&, void ); + DECL_LINK(AddCommandHdl, weld::Button&, void); + DECL_LINK(RemoveCommandHdl, weld::Button&, void); - DECL_LINK( InsertHdl, const OString&, void ); - DECL_LINK( ModifyItemHdl, const OString&, void ); - DECL_LINK( ResetMenuHdl, weld::Button&, void ); + DECL_LINK(InsertHdl, const OString&, void); + DECL_LINK(ModifyItemHdl, const OString&, void); + DECL_LINK(ResetMenuHdl, weld::Button&, void); - DECL_LINK( MenuEntriesSizeAllocHdl, const Size&, void ); + DECL_LINK(MenuEntriesSizeAllocHdl, const Size&, void); virtual void ListModified() override; - void Init() override; - void UpdateButtonStates() override; - short QueryReset() override; - void DeleteSelectedContent() override; - void DeleteSelectedTopLevel() override; + void Init() override; + void UpdateButtonStates() override; + short QueryReset() override; + void DeleteSelectedContent() override; + void DeleteSelectedTopLevel() override; - virtual void SelectElement() override; + virtual void SelectElement() override; public: - SvxMenuConfigPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rItemSet, bool bIsMenuBar = true); + SvxMenuConfigPage(weld::Container* pPage, weld::DialogController* pController, + const SfxItemSet& rItemSet, bool bIsMenuBar = true); virtual ~SvxMenuConfigPage() override; - SaveInData* CreateSaveInData( - const css::uno::Reference < - css::ui::XUIConfigurationManager >&, - const css::uno::Reference < - css::ui::XUIConfigurationManager >&, - const OUString& aModuleId, - bool docConfig ) override; + SaveInData* CreateSaveInData(const css::uno::Reference<css::ui::XUIConfigurationManager>&, + const css::uno::Reference<css::ui::XUIConfigurationManager>&, + const OUString& aModuleId, bool docConfig) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |