diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 15:47:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 22:00:38 +0200 |
commit | a77eaf8aa893ccac27563fdc4373dc5c36254a9e (patch) | |
tree | 39f7440c79c543c760381ccc5fc3992836dbd043 /solenv | |
parent | 218ad66010fdba3c28564e2038876b6822752243 (diff) |
move PanelLayout to sfx2
Change-Id: If29ccb67835adba3ff6cf2eb53f348bbe71d6463
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92933
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index e24cb7d4b500..6e1473605880 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -6451,6 +6451,7 @@ include/sfx2/sidebar/FocusManager.hxx include/sfx2/sidebar/IContextChangeReceiver.hxx include/sfx2/sidebar/ILayoutableWindow.hxx include/sfx2/sidebar/Panel.hxx +include/sfx2/sidebar/PanelLayout.hxx include/sfx2/sidebar/ResourceManager.hxx include/sfx2/sidebar/Sidebar.hxx include/sfx2/sidebar/SidebarChildWindow.hxx @@ -6887,7 +6888,6 @@ include/svx/sidebar/AreaTransparencyGradientPopup.hxx include/svx/sidebar/ContextChangeEventMultiplexer.hxx include/svx/sidebar/LinePropertyPanelBase.hxx include/svx/sidebar/LineWidthPopup.hxx -include/svx/sidebar/PanelLayout.hxx include/svx/sidebar/SelectionAnalyzer.hxx include/svx/sidebar/SelectionChangeHandler.hxx include/svx/sidebar/ValueSetWithTextControl.hxx @@ -12266,6 +12266,7 @@ sfx2/source/sidebar/MenuButton.cxx sfx2/source/sidebar/Paint.cxx sfx2/source/sidebar/Panel.cxx sfx2/source/sidebar/PanelDescriptor.cxx +sfx2/source/sidebar/PanelLayout.cxx sfx2/source/sidebar/PanelTitleBar.cxx sfx2/source/sidebar/ResourceManager.cxx sfx2/source/sidebar/Sidebar.cxx @@ -13718,7 +13719,6 @@ svx/source/sidebar/ContextChangeEventMultiplexer.cxx svx/source/sidebar/EmptyPanel.cxx svx/source/sidebar/EmptyPanel.hxx svx/source/sidebar/PanelFactory.cxx -svx/source/sidebar/PanelLayout.cxx svx/source/sidebar/SelectionAnalyzer.cxx svx/source/sidebar/SelectionChangeHandler.cxx svx/source/sidebar/area/AreaPropertyPanel.cxx |