[Libreoffice-commits] core.git: include/svx svx/inc svx/source

Tor Lillqvist tml at collabora.com
Tue May 6 04:42:19 PDT 2014


 include/svx/AccessibleSvxFindReplaceDialog.hxx              |   58 --
 include/svx/AccessibleTableShape.hxx                        |  238 ------------
 include/svx/polygn3d.hxx                                    |   72 ---
 include/svx/svdglob.hxx                                     |   47 --
 include/svx/svdoopengl.hxx                                  |   51 --
 include/svx/sxallitm.hxx                                    |   63 ---
 include/svx/sxcikitm.hxx                                    |   49 --
 include/svx/sxlayitm.hxx                                    |   50 --
 include/svx/sxlogitm.hxx                                    |   45 --
 include/svx/sxmkitm.hxx                                     |   49 --
 include/svx/sxmoitm.hxx                                     |   35 -
 include/svx/sxmovitm.hxx                                    |   45 --
 include/svx/sxmsitm.hxx                                     |   37 -
 include/svx/sxmtaitm.hxx                                    |   45 --
 include/svx/sxoneitm.hxx                                    |   63 ---
 include/svx/sxonitm.hxx                                     |   37 -
 include/svx/sxopitm.hxx                                     |   42 --
 include/svx/sxraitm.hxx                                     |   36 -
 include/svx/sxreaitm.hxx                                    |   48 --
 include/svx/sxreoitm.hxx                                    |   48 --
 include/svx/sxroaitm.hxx                                    |   36 -
 include/svx/sxrooitm.hxx                                    |   36 -
 include/svx/sxsaitm.hxx                                     |   36 -
 include/svx/sxsalitm.hxx                                    |   45 --
 include/svx/sxsoitm.hxx                                     |   45 --
 include/svx/sxtraitm.hxx                                    |   63 ---
 svx/inc/AccessibleSvxFindReplaceDialog.hxx                  |   58 ++
 svx/inc/AccessibleTableShape.hxx                            |  238 ++++++++++++
 svx/inc/polygn3d.hxx                                        |   72 +++
 svx/inc/svdglob.hxx                                         |   47 ++
 svx/inc/svdoopengl.hxx                                      |   51 ++
 svx/inc/sxallitm.hxx                                        |   63 +++
 svx/inc/sxcikitm.hxx                                        |   49 ++
 svx/inc/sxlayitm.hxx                                        |   50 ++
 svx/inc/sxlogitm.hxx                                        |   45 ++
 svx/inc/sxmkitm.hxx                                         |   49 ++
 svx/inc/sxmoitm.hxx                                         |   35 +
 svx/inc/sxmovitm.hxx                                        |   45 ++
 svx/inc/sxmsitm.hxx                                         |   37 +
 svx/inc/sxmtaitm.hxx                                        |   45 ++
 svx/inc/sxoneitm.hxx                                        |   63 +++
 svx/inc/sxonitm.hxx                                         |   37 +
 svx/inc/sxopitm.hxx                                         |   42 ++
 svx/inc/sxraitm.hxx                                         |   36 +
 svx/inc/sxreaitm.hxx                                        |   48 ++
 svx/inc/sxreoitm.hxx                                        |   48 ++
 svx/inc/sxroaitm.hxx                                        |   36 +
 svx/inc/sxrooitm.hxx                                        |   36 +
 svx/inc/sxsaitm.hxx                                         |   36 +
 svx/inc/sxsalitm.hxx                                        |   45 ++
 svx/inc/sxsoitm.hxx                                         |   45 ++
 svx/inc/sxtraitm.hxx                                        |   63 +++
 svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx |    2 
 svx/source/accessibility/SvxShapeTypes.cxx                  |    2 
 svx/source/dialog/connctrl.cxx                              |    2 
 svx/source/dialog/dlgctl3d.cxx                              |    2 
 svx/source/dialog/srchdlg.cxx                               |    2 
 svx/source/engine3d/cube3d.cxx                              |    2 
 svx/source/engine3d/extrud3d.cxx                            |    2 
 svx/source/engine3d/lathe3d.cxx                             |    2 
 svx/source/engine3d/obj3d.cxx                               |    2 
 svx/source/engine3d/objfac3d.cxx                            |    2 
 svx/source/engine3d/polygn3d.cxx                            |    2 
 svx/source/engine3d/scene3d.cxx                             |    2 
 svx/source/engine3d/sphere3d.cxx                            |    2 
 svx/source/sdr/contact/viewcontactofe3dpolygon.cxx          |    2 
 svx/source/sdr/contact/viewcontactofgraphic.cxx             |    2 
 svx/source/sdr/contact/viewcontactofopenglobj.cxx           |    2 
 svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx       |    2 
 svx/source/sdr/contact/viewcontactofsdrpage.cxx             |    2 
 svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx     |    2 
 svx/source/sdr/properties/circleproperties.cxx              |    2 
 svx/source/svdraw/ActionDescriptionProvider.cxx             |    2 
 svx/source/svdraw/svdattr.cxx                               |   44 +-
 svx/source/svdraw/svddrgmt.cxx                              |    2 
 svx/source/svdraw/svddrgv.cxx                               |    2 
 svx/source/svdraw/svdedtv.cxx                               |    2 
 svx/source/svdraw/svdedtv1.cxx                              |   20 -
 svx/source/svdraw/svdedtv2.cxx                              |    2 
 svx/source/svdraw/svdedxv.cxx                               |    2 
 svx/source/svdraw/svdetc.cxx                                |    2 
 svx/source/svdraw/svdglev.cxx                               |    2 
 svx/source/svdraw/svdhdl.cxx                                |    2 
 svx/source/svdraw/svdibrow.cxx                              |    2 
 svx/source/svdraw/svdlayer.cxx                              |    2 
 svx/source/svdraw/svdmark.cxx                               |    2 
 svx/source/svdraw/svdmodel.cxx                              |    2 
 svx/source/svdraw/svdmrkv.cxx                               |    2 
 svx/source/svdraw/svdmrkv1.cxx                              |    2 
 svx/source/svdraw/svdoashp.cxx                              |    2 
 svx/source/svdraw/svdobj.cxx                                |   28 -
 svx/source/svdraw/svdocapt.cxx                              |    2 
 svx/source/svdraw/svdocirc.cxx                              |    4 
 svx/source/svdraw/svdoedge.cxx                              |    2 
 svx/source/svdraw/svdograf.cxx                              |    2 
 svx/source/svdraw/svdogrp.cxx                               |    2 
 svx/source/svdraw/svdomeas.cxx                              |   10 
 svx/source/svdraw/svdomedia.cxx                             |    2 
 svx/source/svdraw/svdoole2.cxx                              |    2 
 svx/source/svdraw/svdoopengl.cxx                            |    2 
 svx/source/svdraw/svdopage.cxx                              |    2 
 svx/source/svdraw/svdopath.cxx                              |    2 
 svx/source/svdraw/svdorect.cxx                              |    2 
 svx/source/svdraw/svdotext.cxx                              |    2 
 svx/source/svdraw/svdotxdr.cxx                              |    2 
 svx/source/svdraw/svdouno.cxx                               |    2 
 svx/source/svdraw/svdpntv.cxx                               |    2 
 svx/source/svdraw/svdpoev.cxx                               |    2 
 svx/source/svdraw/svdundo.cxx                               |    2 
 svx/source/svdraw/svdview.cxx                               |    2 
 svx/source/svdraw/svdxcgv.cxx                               |    2 
 svx/source/table/accessiblecell.hxx                         |    2 
 svx/source/table/accessibletableshape.cxx                   |    2 
 svx/source/table/cellcursor.cxx                             |    2 
 svx/source/table/svdotable.cxx                              |    2 
 svx/source/table/tablecontroller.cxx                        |    2 
 svx/source/table/tablelayouter.cxx                          |    2 
 svx/source/table/tablemodel.cxx                             |    2 
 svx/source/unodraw/unoshap3.cxx                             |    2 
 svx/source/unodraw/unoshap4.cxx                             |    4 
 svx/source/unodraw/unoshape.cxx                             |    2 
 121 files changed, 1537 insertions(+), 1537 deletions(-)

