diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-03 10:17:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-03 12:27:18 +0100 |
commit | b55bf0cbdfdc68200ebf191b828a912373f1b7dc (patch) | |
tree | 90348930d73214dd5481c9c399beeabc805d1c21 /solenv/clang-format | |
parent | 0045b6f36e5e1445d699f87a0f6597d665b4cfe4 (diff) |
move some headers inside their module
Change-Id: I026f920d475c4ce56a12d6b29a702673e8bd7a1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/blacklist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index b61456d84af8..da0e39543459 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -3849,6 +3849,7 @@ dtrans/test/win32/dnd/targetlistener.cxx dtrans/test/win32/dnd/targetlistener.hxx dtrans/test/win32/dnd/transferable.cxx dtrans/test/win32/dnd/transferable.hxx +editeng/inc/AccessibleStringWrap.hxx editeng/inc/editattr.hxx editeng/inc/editdoc.hxx editeng/inc/editeng.hxx @@ -3857,6 +3858,7 @@ editeng/inc/edtspell.hxx editeng/inc/eerdll2.hxx editeng/inc/helpids.h editeng/inc/unomodel.hxx +editeng/inc/unopracc.hxx editeng/qa/items/borderline_test.cxx editeng/qa/lookuptree/lookuptree_test.cxx editeng/qa/unit/core-test.cxx @@ -5939,7 +5941,6 @@ include/editeng/AccessibleEditableTextPara.hxx include/editeng/AccessibleParaManager.hxx include/editeng/AccessibleSelectionBase.hxx include/editeng/AccessibleStaticTextBase.hxx -include/editeng/AccessibleStringWrap.hxx include/editeng/CustomPropertyField.hxx include/editeng/SpellPortions.hxx include/editeng/Trie.hxx @@ -6048,7 +6049,6 @@ include/editeng/unoipset.hxx include/editeng/unolingu.hxx include/editeng/unonames.hxx include/editeng/unonrule.hxx -include/editeng/unopracc.hxx include/editeng/unoprnms.hxx include/editeng/unotext.hxx include/editeng/unoviwou.hxx @@ -6486,7 +6486,6 @@ include/sfx2/sidebar/SidebarPanelBase.hxx include/sfx2/sidebar/SidebarToolBox.hxx include/sfx2/sidebar/TabBar.hxx include/sfx2/sidebar/Theme.hxx -include/sfx2/sidebar/Tools.hxx include/sfx2/sidebar/UnoSidebar.hxx include/sfx2/signaturestate.hxx include/sfx2/stbitem.hxx @@ -12074,6 +12073,7 @@ sfx2/inc/sidebar/PanelDescriptor.hxx sfx2/inc/sidebar/PanelTitleBar.hxx sfx2/inc/sidebar/TabItem.hxx sfx2/inc/sidebar/TitleBar.hxx +sfx2/inc/sidebar/Tools.hxx sfx2/inc/sidebar/UnoDeck.hxx sfx2/inc/sidebar/UnoDecks.hxx sfx2/inc/sidebar/UnoPanel.hxx |