diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-16 22:46:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-17 09:04:56 +0200 |
commit | b8c6a3486bb11c61539a19ae72fc938f67e9470e (patch) | |
tree | a9efb747bc048d8a9e67288ba4679d2b34845876 /sdext | |
parent | 7fac547c442aa699d94c48e40fcf8b58f9457161 (diff) |
Move sdext/source/pdfimport/tree include files to common include directory
...that are included from various source directories. Change done in
preparation of loplugin:includeform.
Change-Id: Ie46f4b940ceeb34fd8883dc17f56a072f625ee3a
Reviewed-on: https://gerrit.libreoffice.org/43442
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/inc/genericelements.hxx (renamed from sdext/source/pdfimport/tree/genericelements.hxx) | 4 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/imagecontainer.hxx (renamed from sdext/source/pdfimport/tree/imagecontainer.hxx) | 4 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/pdfiprocessor.hxx (renamed from sdext/source/pdfimport/tree/pdfiprocessor.hxx) | 4 | ||||
-rw-r--r-- | sdext/source/pdfimport/inc/treevisiting.hxx (renamed from sdext/source/pdfimport/tree/treevisiting.hxx) | 4 | ||||
-rw-r--r-- | sdext/source/pdfimport/pdfiadaptor.cxx | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/sdext/source/pdfimport/tree/genericelements.hxx b/sdext/source/pdfimport/inc/genericelements.hxx index 3d2703768ae1..9a5db64016fd 100644 --- a/sdext/source/pdfimport/tree/genericelements.hxx +++ b/sdext/source/pdfimport/inc/genericelements.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_GENERICELEMENTS_HXX -#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_GENERICELEMENTS_HXX +#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_GENERICELEMENTS_HXX +#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_GENERICELEMENTS_HXX #include "pdfihelper.hxx" #include "treevisiting.hxx" diff --git a/sdext/source/pdfimport/tree/imagecontainer.hxx b/sdext/source/pdfimport/inc/imagecontainer.hxx index a24b2f9a02b5..2c7af596f441 100644 --- a/sdext/source/pdfimport/tree/imagecontainer.hxx +++ b/sdext/source/pdfimport/inc/imagecontainer.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_IMAGECONTAINER_HXX -#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_IMAGECONTAINER_HXX +#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_IMAGECONTAINER_HXX +#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_IMAGECONTAINER_HXX #include "pdfihelper.hxx" diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx index 81facadfd9fd..fae6c0fc5382 100644 --- a/sdext/source/pdfimport/tree/pdfiprocessor.hxx +++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_PDFIPROCESSOR_HXX -#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_PDFIPROCESSOR_HXX +#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFIPROCESSOR_HXX +#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFIPROCESSOR_HXX #include <com/sun/star/util/XStringMapping.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> diff --git a/sdext/source/pdfimport/tree/treevisiting.hxx b/sdext/source/pdfimport/inc/treevisiting.hxx index 97a3f18f6f58..ec6d429d2ab9 100644 --- a/sdext/source/pdfimport/tree/treevisiting.hxx +++ b/sdext/source/pdfimport/inc/treevisiting.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_TREEVISITING_HXX -#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_TREEVISITING_HXX +#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_TREEVISITING_HXX +#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_TREEVISITING_HXX #include <sal/config.h> #include <list> diff --git a/sdext/source/pdfimport/pdfiadaptor.cxx b/sdext/source/pdfimport/pdfiadaptor.cxx index 7553aafc914f..badcb5a3f67b 100644 --- a/sdext/source/pdfimport/pdfiadaptor.cxx +++ b/sdext/source/pdfimport/pdfiadaptor.cxx @@ -24,7 +24,7 @@ #include "odfemitter.hxx" #include "inc/wrapper.hxx" #include "inc/contentsink.hxx" -#include "tree/pdfiprocessor.hxx" +#include "pdfiprocessor.hxx" #include <osl/file.h> #include <osl/thread.h> |