New commits:
commit a1dd961c3093f5f7624e4d1f2240e9120fd13f23
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 6 14:35:49 2014 +0300

    Move headers included only in svx itself from include/svx to svx/inc
    
    Change-Id: Ib735e6566981232fec8b13c81a2de11a6b21dfe7

diff --git a/include/svx/AccessibleSvxFindReplaceDialog.hxx b/svx/inc/AccessibleSvxFindReplaceDialog.hxx
similarity index 100%
rename from include/svx/AccessibleSvxFindReplaceDialog.hxx
rename to svx/inc/AccessibleSvxFindReplaceDialog.hxx
diff --git a/include/svx/AccessibleTableShape.hxx b/svx/inc/AccessibleTableShape.hxx
similarity index 100%
rename from include/svx/AccessibleTableShape.hxx
rename to svx/inc/AccessibleTableShape.hxx
diff --git a/include/svx/polygn3d.hxx b/svx/inc/polygn3d.hxx
similarity index 100%
rename from include/svx/polygn3d.hxx
rename to svx/inc/polygn3d.hxx
diff --git a/include/svx/svdglob.hxx b/svx/inc/svdglob.hxx
similarity index 100%
rename from include/svx/svdglob.hxx
rename to svx/inc/svdglob.hxx
diff --git a/include/svx/svdoopengl.hxx b/svx/inc/svdoopengl.hxx
similarity index 100%
rename from include/svx/svdoopengl.hxx
rename to svx/inc/svdoopengl.hxx
diff --git a/include/svx/sxallitm.hxx b/svx/inc/sxallitm.hxx
similarity index 100%
rename from include/svx/sxallitm.hxx
rename to svx/inc/sxallitm.hxx
diff --git a/include/svx/sxcikitm.hxx b/svx/inc/sxcikitm.hxx
similarity index 100%
rename from include/svx/sxcikitm.hxx
rename to svx/inc/sxcikitm.hxx
diff --git a/include/svx/sxlayitm.hxx b/svx/inc/sxlayitm.hxx
similarity index 100%
rename from include/svx/sxlayitm.hxx
rename to svx/inc/sxlayitm.hxx
diff --git a/include/svx/sxlogitm.hxx b/svx/inc/sxlogitm.hxx
similarity index 100%
rename from include/svx/sxlogitm.hxx
rename to svx/inc/sxlogitm.hxx
diff --git a/include/svx/sxmkitm.hxx b/svx/inc/sxmkitm.hxx
similarity index 100%
rename from include/svx/sxmkitm.hxx
rename to svx/inc/sxmkitm.hxx
diff --git a/include/svx/sxmoitm.hxx b/svx/inc/sxmoitm.hxx
similarity index 100%
rename from include/svx/sxmoitm.hxx
rename to svx/inc/sxmoitm.hxx
diff --git a/include/svx/sxmovitm.hxx b/svx/inc/sxmovitm.hxx
similarity index 100%
rename from include/svx/sxmovitm.hxx
rename to svx/inc/sxmovitm.hxx
diff --git a/include/svx/sxmsitm.hxx b/svx/inc/sxmsitm.hxx
similarity index 100%
rename from include/svx/sxmsitm.hxx
rename to svx/inc/sxmsitm.hxx
diff --git a/include/svx/sxmtaitm.hxx b/svx/inc/sxmtaitm.hxx
similarity index 100%
rename from include/svx/sxmtaitm.hxx
rename to svx/inc/sxmtaitm.hxx
diff --git a/include/svx/sxoneitm.hxx b/svx/inc/sxoneitm.hxx
similarity index 100%
rename from include/svx/sxoneitm.hxx
rename to svx/inc/sxoneitm.hxx
diff --git a/include/svx/sxonitm.hxx b/svx/inc/sxonitm.hxx
similarity index 100%
rename from include/svx/sxonitm.hxx
rename to svx/inc/sxonitm.hxx
diff --git a/include/svx/sxopitm.hxx b/svx/inc/sxopitm.hxx
similarity index 100%
rename from include/svx/sxopitm.hxx
rename to svx/inc/sxopitm.hxx
diff --git a/include/svx/sxraitm.hxx b/svx/inc/sxraitm.hxx
similarity index 100%
rename from include/svx/sxraitm.hxx
rename to svx/inc/sxraitm.hxx
diff --git a/include/svx/sxreaitm.hxx b/svx/inc/sxreaitm.hxx
similarity index 100%
rename from include/svx/sxreaitm.hxx
rename to svx/inc/sxreaitm.hxx
diff --git a/include/svx/sxreoitm.hxx b/svx/inc/sxreoitm.hxx
similarity index 100%
rename from include/svx/sxreoitm.hxx
rename to svx/inc/sxreoitm.hxx
diff --git a/include/svx/sxroaitm.hxx b/svx/inc/sxroaitm.hxx
similarity index 100%
rename from include/svx/sxroaitm.hxx
rename to svx/inc/sxroaitm.hxx
diff --git a/include/svx/sxrooitm.hxx b/svx/inc/sxrooitm.hxx
similarity index 100%
rename from include/svx/sxrooitm.hxx
rename to svx/inc/sxrooitm.hxx
diff --git a/include/svx/sxsaitm.hxx b/svx/inc/sxsaitm.hxx
similarity index 100%
rename from include/svx/sxsaitm.hxx
rename to svx/inc/sxsaitm.hxx
diff --git a/include/svx/sxsalitm.hxx b/svx/inc/sxsalitm.hxx
similarity index 100%
rename from include/svx/sxsalitm.hxx
rename to svx/inc/sxsalitm.hxx
diff --git a/include/svx/sxsoitm.hxx b/svx/inc/sxsoitm.hxx
similarity index 100%
rename from include/svx/sxsoitm.hxx
rename to svx/inc/sxsoitm.hxx
diff --git a/include/svx/sxtraitm.hxx b/svx/inc/sxtraitm.hxx
similarity index 100%
rename from include/svx/sxtraitm.hxx
rename to svx/inc/sxtraitm.hxx
diff --git a/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx b/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
index 4168f66f..9beb670 100644
--- a/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
+++ b/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
@@ -16,7 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include <svx/AccessibleSvxFindReplaceDialog.hxx>
+#include <AccessibleSvxFindReplaceDialog.hxx>
 #include <svx/srchdlg.hxx>
 #include <toolkit/awt/vclxwindow.hxx>
 #include <unotools/accessiblerelationsethelper.hxx>
