Kaydet (Commit) acfdfdf2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Move unoxml/source/events include files to common include directory

...that are included from various source directories.  Change done in
preparation of loplugin:includeform.

Change-Id: I186ab7581ee7896c54a600e5cde8721a97b26425
Reviewed-on: https://gerrit.libreoffice.org/43444Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 79fe112c
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UNOXML_SOURCE_EVENTS_EVENT_HXX
#define INCLUDED_UNOXML_SOURCE_EVENTS_EVENT_HXX
#ifndef INCLUDED_UNOXML_INC_EVENT_HXX
#define INCLUDED_UNOXML_INC_EVENT_HXX
#include <sal/types.h>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UNOXML_SOURCE_EVENTS_EVENTDISPATCHER_HXX
#define INCLUDED_UNOXML_SOURCE_EVENTS_EVENTDISPATCHER_HXX
#ifndef INCLUDED_UNOXML_INC_EVENTDISPATCHER_HXX
#define INCLUDED_UNOXML_INC_EVENTDISPATCHER_HXX
#include <map>
#include <vector>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UNOXML_SOURCE_EVENTS_MOUSEEVENT_HXX
#define INCLUDED_UNOXML_SOURCE_EVENTS_MOUSEEVENT_HXX
#ifndef INCLUDED_UNOXML_INC_MOUSEEVENT_HXX
#define INCLUDED_UNOXML_INC_MOUSEEVENT_HXX
#include <com/sun/star/xml/dom/events/PhaseType.hpp>
#include <com/sun/star/xml/dom/events/XMouseEvent.hpp>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UNOXML_SOURCE_EVENTS_MUTATIONEVENT_HXX
#define INCLUDED_UNOXML_SOURCE_EVENTS_MUTATIONEVENT_HXX
#ifndef INCLUDED_UNOXML_INC_MUTATIONEVENT_HXX
#define INCLUDED_UNOXML_INC_MUTATIONEVENT_HXX
#include <sal/types.h>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UNOXML_SOURCE_EVENTS_UIEVENT_HXX
#define INCLUDED_UNOXML_SOURCE_EVENTS_UIEVENT_HXX
#ifndef INCLUDED_UNOXML_INC_UIEVENT_HXX
#define INCLUDED_UNOXML_INC_UIEVENT_HXX
#include <sal/types.h>
......
......@@ -27,7 +27,7 @@
#include <com/sun/star/xml/dom/events/XDocumentEvent.hpp>
#include "../events/mutationevent.hxx"
#include "mutationevent.hxx"
using namespace css::uno;
using namespace css::xml::dom;
......
......@@ -34,11 +34,11 @@
#include <entity.hxx>
#include <notation.hxx>
#include "../events/event.hxx"
#include "../events/mutationevent.hxx"
#include "../events/uievent.hxx"
#include "../events/mouseevent.hxx"
#include "../events/eventdispatcher.hxx"
#include "event.hxx"
#include "mutationevent.hxx"
#include "uievent.hxx"
#include "mouseevent.hxx"
#include "eventdispatcher.hxx"
#include <string.h>
......
......@@ -36,7 +36,7 @@
#include <attributesmap.hxx>
#include <document.hxx>
#include "../events/mutationevent.hxx"
#include "mutationevent.hxx"
using namespace css::uno;
using namespace css::xml::dom;
......
......@@ -39,8 +39,8 @@
#include <attr.hxx>
#include <childlist.hxx>
#include "../events/eventdispatcher.hxx"
#include "../events/mutationevent.hxx"
#include "eventdispatcher.hxx"
#include "mutationevent.hxx"
using namespace css;
using namespace css::uno;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment