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>
This commit is contained in:
Noel Grandin
2020-03-03 10:17:42 +02:00
parent 0045b6f36e
commit b55bf0cbdf
21 changed files with 24 additions and 36 deletions

View File

@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_EDITENG_ACCESSIBLESTRINGWRAP_HXX #pragma once
#define INCLUDED_EDITENG_ACCESSIBLESTRINGWRAP_HXX
#include <editeng/editengdllapi.h> #include <editeng/editengdllapi.h>
#include <sal/types.h> #include <sal/types.h>
@@ -49,6 +48,4 @@ private:
OUString maText; OUString maText;
}; };
#endif // INCLUDED_EDITENG_ACCESSIBLESTRINGWRAP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_EDITENG_UNOPRACC_HXX #pragma once
#define INCLUDED_EDITENG_UNOPRACC_HXX
#include <editeng/unotext.hxx> #include <editeng/unotext.hxx>
@@ -55,6 +54,4 @@ public:
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override; virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override;
}; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -63,7 +63,7 @@
#include <com/sun/star/beans/PropertyState.hpp> #include <com/sun/star/beans/PropertyState.hpp>
#include <editeng/unopracc.hxx> #include <unopracc.hxx>
#include <editeng/AccessibleEditableTextPara.hxx> #include <editeng/AccessibleEditableTextPara.hxx>
#include "AccessibleHyperlink.hxx" #include "AccessibleHyperlink.hxx"
#include "AccessibleImageBullet.hxx" #include "AccessibleImageBullet.hxx"

View File

@@ -23,7 +23,7 @@
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <editeng/svxfont.hxx> #include <editeng/svxfont.hxx>
#include <editeng/AccessibleStringWrap.hxx> #include <AccessibleStringWrap.hxx>
// AccessibleStringWrap implementation // AccessibleStringWrap implementation

View File

@@ -36,7 +36,7 @@
#include <editeng/unoedprx.hxx> #include <editeng/unoedprx.hxx>
#include <editeng/editdata.hxx> #include <editeng/editdata.hxx>
#include <editeng/editeng.hxx> #include <editeng/editeng.hxx>
#include <editeng/AccessibleStringWrap.hxx> #include <AccessibleStringWrap.hxx>
#include <editeng/outliner.hxx> #include <editeng/outliner.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -22,7 +22,7 @@
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <editeng/unopracc.hxx> #include <unopracc.hxx>
#include <editeng/unoedsrc.hxx> #include <editeng/unoedsrc.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -445,7 +445,7 @@
#include <sfx2/sidebar/SidebarDockingWindow.hxx> #include <sfx2/sidebar/SidebarDockingWindow.hxx>
#include <sfx2/sidebar/TabBar.hxx> #include <sfx2/sidebar/TabBar.hxx>
#include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/Theme.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <sfx2/signaturestate.hxx> #include <sfx2/signaturestate.hxx>
#include <sfx2/stbitem.hxx> #include <sfx2/stbitem.hxx>
#include <sfx2/styfitem.hxx> #include <sfx2/styfitem.hxx>

View File

@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_SFX2_SIDEBAR_TOOLS_HXX #pragma once
#define INCLUDED_SFX2_SIDEBAR_TOOLS_HXX
#include <vcl/image.hxx> #include <vcl/image.hxx>
#include <vcl/gradient.hxx> #include <vcl/gradient.hxx>
@@ -61,6 +60,4 @@ public:
} } // end of namespace sfx2::sidebar } } // end of namespace sfx2::sidebar
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -18,7 +18,7 @@
*/ */
#include <sidebar/ControllerFactory.hxx> #include <sidebar/ControllerFactory.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <com/sun/star/frame/XToolbarController.hpp> #include <com/sun/star/frame/XToolbarController.hpp>
#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrame.hpp>

View File

@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <sidebar/Paint.hxx> #include <sidebar/Paint.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/awt/Gradient.hpp>
using namespace css; using namespace css;

View File

@@ -24,7 +24,7 @@
#include <sfx2/sidebar/Panel.hxx> #include <sfx2/sidebar/Panel.hxx>
#include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/Theme.hxx>
#include <sidebar/ControllerFactory.hxx> #include <sidebar/ControllerFactory.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <vcl/event.hxx> #include <vcl/event.hxx>
#include <vcl/image.hxx> #include <vcl/image.hxx>
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>