diff --git a/svx/source/accessibility/SvxShapeTypes.cxx b/svx/source/accessibility/SvxShapeTypes.cxx
index 373b227..1f1346a 100644
--- a/svx/source/accessibility/SvxShapeTypes.cxx
+++ b/svx/source/accessibility/SvxShapeTypes.cxx
@@ -23,7 +23,7 @@
 #include <svx/AccessibleGraphicShape.hxx>
 #include <svx/AccessibleOLEShape.hxx>
 #include <svx/AccessibleControlShape.hxx>
-#include <svx/AccessibleTableShape.hxx>
+#include <AccessibleTableShape.hxx>
 
 namespace accessibility {
 
diff --git a/svx/source/dialog/connctrl.cxx b/svx/source/dialog/connctrl.cxx
index ef36f72..fb8f85e 100644
--- a/svx/source/dialog/connctrl.cxx
+++ b/svx/source/dialog/connctrl.cxx
@@ -30,7 +30,7 @@
 #include <svx/svdpage.hxx>
 #include <svx/svdview.hxx>
 #include <svx/sxelditm.hxx>
-#include <svx/sxmkitm.hxx>
+#include <sxmkitm.hxx>
 
 #include <vcl/builder.hxx>
 #include <vcl/settings.hxx>
diff --git a/svx/source/dialog/dlgctl3d.cxx b/svx/source/dialog/dlgctl3d.cxx
index 2a17a86..a1e20bf 100644
--- a/svx/source/dialog/dlgctl3d.cxx
+++ b/svx/source/dialog/dlgctl3d.cxx
@@ -31,7 +31,7 @@
 #include <vcl/builder.hxx>
 #include <svx/helperhittest3d.hxx>
 #include <basegfx/polygon/b2dpolygontools.hxx>
-#include <svx/polygn3d.hxx>
+#include <polygn3d.hxx>
 #include <svx/xlnclit.hxx>
 #include <svx/xlnwtit.hxx>
 #include "helpid.hrc"
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index f3efcc7..ac1a4af 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -58,7 +58,7 @@
 #include <svx/svxitems.hrc>
 
 #include <svl/srchitem.hxx>
-#include <svx/AccessibleSvxFindReplaceDialog.hxx>
+#include <AccessibleSvxFindReplaceDialog.hxx>
 #include <svx/pageitem.hxx>
 #include "srchctrl.hxx"
 #include <svx/dialmgr.hxx>
diff --git a/svx/source/engine3d/cube3d.cxx b/svx/source/engine3d/cube3d.cxx
index 024daf2..2a827c7 100644
--- a/svx/source/engine3d/cube3d.cxx
+++ b/svx/source/engine3d/cube3d.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/cube3d.hxx>
 #include "svx/globl3d.hxx"
 #include <basegfx/point/b3dpoint.hxx>
diff --git a/svx/source/engine3d/extrud3d.cxx b/svx/source/engine3d/extrud3d.cxx
index d783446..0c4a707 100644
--- a/svx/source/engine3d/extrud3d.cxx
+++ b/svx/source/engine3d/extrud3d.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdpage.hxx>
 #include "svx/globl3d.hxx"
 #include <svx/extrud3d.hxx>
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx
index dec0b79..c9d0f46 100644
--- a/svx/source/engine3d/lathe3d.cxx
+++ b/svx/source/engine3d/lathe3d.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <tools/poly.hxx>
 #include <svx/svdpage.hxx>
 #include "svx/globl3d.hxx"
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 653f117..d9db1f8 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdview.hxx>
 #include <svx/svdattr.hxx>
 #include <svx/svdpage.hxx>
diff --git a/svx/source/engine3d/objfac3d.cxx b/svx/source/engine3d/objfac3d.cxx
index 4eb26d7..9e8d498 100644
--- a/svx/source/engine3d/objfac3d.cxx
+++ b/svx/source/engine3d/objfac3d.cxx
@@ -24,7 +24,7 @@
 #include <svx/sphere3d.hxx>
 #include <svx/extrud3d.hxx>
 #include <svx/lathe3d.hxx>
-#include <svx/polygn3d.hxx>
+#include <polygn3d.hxx>
 #include "svx/objfac3d.hxx"
 #include <svx/svdobj.hxx>
 
diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx
index 4fefa88..4d23a13 100644
--- a/svx/source/engine3d/polygn3d.cxx
+++ b/svx/source/engine3d/polygn3d.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <svx/polygn3d.hxx>
+#include <polygn3d.hxx>
 #include <svx/svdpage.hxx>
 #include "svx/globl3d.hxx"
 #include <basegfx/point/b3dpoint.hxx>
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index 7fe7c3c..4f9829c 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svditer.hxx"
 
 #include <stdlib.h>
diff --git a/svx/source/engine3d/sphere3d.cxx b/svx/source/engine3d/sphere3d.cxx
index edea521..07b47f9 100644
--- a/svx/source/engine3d/sphere3d.cxx
+++ b/svx/source/engine3d/sphere3d.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdmodel.hxx>
 #include <svx/svdpage.hxx>
 #include "svx/globl3d.hxx"
diff --git a/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx b/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
index 25fa18f..ae6bd95 100644
--- a/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
@@ -19,7 +19,7 @@
 
 
 #include <svx/sdr/contact/viewcontactofe3dpolygon.hxx>
-#include <svx/polygn3d.hxx>
+#include <polygn3d.hxx>
 #include <drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx>
 #include <svx/sdr/primitive2d/sdrattributecreator.hxx>
 #include <svx/sdr/primitive3d/sdrattributecreator3d.hxx>
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx
index 81802df..56f0a78 100644
--- a/svx/source/sdr/contact/viewcontactofgraphic.cxx
+++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx
@@ -30,7 +30,7 @@
 #include <basegfx/matrix/b2dhommatrix.hxx>
 #include <svx/sdr/primitive2d/sdrgrafprimitive2d.hxx>
 #include "svx/svdstr.hrc"
-#include <svx/svdglob.hxx>
+#include <svdglob.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/settings.hxx>
 #include <basegfx/polygon/b2dpolygontools.hxx>
diff --git a/svx/source/sdr/contact/viewcontactofopenglobj.cxx b/svx/source/sdr/contact/viewcontactofopenglobj.cxx
index ef2c32a..1b50326 100644
--- a/svx/source/sdr/contact/viewcontactofopenglobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofopenglobj.cxx
@@ -11,7 +11,7 @@
 #include <svx/sdr/contact/viewcontactofopenglobj.hxx>
 #include <svx/sdr/contact/viewobjectcontactofopenglobj.hxx>
 #include <drawinglayer/primitive2d/openglprimitive2d.hxx>
-#include <svx/svdoopengl.hxx>
+#include <svdoopengl.hxx>
 #include <tools/gen.hxx>
 
 using namespace sdr::contact;
diff --git a/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx b/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
index ab391477..234197f 100644
--- a/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
@@ -25,7 +25,7 @@
 #include <svx/sxmbritm.hxx>
 #include <svx/sxmlhitm.hxx>
 #include <svx/sxmtritm.hxx>
-#include <svx/sxmtaitm.hxx>
+#include <sxmtaitm.hxx>
 #include <svx/sdr/primitive2d/sdrmeasureprimitive2d.hxx>
 #include <svx/sxmtpitm.hxx>
 
diff --git a/svx/source/sdr/contact/viewcontactofsdrpage.cxx b/svx/source/sdr/contact/viewcontactofsdrpage.cxx
index ec9e7d1..77d19c3 100644
--- a/svx/source/sdr/contact/viewcontactofsdrpage.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrpage.cxx
@@ -37,7 +37,7 @@
 #include <vcl/lazydelete.hxx>
 #include <vcl/settings.hxx>
 #include <svx/svdstr.hrc>
-#include <svx/svdglob.hxx>
+#include <svdglob.hxx>
 #include <drawinglayer/primitive2d/discreteshadowprimitive2d.hxx>
 #include <drawinglayer/attribute/sdrfillattribute.hxx>
 
diff --git a/svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx b/svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx
index 2f76985..af8a63e 100644
--- a/svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx
@@ -12,7 +12,7 @@
 #include <svx/sdr/contact/viewobjectcontactofopenglobj.hxx>
 #include <svx/sdr/contact/viewcontactofopenglobj.hxx>
 
-#include <svx/svdoopengl.hxx>
+#include <svdoopengl.hxx>
 #include <vcl/outdev.hxx>
 #include <vcl/window.hxx>
 
diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx
index 4afbc3e..fc3b53d 100644
--- a/svx/source/sdr/properties/circleproperties.cxx
+++ b/svx/source/sdr/properties/circleproperties.cxx
@@ -23,7 +23,7 @@
 #include <svx/svddef.hxx>
 #include <editeng/eeitem.hxx>
 #include <svx/svdocirc.hxx>
-#include <svx/sxcikitm.hxx>
+#include <sxcikitm.hxx>
 #include <svx/sxciaitm.hxx>
 
 
diff --git a/svx/source/svdraw/ActionDescriptionProvider.cxx b/svx/source/svdraw/ActionDescriptionProvider.cxx
index 66ce29e..0195289 100644
--- a/svx/source/svdraw/ActionDescriptionProvider.cxx
+++ b/svx/source/svdraw/ActionDescriptionProvider.cxx
@@ -19,7 +19,7 @@
 
 
 #include "svx/ActionDescriptionProvider.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 OUString ActionDescriptionProvider::createDescription( ActionType eActionType
diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx
index 879bed9..70812ac 100644
--- a/svx/source/svdraw/svdattr.cxx
+++ b/svx/source/svdraw/svdattr.cxx
@@ -46,7 +46,7 @@
 #include <vcl/svapp.hxx>
 #include <vcl/settings.hxx>
 
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <svx/sdgcpitm.hxx>
@@ -57,47 +57,47 @@
 #include <svx/svdtrans.hxx>
 #include <svx/svx3ditems.hxx>
 #include <svx/svxids.hrc>
-#include <svx/sxallitm.hxx>
+#include <sxallitm.hxx>
 #include <svx/sxcaitm.hxx>
 #include <svx/sxcecitm.hxx>
 #include <svx/sxcgitm.hxx>
 #include <svx/sxciaitm.hxx>
-#include <svx/sxcikitm.hxx>
+#include <sxcikitm.hxx>
 #include <svx/sxcllitm.hxx>
 #include <svx/sxctitm.hxx>
 #include <svx/sxekitm.hxx>
 #include <svx/sxelditm.hxx>
 #include <svx/sxenditm.hxx>
 #include <svx/sxfiitm.hxx>
-#include <svx/sxlayitm.hxx>
-#include <svx/sxlogitm.hxx>
+#include <sxlayitm.hxx>
+#include <sxlogitm.hxx>
 #include <svx/sxmbritm.hxx>
 #include <svx/sxmfsitm.hxx>
-#include <svx/sxmkitm.hxx>
+#include <sxmkitm.hxx>
 #include <svx/sxmlhitm.hxx>
-#include <svx/sxmoitm.hxx>
-#include <svx/sxmovitm.hxx>
-#include <svx/sxmsitm.hxx>
+#include <sxmoitm.hxx>
+#include <sxmovitm.hxx>
+#include <sxmsitm.hxx>
 #include <svx/sxmspitm.hxx>
 #include <svx/sxmsuitm.hxx>
-#include <svx/sxmtaitm.hxx>
+#include <sxmtaitm.hxx>
 #include <svx/sxmtfitm.hxx>
 #include <svx/sxmtpitm.hxx>
 #include <svx/sxmtritm.hxx>
 #include <svx/sxmuitm.hxx>
-#include <svx/sxoneitm.hxx>
-#include <svx/sxonitm.hxx>
-#include <svx/sxopitm.hxx>
-#include <svx/sxraitm.hxx>
-#include <svx/sxreaitm.hxx>
-#include <svx/sxreoitm.hxx>
-#include <svx/sxroaitm.hxx>
-#include <svx/sxrooitm.hxx>
-#include <svx/sxsaitm.hxx>
-#include <svx/sxsalitm.hxx>
+#include <sxoneitm.hxx>
+#include <sxonitm.hxx>
+#include <sxopitm.hxx>
+#include <sxraitm.hxx>
+#include <sxreaitm.hxx>
+#include <sxreoitm.hxx>
+#include <sxroaitm.hxx>
+#include <sxrooitm.hxx>
+#include <sxsaitm.hxx>
+#include <sxsalitm.hxx>
 #include <svx/sxsiitm.hxx>
-#include <svx/sxsoitm.hxx>
-#include <svx/sxtraitm.hxx>
+#include <sxsoitm.hxx>
+#include <sxtraitm.hxx>
 #include <svx/xfillit0.hxx>
 #include <svx/xflclit.hxx>
 #include <svx/xlineit0.hxx>
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index 6b04091..da55ea1 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -32,7 +32,7 @@
 #include <svx/svdocapt.hxx>
 #include <svx/svdpagv.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svddrgv.hxx>
 #include <svx/svdograf.hxx>
 #include <svx/dialogs.hrc>
diff --git a/svx/source/svdraw/svddrgv.cxx b/svx/source/svdraw/svddrgv.cxx
index eae3a6c..428ab36 100644
--- a/svx/source/svdraw/svddrgv.cxx
+++ b/svx/source/svdraw/svddrgv.cxx
@@ -29,7 +29,7 @@
 #include <svx/svdopath.hxx>
 #include <svx/svdoedge.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svddrgm1.hxx"
 #include <svx/obj3d.hxx>
 #include <svx/svdoashp.hxx>
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index 430cfb1..4c2d3a7 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -30,7 +30,7 @@
 #include <svx/svdpage.hxx>
 #include <svx/svdpoev.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/e3dsceneupdater.hxx>
 #include <rtl/strbuf.hxx>
 #include <svx/svdview.hxx>
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index 9c1bcd1..7945d2c 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -28,7 +28,7 @@
 #include <tools/bigint.hxx>
 #include <vcl/msgbox.hxx>
 
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svditer.hxx"
 #include "svx/svdstr.hrc"
 
@@ -48,15 +48,15 @@
 #include <svx/svdtrans.hxx>
 #include <svx/svdundo.hxx>
 #include <svx/svxids.hrc>
-#include <svx/sxallitm.hxx>
-#include <svx/sxmovitm.hxx>
-#include <svx/sxreaitm.hxx>
-#include <svx/sxreoitm.hxx>
-#include <svx/sxroaitm.hxx>
-#include <svx/sxrooitm.hxx>
-#include <svx/sxsalitm.hxx>
-#include <svx/sxsoitm.hxx>
-#include <svx/sxtraitm.hxx>
+#include <sxallitm.hxx>
+#include <sxmovitm.hxx>
+#include <sxreaitm.hxx>
+#include <sxreoitm.hxx>
+#include <sxroaitm.hxx>
+#include <sxrooitm.hxx>
+#include <sxsalitm.hxx>
+#include <sxsoitm.hxx>
+#include <sxtraitm.hxx>
 #include <svx/xlnedwit.hxx>
 #include <svx/xlnstwit.hxx>
 #include <svx/xlnwtit.hxx>
diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx
index 916302a..d6802ec 100644
--- a/svx/source/svdraw/svdedtv2.cxx
+++ b/svx/source/svdraw/svdedtv2.cxx
@@ -29,7 +29,7 @@
 #include <svx/svdograf.hxx>
 #include <svx/svdoole2.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svdfmtf.hxx"
 #include <svx/svdetc.hxx>
 #include <sfx2/basedlgs.hxx>
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index d950e21..01b2e78 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -49,7 +49,7 @@
 #endif
 #include <svx/svddrgv.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/globl3d.hxx"
 #include <editeng/outliner.hxx>
 #include <editeng/adjustitem.hxx>
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 04ff43d..a9cb949 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -26,7 +26,7 @@
 #include <svx/svdetc.hxx>
 #include <svx/svdmodel.hxx>
 #include <svx/svdtrans.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include "svx/svdviter.hxx"
 #include <svx/svdview.hxx>
diff --git a/svx/source/svdraw/svdglev.cxx b/svx/source/svdraw/svdglev.cxx
index d44d2be..0ea7c0b 100644
--- a/svx/source/svdraw/svdglev.cxx
+++ b/svx/source/svdraw/svdglev.cxx
@@ -23,7 +23,7 @@
 
 #include <svx/svdundo.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdpagv.hxx>
 #include <svx/svdglue.hxx>
 #include <svx/svdtrans.hxx>
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx
index 30e870b..7548698 100644
--- a/svx/source/svdraw/svdhdl.cxx
+++ b/svx/source/svdraw/svdhdl.cxx
@@ -32,7 +32,7 @@
 
 #include <svx/sxekitm.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 
 #include <svx/svdmodel.hxx>
 #include "gradtrns.hxx"
diff --git a/svx/source/svdraw/svdibrow.cxx b/svx/source/svdraw/svdibrow.cxx
index 6535394..be7047d 100644
--- a/svx/source/svdraw/svdibrow.cxx
+++ b/svx/source/svdraw/svdibrow.cxx
@@ -39,7 +39,7 @@
 #include <svx/svdview.hxx>
 #include <svx/sxcaitm.hxx>
 #include <svx/sxcecitm.hxx>
-#include <svx/sxcikitm.hxx>
+#include <sxcikitm.hxx>
 #include <svx/sxcllitm.hxx>
 #include <svx/sxekitm.hxx>
 #include <svx/sxelditm.hxx>
diff --git a/svx/source/svdraw/svdlayer.cxx b/svx/source/svdraw/svdlayer.cxx
index ae50895..73b566a 100644
--- a/svx/source/svdraw/svdlayer.cxx
+++ b/svx/source/svdraw/svdlayer.cxx
@@ -21,7 +21,7 @@
 
 #include <svx/svdlayer.hxx>
 #include <svx/svdmodel.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 bool SetOfByte::IsEmpty() const
diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx
index 7914f84..1d588b0 100644
--- a/svx/source/svdraw/svdmark.cxx
+++ b/svx/source/svdraw/svdmark.cxx
@@ -30,7 +30,7 @@
 #include <svx/svdogrp.hxx>
 #include <svx/svdorect.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 
 
 #include <svx/obj3d.hxx>
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index e97684c..f3fc337 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -57,7 +57,7 @@
 #include <svx/svdetc.hxx>
 #include <svx/svdoutl.hxx>
 #include <svx/svdoole2.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include "svdoutlinercache.hxx"
 
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 7d301ed..73caddc 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -21,7 +21,7 @@
 #include <svx/svdmrkv.hxx>
 #include <svx/svdetc.hxx>
 #include <svx/svdoedge.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdview.hxx>
 #include <svx/svdpagv.hxx>
 #include <svx/svdpage.hxx>
diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx
index ac2fe27..4cf1d3c 100644
--- a/svx/source/svdraw/svdmrkv1.cxx
+++ b/svx/source/svdraw/svdmrkv1.cxx
@@ -21,7 +21,7 @@
 #include <svx/svdmrkv.hxx>
 #include <svx/svdetc.hxx>
 #include <svx/svdoedge.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdpagv.hxx>
 #include <svx/svdpage.hxx>
 #include "svddrgm1.hxx"
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 89d207a..59591d2 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -44,7 +44,7 @@
 #include <svx/svdtrans.hxx>
 #include <svx/svdetc.hxx>
 #include <svx/svdoedge.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <editeng/eeitem.hxx>
 #include "editeng/editstat.hxx"
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index b227d89..4693b0c 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -53,7 +53,7 @@
 #include <vector>
 
 #include "svx/shapepropertynotifier.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdotable.hxx"
 #include "svx/xlinjoit.hxx"
 
@@ -93,19 +93,19 @@
 #include <svx/svdtrans.hxx>
 #include <svx/svdundo.hxx>
 #include <svx/svdview.hxx>
-#include <svx/sxlayitm.hxx>
-#include <svx/sxlogitm.hxx>
-#include <svx/sxmovitm.hxx>
+#include <sxlayitm.hxx>
+#include <sxlogitm.hxx>
+#include <sxmovitm.hxx>
 #include <svx/sxmspitm.hxx>
-#include <svx/sxoneitm.hxx>
-#include <svx/sxonitm.hxx>
-#include <svx/sxopitm.hxx>
-#include <svx/sxraitm.hxx>
-#include <svx/sxreoitm.hxx>
-#include <svx/sxrooitm.hxx>
-#include <svx/sxsaitm.hxx>
-#include <svx/sxsoitm.hxx>
-#include <svx/sxtraitm.hxx>
+#include <sxoneitm.hxx>
+#include <sxonitm.hxx>
+#include <sxopitm.hxx>
+#include <sxraitm.hxx>
+#include <sxreoitm.hxx>
+#include <sxrooitm.hxx>
+#include <sxsaitm.hxx>
+#include <sxsoitm.hxx>
+#include <sxtraitm.hxx>
 #include <svx/unopage.hxx>
 #include <svx/unoshape.hxx>
 #include <svx/xbtmpit.hxx>
@@ -128,7 +128,7 @@
 #include <svx/xlnwtit.hxx>
 #include <svx/xpoly.hxx>
 #include <rtl/strbuf.hxx>
-#include <svx/svdoopengl.hxx>
+#include <svdoopengl.hxx>
 
 using namespace ::com::sun::star;
 
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx
index ecdb33d..c9ce507 100644
--- a/svx/source/svdraw/svdocapt.cxx
+++ b/svx/source/svdraw/svdocapt.cxx
@@ -28,7 +28,7 @@
 #include <tools/helpers.hxx>
 
 #include "svdconv.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <svx/sdr/contact/viewcontactofsdrcaptionobj.hxx>
diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx
index 85e22ad..83527e1 100644
--- a/svx/source/svdraw/svdocirc.cxx
+++ b/svx/source/svdraw/svdocirc.cxx
@@ -26,7 +26,7 @@
 #include <math.h>
 #include <svl/style.hxx>
 
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <svx/sdr/contact/viewcontactofsdrcircobj.hxx>
@@ -42,7 +42,7 @@
 #include <svx/svdtrans.hxx>
 #include <svx/svdview.hxx>
 #include <svx/sxciaitm.hxx>
-#include <svx/sxcikitm.hxx>
+#include <sxcikitm.hxx>
 #include <svx/xlnedit.hxx>
 #include <svx/xlnedwit.hxx>
 #include <svx/xlnstit.hxx>
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index ce6d78bd..88dc8d0 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -18,7 +18,7 @@
  */
 
 #include "svddrgm1.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <basegfx/matrix/b2dhommatrix.hxx>
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index be3b532..5404f87 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -36,7 +36,7 @@
 #include <sfx2/linkmgr.hxx>
 #include <sfx2/docfile.hxx>
 #include <svx/svdetc.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/svdpool.hxx>
 #include <svx/svdmodel.hxx>
diff --git a/svx/source/svdraw/svdogrp.cxx b/svx/source/svdraw/svdogrp.cxx
index 603860b..e583ed8 100644
--- a/svx/source/svdraw/svdogrp.cxx
+++ b/svx/source/svdraw/svdogrp.cxx
@@ -37,7 +37,7 @@
 #include <svx/svdtrans.hxx>
 #include <svx/svdetc.hxx>
 #include <svx/svdoedge.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <svx/svxids.hrc>
diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx
index 65e14cb..e457ed5 100644
--- a/svx/source/svdraw/svdomeas.cxx
+++ b/svx/source/svdraw/svdomeas.cxx
@@ -18,7 +18,7 @@
  */
 
 #include "svdconv.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <basegfx/matrix/b2dhommatrix.hxx>
@@ -52,12 +52,12 @@
 #include <svx/svdview.hxx>
 #include <svx/sxmbritm.hxx>
 #include <svx/sxmfsitm.hxx>
-#include <svx/sxmkitm.hxx>
+#include <sxmkitm.hxx>
 #include <svx/sxmlhitm.hxx>
-#include <svx/sxmoitm.hxx>
-#include <svx/sxmsitm.hxx>
+#include <sxmoitm.hxx>
+#include <sxmsitm.hxx>
 #include <svx/sxmsuitm.hxx>
-#include <svx/sxmtaitm.hxx>
+#include <sxmtaitm.hxx>
 #include <svx/sxmtfitm.hxx>
 #include <svx/sxmtpitm.hxx>
 #include <svx/sxmtritm.hxx>
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx
index 9ac85bb..c05da8c 100644
--- a/svx/source/svdraw/svdomedia.cxx
+++ b/svx/source/svdraw/svdomedia.cxx
@@ -32,7 +32,7 @@
 #include <vcl/svapp.hxx>
 
 #include <svx/svdmodel.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/sdr/contact/viewcontactofsdrmediaobj.hxx>
 #include <avmedia/mediawindow.hxx>
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index 38e955b..95d5109 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -66,7 +66,7 @@
 #include <vcl/svapp.hxx>
 
 #include <svx/svdmodel.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/svdetc.hxx>
 #include <svx/svdview.hxx>
diff --git a/svx/source/svdraw/svdoopengl.cxx b/svx/source/svdraw/svdoopengl.cxx
index 59922ac..089cee3 100644
--- a/svx/source/svdraw/svdoopengl.cxx
+++ b/svx/source/svdraw/svdoopengl.cxx
@@ -9,7 +9,7 @@
 
 #include <config_features.h>
 
-#include <svx/svdoopengl.hxx>
+#include <svdoopengl.hxx>
 #include <svx/sdr/contact/viewcontactofopenglobj.hxx>
 
 #include <vcl/opengl/IOpenGLRenderer.hxx>
diff --git a/svx/source/svdraw/svdopage.cxx b/svx/source/svdraw/svdopage.cxx
index dfa4ca4..b6e3fcd 100644
--- a/svx/source/svdraw/svdopage.cxx
+++ b/svx/source/svdraw/svdopage.cxx
@@ -19,7 +19,7 @@
 
 
 #include <svx/svdopage.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/svdtrans.hxx>
 #include <svx/svdetc.hxx>
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index abe05ed..f001b80 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -31,7 +31,7 @@
 #include <svx/svdpage.hxx>
 #include <svx/svdhdl.hxx>
 #include <svx/svdview.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 
 #include <svx/xlnwtit.hxx>
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index 54d4ea3..45f9f01 100644
--- a/svx/source/svdraw/svdorect.cxx
+++ b/svx/source/svdraw/svdorect.cxx
@@ -34,7 +34,7 @@
 #include <svx/svdview.hxx>
 #include <svx/svdundo.hxx>
 #include <svx/svdopath.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/xflclit.hxx>
 #include <svx/xlnclit.hxx>
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 50fdd53..adc5999 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -26,7 +26,7 @@
 #include <svx/svdetc.hxx>
 #include <svx/svdoutl.hxx>
 #include <svx/svdmodel.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <editeng/writingmodeitem.hxx>
 #include <svx/sdtfchim.hxx>
diff --git a/svx/source/svdraw/svdotxdr.cxx b/svx/source/svdraw/svdotxdr.cxx
index cd98685..dd00cee 100644
--- a/svx/source/svdraw/svdotxdr.cxx
+++ b/svx/source/svdraw/svdotxdr.cxx
@@ -23,7 +23,7 @@
 #include <svx/svddrag.hxx>
 #include <svx/svdview.hxx>
 #include <svx/svdorect.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/svdoashp.hxx>
 #include <tools/bigint.hxx>
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 1234c9d..f79bab6 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -37,7 +37,7 @@
 #include <svx/svdouno.hxx>
 #include <svx/svdpagv.hxx>
 #include <svx/svdmodel.hxx>
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include <svx/svdetc.hxx>
 #include <svx/svdview.hxx>
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index 9ef70ea..36d7a41 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -44,7 +44,7 @@
 #include <svx/sdr/overlay/overlayobjectlist.hxx>
 #include <svx/sdr/overlay/overlayrollingrectangle.hxx>
 #include <svx/sdr/overlay/overlaymanager.hxx>
-#include <svx/sxlayitm.hxx>
+#include <sxlayitm.hxx>
 #include <svl/itemiter.hxx>
 #include <editeng/eeitem.hxx>
 #include <svl/whiter.hxx>
diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx
index 1f16166..ec74e3c 100644
--- a/svx/source/svdraw/svdpoev.cxx
+++ b/svx/source/svdraw/svdpoev.cxx
@@ -25,7 +25,7 @@
 #include <svx/svdopath.hxx>
 #include <svx/svdundo.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdtrans.hxx>
 #include <basegfx/polygon/b2dpolygon.hxx>
 #include <basegfx/polygon/b2dpolygontools.hxx>
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index ac5919a..58527d8 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -28,7 +28,7 @@
 #include <svx/svdmodel.hxx>
 #include <svx/svdview.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/scene3d.hxx>
 #include <editeng/editdata.hxx>
 #include <editeng/outlobj.hxx>
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 2c8547a..e73b316 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -20,7 +20,7 @@
 #include <editeng/eeitem.hxx>
 
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include <svx/svdpagv.hxx>
 #include <svx/svdmrkv.hxx>
 #include <svx/svdedxv.hxx>
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index fe820d9..0ec6046 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -36,7 +36,7 @@
 #include <svx/svdpagv.hxx>
 #include <svx/svdtrans.hxx>
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/xoutbmp.hxx"
 #include <vcl/metaact.hxx>
 #include <svl/poolitem.hxx>
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx
index a71bb79..e417d71 100644
--- a/svx/source/table/accessiblecell.hxx
+++ b/svx/source/table/accessiblecell.hxx
@@ -32,7 +32,7 @@
 #include <svx/IAccessibleViewForwarderListener.hxx>
 #include <svx/AccessibleTextHelper.hxx>
 #include <svx/AccessibleShapeTreeInfo.hxx>
-#include <svx/AccessibleTableShape.hxx>
+#include <AccessibleTableShape.hxx>
 
 #include <cppuhelper/implbase1.hxx>
 
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index 0db9bd3..5b09a69 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -26,7 +26,7 @@
 #include <osl/mutex.hxx>
 #include <vcl/svapp.hxx>
 
-#include <svx/AccessibleTableShape.hxx>
+#include <AccessibleTableShape.hxx>
 #include <svx/sdr/table/tablecontroller.hxx>
 #include "accessiblecell.hxx"
 
diff --git a/svx/source/table/cellcursor.cxx b/svx/source/table/cellcursor.cxx
index 54c017b..5472990 100644
--- a/svx/source/table/cellcursor.cxx
+++ b/svx/source/table/cellcursor.cxx
@@ -24,7 +24,7 @@
 #include "cell.hxx"
 #include "svx/svdmodel.hxx"
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 
 
 
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 369b5a2..d49cfb3 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -50,7 +50,7 @@
 #include "svx/sdr/table/tabledesign.hxx"
 #include "svx/svdundo.hxx"
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "editeng/writingmodeitem.hxx"
 #include "editeng/frmdiritem.hxx"
 #include "svx/xflhtit.hxx"
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 312ea57..69fb4e3 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -61,7 +61,7 @@
 #include <editeng/colritem.hxx>
 #include "editeng/lineitem.hxx"
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdpage.hxx"
 #include "tableundo.hxx"
 #include "tablelayouter.hxx"
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index 01c68382..687fa27 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -36,7 +36,7 @@
 #include "editeng/boxitem.hxx"
 #include "svx/svdmodel.hxx"
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 
 using ::editeng::SvxBorderLine;
 using ::com::sun::star::awt::XLayoutConstrains;
diff --git a/svx/source/table/tablemodel.cxx b/svx/source/table/tablemodel.cxx
index 15cfad0..d40c3ba 100644
--- a/svx/source/table/tablemodel.cxx
+++ b/svx/source/table/tablemodel.cxx
@@ -36,7 +36,7 @@
 #include "svx/svdotable.hxx"
 #include "svx/svdmodel.hxx"
 #include "svx/svdstr.hrc"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 
 using namespace ::osl;
 using namespace ::com::sun::star::uno;
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx
index 325c074..125bfc8 100644
--- a/svx/source/unodraw/unoshap3.cxx
+++ b/svx/source/unodraw/unoshap3.cxx
@@ -37,7 +37,7 @@
 #include <svx/sphere3d.hxx>
 #include <svx/lathe3d.hxx>
 #include <svx/extrud3d.hxx>
-#include <svx/polygn3d.hxx>
+#include <polygn3d.hxx>
 #include "svx/unoshprp.hxx"
 #include "svx/svdmodel.hxx"
 #include <basegfx/polygon/b3dpolygon.hxx>
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index f8ac4c8..35e88a5 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -48,9 +48,9 @@
 #include "svx/unoapi.hxx"
 #include "svx/svdpagv.hxx"
 #include "svx/svdview.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
-#include <svx/svdoopengl.hxx>
+#include <svdoopengl.hxx>
 #include <vcl/wmf.hxx>
 
 
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index fcb33c4..6b8e7ba 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -76,7 +76,7 @@
 #include "svx/xflgrit.hxx"
 #include "svx/xflhtit.hxx"
 #include "svx/xlndsit.hxx"
-#include "svx/svdglob.hxx"
+#include "svdglob.hxx"
 #include "svx/svdstr.hrc"
 #include "svx/unomaster.hxx"
 #include <editeng/outlobj.hxx>


More information about the Libreoffice-commits mailing list