View File

@@ -20,7 +20,7 @@
#include <sidebar/DeckDescriptor.hxx> #include <sidebar/DeckDescriptor.hxx>
#include <sidebar/PanelDescriptor.hxx> #include <sidebar/PanelDescriptor.hxx>
#include <sfx2/sidebar/ResourceManager.hxx> #include <sfx2/sidebar/ResourceManager.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <officecfg/Office/UI/Sidebar.hxx> #include <officecfg/Office/UI/Sidebar.hxx>
#include <unotools/confignode.hxx> #include <unotools/confignode.hxx>

View File

@@ -26,7 +26,7 @@
#include <sfx2/sidebar/TabBar.hxx> #include <sfx2/sidebar/TabBar.hxx>
#include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/Theme.hxx>
#include <sfx2/sidebar/SidebarChildWindow.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <sfx2/sidebar/SidebarDockingWindow.hxx> #include <sfx2/sidebar/SidebarDockingWindow.hxx>
#include <sfx2/sidebar/Context.hxx> #include <sfx2/sidebar/Context.hxx>

View File

@@ -22,7 +22,7 @@
#include <sidebar/DeckDescriptor.hxx> #include <sidebar/DeckDescriptor.hxx>
#include <sidebar/Paint.hxx> #include <sidebar/Paint.hxx>
#include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/Theme.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <sfx2/sidebar/FocusManager.hxx> #include <sfx2/sidebar/FocusManager.hxx>
#include <sfx2/sidebar/SidebarController.hxx> #include <sfx2/sidebar/SidebarController.hxx>
#include <sfx2/strings.hrc> #include <sfx2/strings.hrc>

View File

@@ -19,7 +19,7 @@
#include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/Theme.hxx>
#include <sidebar/Paint.hxx> #include <sidebar/Paint.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>

View File

@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/Theme.hxx>

View File

@@ -9,7 +9,7 @@
*/ */
#include <sfx2/sidebar/UnoSidebar.hxx> #include <sfx2/sidebar/UnoSidebar.hxx>
#include <sfx2/sidebar/Tools.hxx> #include <sidebar/Tools.hxx>
#include <sfx2/sidebar/SidebarController.hxx> #include <sfx2/sidebar/SidebarController.hxx>
#include <sidebar/UnoDecks.hxx> #include <sidebar/UnoDecks.hxx>

View File

@@ -3849,6 +3849,7 @@ dtrans/test/win32/dnd/targetlistener.cxx
dtrans/test/win32/dnd/targetlistener.hxx dtrans/test/win32/dnd/targetlistener.hxx
dtrans/test/win32/dnd/transferable.cxx dtrans/test/win32/dnd/transferable.cxx
dtrans/test/win32/dnd/transferable.hxx dtrans/test/win32/dnd/transferable.hxx
editeng/inc/AccessibleStringWrap.hxx
editeng/inc/editattr.hxx editeng/inc/editattr.hxx
editeng/inc/editdoc.hxx editeng/inc/editdoc.hxx
editeng/inc/editeng.hxx editeng/inc/editeng.hxx
@@ -3857,6 +3858,7 @@ editeng/inc/edtspell.hxx
editeng/inc/eerdll2.hxx editeng/inc/eerdll2.hxx
editeng/inc/helpids.h editeng/inc/helpids.h
editeng/inc/unomodel.hxx editeng/inc/unomodel.hxx
editeng/inc/unopracc.hxx
editeng/qa/items/borderline_test.cxx editeng/qa/items/borderline_test.cxx
editeng/qa/lookuptree/lookuptree_test.cxx editeng/qa/lookuptree/lookuptree_test.cxx
editeng/qa/unit/core-test.cxx editeng/qa/unit/core-test.cxx
@@ -5939,7 +5941,6 @@ include/editeng/AccessibleEditableTextPara.hxx
include/editeng/AccessibleParaManager.hxx include/editeng/AccessibleParaManager.hxx
include/editeng/AccessibleSelectionBase.hxx include/editeng/AccessibleSelectionBase.hxx
include/editeng/AccessibleStaticTextBase.hxx include/editeng/AccessibleStaticTextBase.hxx
include/editeng/AccessibleStringWrap.hxx
include/editeng/CustomPropertyField.hxx include/editeng/CustomPropertyField.hxx
include/editeng/SpellPortions.hxx include/editeng/SpellPortions.hxx
include/editeng/Trie.hxx include/editeng/Trie.hxx
@@ -6048,7 +6049,6 @@ include/editeng/unoipset.hxx
include/editeng/unolingu.hxx include/editeng/unolingu.hxx
include/editeng/unonames.hxx include/editeng/unonames.hxx
include/editeng/unonrule.hxx include/editeng/unonrule.hxx
include/editeng/unopracc.hxx
include/editeng/unoprnms.hxx include/editeng/unoprnms.hxx
include/editeng/unotext.hxx include/editeng/unotext.hxx
include/editeng/unoviwou.hxx include/editeng/unoviwou.hxx
@@ -6486,7 +6486,6 @@ include/sfx2/sidebar/SidebarPanelBase.hxx
include/sfx2/sidebar/SidebarToolBox.hxx include/sfx2/sidebar/SidebarToolBox.hxx
include/sfx2/sidebar/TabBar.hxx include/sfx2/sidebar/TabBar.hxx
include/sfx2/sidebar/Theme.hxx include/sfx2/sidebar/Theme.hxx
include/sfx2/sidebar/Tools.hxx
include/sfx2/sidebar/UnoSidebar.hxx include/sfx2/sidebar/UnoSidebar.hxx
include/sfx2/signaturestate.hxx include/sfx2/signaturestate.hxx
include/sfx2/stbitem.hxx include/sfx2/stbitem.hxx
@@ -12074,6 +12073,7 @@ sfx2/inc/sidebar/PanelDescriptor.hxx
sfx2/inc/sidebar/PanelTitleBar.hxx sfx2/inc/sidebar/PanelTitleBar.hxx
sfx2/inc/sidebar/TabItem.hxx sfx2/inc/sidebar/TabItem.hxx
sfx2/inc/sidebar/TitleBar.hxx sfx2/inc/sidebar/TitleBar.hxx
sfx2/inc/sidebar/Tools.hxx
sfx2/inc/sidebar/UnoDeck.hxx sfx2/inc/sidebar/UnoDeck.hxx
sfx2/inc/sidebar/UnoDecks.hxx sfx2/inc/sidebar/UnoDecks.hxx
sfx2/inc/sidebar/UnoPanel.hxx sfx2/inc/sidebar/UnoPanel.hxx

View File

@@ -8,8 +8,7 @@
* *
*/ */
#ifndef INCLUDED_XMLOFF_AUTOSTYLEENTRY_HXX #pragma once
#define INCLUDED_XMLOFF_AUTOSTYLEENTRY_HXX
#include <sal/config.h> #include <sal/config.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
@@ -20,13 +19,11 @@
namespace xmloff namespace xmloff
{ {
struct XMLOFF_DLLPUBLIC AutoStyleEntry struct AutoStyleEntry
{ {
std::vector<std::pair<OUString, css::uno::Any>> m_aXmlProperties; std::vector<std::pair<OUString, css::uno::Any>> m_aXmlProperties;
}; };
} // end xmloff } // end xmloff
#endif // INCLUDED_XMLOFF_AUTOSTYLEENTRY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -40,7 +40,7 @@
#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp>
#include <XMLBase64Export.hxx> #include <XMLBase64Export.hxx>
#include <xmloff/AutoStyleEntry.hxx> #include <AutoStyleEntry.hxx>
#include <comphelper/hash.hxx> #include <comphelper/hash.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -31,7 +31,7 @@
#include <xmloff/maptype.hxx> #include <xmloff/maptype.hxx>
#include <xmloff/xmlexppr.hxx> #include <xmloff/xmlexppr.hxx>
#include <xmloff/AutoStyleEntry.hxx> #include <AutoStyleEntry.hxx>
class SvXMLAutoStylePoolP; class SvXMLAutoStylePoolP;
class XMLAutoStylePoolParent; class XMLAutoStylePoolParent;