summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/cctrl/checklistmenu.cxx5
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx1
-rw-r--r--sc/source/ui/view/gridwin.cxx3
3 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 328c51718364..7dfb572d0182 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -290,6 +290,11 @@ tools::Rectangle ScCheckListMenuControl::GetSubMenuParentRect()
return mxMenu->get_row_area(*mxScratchIter);
}
+sal_Int32 ScCheckListMenuControl::ExecuteMenu(weld::Menu& rMenu)
+{
+ return rMenu.popup_at_rect(mxMenu.get(), GetSubMenuParentRect(), weld::Placement::End).toInt32();
+}
+
void ScCheckListMenuControl::launchSubMenu(bool bSetMenuPos)
{
ScCheckListMenuWindow* pSubMenu = maOpenTimer.mpSubMenu;
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index cb78bf226a45..c9ca6466dff7 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -182,6 +182,7 @@ public:
* argument for Executing a popup
*/
tools::Rectangle GetSubMenuParentRect();
+ sal_Int32 ExecuteMenu(weld::Menu& rMenu);
private:
std::vector<MenuItemData> maMenuItems;
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index acd2973075c1..33ea3fe045b8 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -976,8 +976,7 @@ void ScGridWindow::UpdateAutoFilterFromMenu(AutoFilterMode eMode)
i++;
}
- tools::Rectangle aRect = rControl.GetSubMenuParentRect();
- sal_Int32 nSelected = xColorMenu->popup_at_rect(pPopupParent, aRect, weld::Placement::End).toInt32();
+ sal_Int32 nSelected = rControl.ExecuteMenu(*xColorMenu);
xColorMenu.reset();
rControl.terminateAllPopupMenus();
tr> -rw-r--r--basegfx/Package_inc.mk84
-rw-r--r--basic/Module_basic.mk1
-rw-r--r--basic/Package_inc.mk35
-rw-r--r--canvas/Module_canvas.mk1
-rw-r--r--canvas/Package_inc.mk60
-rw-r--r--codemaker/Module_codemaker.mk1
-rw-r--r--codemaker/Package_inc.mk40
-rw-r--r--comphelper/Module_comphelper.mk1
-rw-r--r--comphelper/Package_inc.mk128
-rw-r--r--connectivity/Module_connectivity.mk1
-rw-r--r--connectivity/Package_inc.mk87
-rw-r--r--cosv/Module_cosv.mk1
-rw-r--r--cosv/Package_inc.mk36
-rw-r--r--cppcanvas/Module_cppcanvas.mk1
-rw-r--r--cppcanvas/Package_inc.mk37
-rw-r--r--drawinglayer/Module_drawinglayer.mk1
-rw-r--r--drawinglayer/Package_inc.mk134
-rw-r--r--editeng/Module_editeng.mk1
-rw-r--r--editeng/Package_inc.mk154
-rw-r--r--filter/Module_filter.mk1
-rw-r--r--filter/Package_inc.mk37
-rw-r--r--formula/Module_formula.mk1
-rw-r--r--formula/Package_inc.mk30
-rw-r--r--framework/Module_framework.mk1
-rw-r--r--framework/Package_inc.mk44
-rw-r--r--i18nlangtag/Module_i18nlangtag.mk1
-rw-r--r--i18nlangtag/Package_inc.mk36
-rw-r--r--i18nutil/Module_i18nutil.mk1
-rw-r--r--i18nutil/Package_inc.mk19
-rw-r--r--include/animations/animationnodehelper.hxx (renamed from animations/inc/animations/animationnodehelper.hxx)0
-rw-r--r--include/apple_remote/RemoteControl.h (renamed from apple_remote/inc/apple_remote/RemoteControl.h)0
-rw-r--r--include/apple_remote/RemoteMainController.h (renamed from apple_remote/inc/apple_remote/RemoteMainController.h)0
-rw-r--r--include/avmedia/avmediadllapi.h (renamed from avmedia/inc/avmedia/avmediadllapi.h)0
-rw-r--r--include/avmedia/mediaitem.hxx (renamed from avmedia/inc/avmedia/mediaitem.hxx)0
-rw-r--r--include/avmedia/mediaplayer.hxx (renamed from avmedia/inc/avmedia/mediaplayer.hxx)0
-rw-r--r--include/avmedia/mediatoolbox.hxx (renamed from avmedia/inc/avmedia/mediatoolbox.hxx)0
-rw-r--r--include/avmedia/mediawindow.hxx (renamed from avmedia/inc/avmedia/mediawindow.hxx)0
-rw-r--r--include/basebmp/accessor.hxx (renamed from basebmp/inc/basebmp/accessor.hxx)0
-rw-r--r--include/basebmp/accessoradapters.hxx (renamed from basebmp/inc/basebmp/accessoradapters.hxx)0
-rw-r--r--include/basebmp/accessorfunctors.hxx (renamed from basebmp/inc/basebmp/accessorfunctors.hxx)0
-rw-r--r--include/basebmp/accessortraits.hxx (renamed from basebmp/inc/basebmp/accessortraits.hxx)0
-rw-r--r--include/basebmp/basebmpdllapi.h (renamed from basebmp/inc/basebmp/basebmpdllapi.h)0
-rw-r--r--include/basebmp/bitmapdevice.hxx (renamed from basebmp/inc/basebmp/bitmapdevice.hxx)0
-rw-r--r--include/basebmp/clippedlinerenderer.hxx (renamed from basebmp/inc/basebmp/clippedlinerenderer.hxx)0
-rw-r--r--include/basebmp/color.hxx (renamed from basebmp/inc/basebmp/color.hxx)0
-rw-r--r--include/basebmp/colorblendaccessoradapter.hxx (renamed from basebmp/inc/basebmp/colorblendaccessoradapter.hxx)0
-rw-r--r--include/basebmp/colormisc.hxx (renamed from basebmp/inc/basebmp/colormisc.hxx)0
-rw-r--r--include/basebmp/colortraits.hxx (renamed from basebmp/inc/basebmp/colortraits.hxx)0
-rw-r--r--include/basebmp/compositeiterator.hxx (renamed from basebmp/inc/basebmp/compositeiterator.hxx)0
-rw-r--r--include/basebmp/debug.hxx (renamed from basebmp/inc/basebmp/debug.hxx)0
-rw-r--r--include/basebmp/drawmodes.hxx (renamed from basebmp/inc/basebmp/drawmodes.hxx)0
-rw-r--r--include/basebmp/endian.hxx (renamed from basebmp/inc/basebmp/endian.hxx)0
-rw-r--r--include/basebmp/fillimage.hxx (renamed from basebmp/inc/basebmp/fillimage.hxx)0
-rw-r--r--include/basebmp/genericcolorimageaccessor.hxx (renamed from basebmp/inc/basebmp/genericcolorimageaccessor.hxx)0
-rw-r--r--include/basebmp/greylevelformats.hxx (renamed from basebmp/inc/basebmp/greylevelformats.hxx)0
-rw-r--r--include/basebmp/iteratortraits.hxx (renamed from basebmp/inc/basebmp/iteratortraits.hxx)0
-rw-r--r--include/basebmp/metafunctions.hxx (renamed from basebmp/inc/basebmp/metafunctions.hxx)0
-rw-r--r--include/basebmp/nonstandarditerator.hxx (renamed from basebmp/inc/basebmp/nonstandarditerator.hxx)0
-rw-r--r--include/basebmp/packedpixeliterator.hxx (renamed from basebmp/inc/basebmp/packedpixeliterator.hxx)0
-rw-r--r--include/basebmp/paletteformats.hxx (renamed from basebmp/inc/basebmp/paletteformats.hxx)0
-rw-r--r--include/basebmp/paletteimageaccessor.hxx (renamed from basebmp/inc/basebmp/paletteimageaccessor.hxx)0
-rw-r--r--include/basebmp/pixelformatadapters.hxx (renamed from basebmp/inc/basebmp/pixelformatadapters.hxx)0
-rw-r--r--include/basebmp/pixeliterator.hxx (renamed from basebmp/inc/basebmp/pixeliterator.hxx)0
-rw-r--r--include/basebmp/polypolygonrenderer.hxx (renamed from basebmp/inc/basebmp/polypolygonrenderer.hxx)0
-rw-r--r--include/basebmp/rgb24pixelformats.hxx (renamed from basebmp/inc/basebmp/rgb24pixelformats.hxx)0
-rw-r--r--include/basebmp/rgbmaskpixelformats.hxx (renamed from basebmp/inc/basebmp/rgbmaskpixelformats.hxx)0
-rw-r--r--include/basebmp/scaleimage.hxx (renamed from basebmp/inc/basebmp/scaleimage.hxx)0
-rw-r--r--include/basebmp/scanlineformats.hxx (renamed from basebmp/inc/basebmp/scanlineformats.hxx)0
-rw-r--r--include/basebmp/stridedarrayiterator.hxx (renamed from basebmp/inc/basebmp/stridedarrayiterator.hxx)0
-rw-r--r--include/basebmp/tools.hxx (renamed from basebmp/inc/basebmp/tools.hxx)0
-rw-r--r--include/basegfx/basegfxdllapi.h (renamed from basegfx/inc/basegfx/basegfxdllapi.h)0
-rw-r--r--include/basegfx/color/bcolor.hxx (renamed from basegfx/inc/basegfx/color/bcolor.hxx)0
-rw-r--r--include/basegfx/color/bcolormodifier.hxx (renamed from basegfx/inc/basegfx/color/bcolormodifier.hxx)0
-rw-r--r--include/basegfx/color/bcolortools.hxx (renamed from basegfx/inc/basegfx/color/bcolortools.hxx)0
-rw-r--r--include/basegfx/curve/b2dbeziertools.hxx (renamed from basegfx/inc/basegfx/curve/b2dbeziertools.hxx)0
-rw-r--r--include/basegfx/curve/b2dcubicbezier.hxx (renamed from basegfx/inc/basegfx/curve/b2dcubicbezier.hxx)0
-rw-r--r--include/basegfx/matrix/b2dhommatrix.hxx (renamed from basegfx/inc/basegfx/matrix/b2dhommatrix.hxx)0
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx (renamed from basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx)0
-rw-r--r--include/basegfx/matrix/b3dhommatrix.hxx (renamed from basegfx/inc/basegfx/matrix/b3dhommatrix.hxx)0
-rw-r--r--include/basegfx/numeric/ftools.hxx (renamed from basegfx/inc/basegfx/numeric/ftools.hxx)0
-rw-r--r--include/basegfx/pixel/bpixel.hxx (renamed from basegfx/inc/basegfx/pixel/bpixel.hxx)0
-rw-r--r--include/basegfx/point/b2dpoint.hxx (renamed from basegfx/inc/basegfx/point/b2dpoint.hxx)0
-rw-r--r--include/basegfx/point/b2ipoint.hxx (renamed from basegfx/inc/basegfx/point/b2ipoint.hxx)0
-rw-r--r--include/basegfx/point/b3dpoint.hxx (renamed from basegfx/inc/basegfx/point/b3dpoint.hxx)0
-rw-r--r--include/basegfx/point/b3ipoint.hxx (renamed from basegfx/inc/basegfx/point/b3ipoint.hxx)0
-rw-r--r--include/basegfx/polygon/b2dlinegeometry.hxx (renamed from basegfx/inc/basegfx/polygon/b2dlinegeometry.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolygon.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolygon.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolygonclipper.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolygoncutandtouch.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolygoncutandtouch.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolygontools.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolygontools.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolygontriangulator.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolypolygon.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolypolygoncutter.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolypolygonfillrule.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolypolygonfillrule.hxx)0
-rw-r--r--include/basegfx/polygon/b2dpolypolygontools.hxx (renamed from basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx)0
-rw-r--r--include/basegfx/polygon/b2dtrapezoid.hxx (renamed from basegfx/inc/basegfx/polygon/b2dtrapezoid.hxx)0
-rw-r--r--include/basegfx/polygon/b3dpolygon.hxx (renamed from basegfx/inc/basegfx/polygon/b3dpolygon.hxx)0
-rw-r--r--include/basegfx/polygon/b3dpolygontools.hxx (renamed from basegfx/inc/basegfx/polygon/b3dpolygontools.hxx)0
-rw-r--r--include/basegfx/polygon/b3dpolypolygon.hxx (renamed from basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx)0
-rw-r--r--include/basegfx/polygon/b3dpolypolygontools.hxx (renamed from basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx)0
-rw-r--r--include/basegfx/range/b1drange.hxx (renamed from basegfx/inc/basegfx/range/b1drange.hxx)0
-rw-r--r--include/basegfx/range/b1ibox.hxx (renamed from basegfx/inc/basegfx/range/b1ibox.hxx)0
-rw-r--r--include/basegfx/range/b1irange.hxx (renamed from basegfx/inc/basegfx/range/b1irange.hxx)0
-rw-r--r--include/basegfx/range/b2dconnectedranges.hxx (renamed from basegfx/inc/basegfx/range/b2dconnectedranges.hxx)0
-rw-r--r--include/basegfx/range/b2dpolyrange.hxx (renamed from basegfx/inc/basegfx/range/b2dpolyrange.hxx)0
-rw-r--r--include/basegfx/range/b2drange.hxx (renamed from basegfx/inc/basegfx/range/b2drange.hxx)0
-rw-r--r--include/basegfx/range/b2drangeclipper.hxx (renamed from basegfx/inc/basegfx/range/b2drangeclipper.hxx)0
-rw-r--r--include/basegfx/range/b2drectangle.hxx (renamed from basegfx/inc/basegfx/range/b2drectangle.hxx)0
-rw-r--r--include/basegfx/range/b2ibox.hxx (renamed from basegfx/inc/basegfx/range/b2ibox.hxx)0
-rw-r--r--include/basegfx/range/b2irange.hxx (renamed from basegfx/inc/basegfx/range/b2irange.hxx)0
-rw-r--r--include/basegfx/range/b2irectangle.hxx (renamed from basegfx/inc/basegfx/range/b2irectangle.hxx)0
-rw-r--r--include/basegfx/range/b3drange.hxx (renamed from basegfx/inc/basegfx/range/b3drange.hxx)0
-rw-r--r--include/basegfx/range/b3irange.hxx (renamed from basegfx/inc/basegfx/range/b3irange.hxx)0
-rw-r--r--include/basegfx/range/basicbox.hxx (renamed from basegfx/inc/basegfx/range/basicbox.hxx)0
-rw-r--r--include/basegfx/range/basicrange.hxx (renamed from basegfx/inc/basegfx/range/basicrange.hxx)0
-rw-r--r--include/basegfx/raster/bpixelraster.hxx (renamed from basegfx/inc/basegfx/raster/bpixelraster.hxx)0
-rw-r--r--include/basegfx/raster/bzpixelraster.hxx (renamed from basegfx/inc/basegfx/raster/bzpixelraster.hxx)0
-rw-r--r--include/basegfx/raster/rasterconvert3d.hxx (renamed from basegfx/inc/basegfx/raster/rasterconvert3d.hxx)0
-rw-r--r--include/basegfx/tools/b2dclipstate.hxx (renamed from basegfx/inc/basegfx/tools/b2dclipstate.hxx)0
-rw-r--r--include/basegfx/tools/canvastools.hxx (renamed from basegfx/inc/basegfx/tools/canvastools.hxx)0
-rw-r--r--include/basegfx/tools/gradienttools.hxx (renamed from basegfx/inc/basegfx/tools/gradienttools.hxx)0
-rw-r--r--include/basegfx/tools/keystoplerp.hxx (renamed from basegfx/inc/basegfx/tools/keystoplerp.hxx)0
-rw-r--r--include/basegfx/tools/lerp.hxx (renamed from basegfx/inc/basegfx/tools/lerp.hxx)0
-rw-r--r--include/basegfx/tools/rectcliptools.hxx (renamed from basegfx/inc/basegfx/tools/rectcliptools.hxx)0
-rw-r--r--include/basegfx/tools/tools.hxx (renamed from basegfx/inc/basegfx/tools/tools.hxx)0
-rw-r--r--include/basegfx/tools/unopolypolygon.hxx (renamed from basegfx/inc/basegfx/tools/unopolypolygon.hxx)0
-rw-r--r--include/basegfx/tools/unotools.hxx (renamed from basegfx/inc/basegfx/tools/unotools.hxx)0
-rw-r--r--include/basegfx/tools/zoomtools.hxx (renamed from basegfx/inc/basegfx/tools/zoomtools.hxx)0
-rw-r--r--include/basegfx/tuple/b2dtuple.hxx (renamed from basegfx/inc/basegfx/tuple/b2dtuple.hxx)0
-rw-r--r--include/basegfx/tuple/b2i64tuple.hxx (renamed from basegfx/inc/basegfx/tuple/b2i64tuple.hxx)0
-rw-r--r--include/basegfx/tuple/b2ituple.hxx (renamed from basegfx/inc/basegfx/tuple/b2ituple.hxx)0
-rw-r--r--include/basegfx/tuple/b3dtuple.hxx (renamed from basegfx/inc/basegfx/tuple/b3dtuple.hxx)0
-rw-r--r--include/basegfx/tuple/b3i64tuple.hxx (renamed from basegfx/inc/basegfx/tuple/b3i64tuple.hxx)0
-rw-r--r--include/basegfx/tuple/b3ituple.hxx (renamed from basegfx/inc/basegfx/tuple/b3ituple.hxx)0
-rw-r--r--include/basegfx/vector/b2dsize.hxx (renamed from basegfx/inc/basegfx/vector/b2dsize.hxx)0
-rw-r--r--include/basegfx/vector/b2dvector.hxx (renamed from basegfx/inc/basegfx/vector/b2dvector.hxx)0
-rw-r--r--include/basegfx/vector/b2enums.hxx (renamed from basegfx/inc/basegfx/vector/b2enums.hxx)0
-rw-r--r--include/basegfx/vector/b2isize.hxx (renamed from basegfx/inc/basegfx/vector/b2isize.hxx)0
-rw-r--r--include/basegfx/vector/b2ivector.hxx (renamed from basegfx/inc/basegfx/vector/b2ivector.hxx)0
-rw-r--r--include/basegfx/vector/b3dvector.hxx (renamed from basegfx/inc/basegfx/vector/b3dvector.hxx)0
-rw-r--r--include/basegfx/vector/b3ivector.hxx (renamed from basegfx/inc/basegfx/vector/b3ivector.hxx)0
-rw-r--r--include/basic/basicdllapi.h (renamed from basic/inc/basic/basicdllapi.h)0
-rw-r--r--include/basic/basicmanagerrepository.hxx (renamed from basic/inc/basic/basicmanagerrepository.hxx)0
-rw-r--r--include/basic/basmgr.hxx (renamed from basic/inc/basic/basmgr.hxx)0
-rw-r--r--include/basic/basrdll.hxx (renamed from basic/inc/basic/basrdll.hxx)0
-rw-r--r--include/basic/global.hxx (renamed from basic/inc/basic/global.hxx)0
-rw-r--r--include/basic/modsizeexceeded.hxx (renamed from basic/inc/basic/modsizeexceeded.hxx)0
-rw-r--r--include/basic/sbdef.hxx (renamed from basic/inc/basic/sbdef.hxx)0
-rw-r--r--include/basic/sberrors.hxx (renamed from basic/inc/basic/sberrors.hxx)0
-rw-r--r--include/basic/sbmeth.hxx (renamed from basic/inc/basic/sbmeth.hxx)0
-rw-r--r--include/basic/sbmod.hxx (renamed from basic/inc/basic/sbmod.hxx)0
-rw-r--r--include/basic/sbobjmod.hxx (renamed from basic/inc/basic/sbobjmod.hxx)0
-rw-r--r--include/basic/sbprop.hxx (renamed from basic/inc/basic/sbprop.hxx)0
-rw-r--r--include/basic/sbstar.hxx (renamed from basic/inc/basic/sbstar.hxx)0
-rw-r--r--include/basic/sbstdobj.hxx (renamed from basic/inc/basic/sbstdobj.hxx)0
-rw-r--r--include/basic/sbuno.hxx (renamed from basic/inc/basic/sbuno.hxx)0
-rw-r--r--include/basic/sbx.hxx (renamed from basic/inc/basic/sbx.hxx)0
-rw-r--r--include/basic/sbxbase.hxx (renamed from basic/inc/basic/sbxbase.hxx)0
-rw-r--r--include/basic/sbxcore.hxx (renamed from basic/inc/basic/sbxcore.hxx)0
-rw-r--r--include/basic/sbxdef.hxx (renamed from basic/inc/basic/sbxdef.hxx)0
-rw-r--r--include/basic/sbxfac.hxx (renamed from basic/inc/basic/sbxfac.hxx)0
-rw-r--r--include/basic/sbxform.hxx (renamed from basic/inc/basic/sbxform.hxx)0
-rw-r--r--include/basic/sbxmeth.hxx (renamed from basic/inc/basic/sbxmeth.hxx)0
-rw-r--r--include/basic/sbxobj.hxx (renamed from basic/inc/basic/sbxobj.hxx)0
-rw-r--r--include/basic/sbxprop.hxx (renamed from basic/inc/basic/sbxprop.hxx)0
-rw-r--r--include/basic/sbxvar.hxx (renamed from basic/inc/basic/sbxvar.hxx)0
-rw-r--r--include/basic/vbahelper.hxx (renamed from basic/inc/basic/vbahelper.hxx)0
-rw-r--r--include/canvas/base/bitmapcanvasbase.hxx (renamed from canvas/inc/canvas/base/bitmapcanvasbase.hxx)0
-rw-r--r--include/canvas/base/bufferedgraphicdevicebase.hxx (renamed from canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx)0
-rw-r--r--include/canvas/base/cachedprimitivebase.hxx (renamed from canvas/inc/canvas/base/cachedprimitivebase.hxx)0
-rw-r--r--include/canvas/base/canvasbase.hxx (renamed from canvas/inc/canvas/base/canvasbase.hxx)0
-rw-r--r--include/canvas/base/canvascustomspritebase.hxx (renamed from canvas/inc/canvas/base/canvascustomspritebase.hxx)0
-rw-r--r--include/canvas/base/canvascustomspritehelper.hxx (renamed from canvas/inc/canvas/base/canvascustomspritehelper.hxx)0
-rw-r--r--include/canvas/base/disambiguationhelper.hxx (renamed from canvas/inc/canvas/base/disambiguationhelper.hxx)0
-rw-r--r--include/canvas/base/graphicdevicebase.hxx (renamed from canvas/inc/canvas/base/graphicdevicebase.hxx)0
-rw-r--r--include/canvas/base/integerbitmapbase.hxx (renamed from canvas/inc/canvas/base/integerbitmapbase.hxx)0
-rw-r--r--include/canvas/base/sprite.hxx (renamed from canvas/inc/canvas/base/sprite.hxx)0
-rw-r--r--include/canvas/base/spritecanvasbase.hxx (renamed from canvas/inc/canvas/base/spritecanvasbase.hxx)0
-rw-r--r--include/canvas/base/spritesurface.hxx (renamed from canvas/inc/canvas/base/spritesurface.hxx)0
-rw-r--r--include/canvas/canvastools.hxx (renamed from canvas/inc/canvas/canvastools.hxx)0
-rw-r--r--include/canvas/canvastoolsdllapi.h (renamed from canvas/inc/canvas/canvastoolsdllapi.h)0
-rw-r--r--include/canvas/debug.hxx (renamed from canvas/inc/canvas/debug.hxx)0
-rw-r--r--include/canvas/elapsedtime.hxx (renamed from canvas/inc/canvas/elapsedtime.hxx)0
-rw-r--r--include/canvas/parametricpolypolygon.hxx (renamed from canvas/inc/canvas/parametricpolypolygon.hxx)0
-rw-r--r--include/canvas/propertysethelper.hxx (renamed from canvas/inc/canvas/propertysethelper.hxx)0
-rw-r--r--include/canvas/rendering/bitmap.hxx (renamed from canvas/inc/canvas/rendering/bitmap.hxx)0
-rw-r--r--include/canvas/rendering/icachedprimitive.hxx (renamed from canvas/inc/canvas/rendering/icachedprimitive.hxx)0
-rw-r--r--include/canvas/rendering/icolorbuffer.hxx (renamed from canvas/inc/canvas/rendering/icolorbuffer.hxx)0
-rw-r--r--include/canvas/rendering/irendermodule.hxx (renamed from canvas/inc/canvas/rendering/irendermodule.hxx)0
-rw-r--r--include/canvas/rendering/isurface.hxx (renamed from canvas/inc/canvas/rendering/isurface.hxx)0
-rw-r--r--include/canvas/rendering/isurfaceproxy.hxx (renamed from canvas/inc/canvas/rendering/isurfaceproxy.hxx)0
-rw-r--r--include/canvas/rendering/isurfaceproxymanager.hxx (renamed from canvas/inc/canvas/rendering/isurfaceproxymanager.hxx)0
-rw-r--r--include/canvas/spriteredrawmanager.hxx (renamed from canvas/inc/canvas/spriteredrawmanager.hxx)0
-rw-r--r--include/canvas/vclwrapper.hxx (renamed from canvas/inc/canvas/vclwrapper.hxx)0
-rw-r--r--include/canvas/verbosetrace.hxx (renamed from canvas/inc/canvas/verbosetrace.hxx)0
-rw-r--r--include/canvas/verifyinput.hxx (renamed from canvas/inc/canvas/verifyinput.hxx)0
-rw-r--r--include/codemaker/codemaker.hxx (renamed from codemaker/inc/codemaker/codemaker.hxx)0
-rw-r--r--include/codemaker/commoncpp.hxx (renamed from codemaker/inc/codemaker/commoncpp.hxx)0
-rw-r--r--include/codemaker/commonjava.hxx (renamed from codemaker/inc/codemaker/commonjava.hxx)0
-rw-r--r--include/codemaker/exceptiontree.hxx (renamed from codemaker/inc/codemaker/exceptiontree.hxx)0
-rw-r--r--include/codemaker/generatedtypeset.hxx (renamed from codemaker/inc/codemaker/generatedtypeset.hxx)0
-rw-r--r--include/codemaker/global.hxx (renamed from codemaker/inc/codemaker/global.hxx)0
-rw-r--r--include/codemaker/options.hxx (renamed from codemaker/inc/codemaker/options.hxx)0
-rw-r--r--include/codemaker/typemanager.hxx (renamed from codemaker/inc/codemaker/typemanager.hxx)0
-rw-r--r--include/codemaker/unotype.hxx (renamed from codemaker/inc/codemaker/unotype.hxx)0
-rw-r--r--include/comphelper/ChainablePropertySet.hxx (renamed from comphelper/inc/comphelper/ChainablePropertySet.hxx)0
-rw-r--r--include/comphelper/ChainablePropertySetInfo.hxx (renamed from comphelper/inc/comphelper/ChainablePropertySetInfo.hxx)0
-rw-r--r--include/comphelper/IdPropArrayHelper.hxx (renamed from comphelper/inc/comphelper/IdPropArrayHelper.hxx)0
-rw-r--r--include/comphelper/InlineContainer.hxx (renamed from comphelper/inc/comphelper/InlineContainer.hxx)0
-rw-r--r--include/comphelper/MasterPropertySet.hxx (renamed from comphelper/inc/comphelper/MasterPropertySet.hxx)0
-rw-r--r--include/comphelper/MasterPropertySetInfo.hxx (renamed from comphelper/inc/comphelper/MasterPropertySetInfo.hxx)0
-rw-r--r--include/comphelper/PropertyInfoHash.hxx (renamed from comphelper/inc/comphelper/PropertyInfoHash.hxx)0
-rw-r--r--include/comphelper/SelectionMultiplex.hxx (renamed from comphelper/inc/comphelper/SelectionMultiplex.hxx)0
-rw-r--r--include/comphelper/SettingsHelper.hxx (renamed from comphelper/inc/comphelper/SettingsHelper.hxx)0
-rw-r--r--include/comphelper/TypeGeneration.hxx (renamed from comphelper/inc/comphelper/TypeGeneration.hxx)0
-rw-r--r--include/comphelper/accessiblecomponenthelper.hxx (renamed from comphelper/inc/comphelper/accessiblecomponenthelper.hxx)0
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx (renamed from comphelper/inc/comphelper/accessiblecontexthelper.hxx)0
-rw-r--r--include/comphelper/accessibleeventnotifier.hxx (renamed from comphelper/inc/comphelper/accessibleeventnotifier.hxx)0
-rw-r--r--include/comphelper/accessiblekeybindinghelper.hxx (renamed from comphelper/inc/comphelper/accessiblekeybindinghelper.hxx)0
-rw-r--r--include/comphelper/accessibleselectionhelper.hxx (renamed from comphelper/inc/comphelper/accessibleselectionhelper.hxx)0
-rw-r--r--include/comphelper/accessibletexthelper.hxx (renamed from comphelper/inc/comphelper/accessibletexthelper.hxx)0
-rw-r--r--include/comphelper/accessiblewrapper.hxx (renamed from comphelper/inc/comphelper/accessiblewrapper.hxx)0
-rw-r--r--include/comphelper/accimplaccess.hxx (renamed from comphelper/inc/comphelper/accimplaccess.hxx)0
-rw-r--r--include/comphelper/anycompare.hxx (renamed from comphelper/inc/comphelper/anycompare.hxx)0
-rw-r--r--include/comphelper/anytostring.hxx (renamed from comphelper/inc/comphelper/anytostring.hxx)0
-rw-r--r--include/comphelper/asyncnotification.hxx (renamed from comphelper/inc/comphelper/asyncnotification.hxx)0
-rw-r--r--include/comphelper/attributelist.hxx (renamed from comphelper/inc/comphelper/attributelist.hxx)0
-rw-r--r--include/comphelper/basicio.hxx (renamed from comphelper/inc/comphelper/basicio.hxx)0
-rw-r--r--include/comphelper/broadcasthelper.hxx (renamed from comphelper/inc/comphelper/broadcasthelper.hxx)0
-rw-r--r--include/comphelper/classids.hxx (renamed from comphelper/inc/comphelper/classids.hxx)0
-rw-r--r--include/comphelper/comphelperdllapi.h (renamed from comphelper/inc/comphelper/comphelperdllapi.h)0
-rw-r--r--include/comphelper/componentbase.hxx (renamed from comphelper/inc/comphelper/componentbase.hxx)0
-rw-r--r--include/comphelper/componentcontext.hxx (renamed from comphelper/inc/comphelper/componentcontext.hxx)0
-rw-r--r--include/comphelper/componentguard.hxx (renamed from comphelper/inc/comphelper/componentguard.hxx)0
-rw-r--r--include/comphelper/componentmodule.hxx (renamed from comphelper/inc/comphelper/componentmodule.hxx)0
-rw-r--r--include/comphelper/configuration.hxx (renamed from comphelper/inc/comphelper/configuration.hxx)0
-rw-r--r--include/comphelper/configurationhelper.hxx (renamed from comphelper/inc/comphelper/configurationhelper.hxx)0
-rw-r--r--include/comphelper/container.hxx (renamed from comphelper/inc/comphelper/container.hxx)0
-rw-r--r--include/comphelper/containermultiplexer.hxx (renamed from comphelper/inc/comphelper/containermultiplexer.hxx)0
-rw-r--r--include/comphelper/docpasswordhelper.hxx (renamed from comphelper/inc/comphelper/docpasswordhelper.hxx)0
-rw-r--r--include/comphelper/docpasswordrequest.hxx (renamed from comphelper/inc/comphelper/docpasswordrequest.hxx)0
-rw-r--r--include/comphelper/documentconstants.hxx (renamed from comphelper/inc/comphelper/documentconstants.hxx)0
-rw-r--r--include/comphelper/documentinfo.hxx (renamed from comphelper/inc/comphelper/documentinfo.hxx)0
-rw-r--r--include/comphelper/embeddedobjectcontainer.hxx (renamed from comphelper/inc/comphelper/embeddedobjectcontainer.hxx)0
-rw-r--r--include/comphelper/enumhelper.hxx (renamed from comphelper/inc/comphelper/enumhelper.hxx)0
-rw-r--r--include/comphelper/eventattachermgr.hxx (renamed from comphelper/inc/comphelper/eventattachermgr.hxx)0
-rw-r--r--include/comphelper/evtlistenerhlp.hxx (renamed from comphelper/inc/comphelper/evtlistenerhlp.hxx)0
-rw-r--r--include/comphelper/evtmethodhelper.hxx (renamed from comphelper/inc/comphelper/evtmethodhelper.hxx)0
-rw-r--r--include/comphelper/extract.hxx (renamed from comphelper/inc/comphelper/extract.hxx)0
-rw-r--r--include/comphelper/fileformat.h (renamed from comphelper/inc/comphelper/fileformat.h)0
-rw-r--r--include/comphelper/flagguard.hxx (renamed from comphelper/inc/comphelper/flagguard.hxx)0
-rw-r--r--include/comphelper/genericpropertyset.hxx (renamed from comphelper/inc/comphelper/genericpropertyset.hxx)0
-rw-r--r--include/comphelper/guarding.hxx (renamed from comphelper/inc/comphelper/guarding.hxx)0
-rw-r--r--include/comphelper/ihwrapnofilter.hxx (renamed from comphelper/inc/comphelper/ihwrapnofilter.hxx)0
-rw-r--r--include/comphelper/implbase_var.hxx (renamed from comphelper/inc/comphelper/implbase_var.hxx)0
-rw-r--r--include/comphelper/implementationreference.hxx (renamed from comphelper/inc/comphelper/implementationreference.hxx)0
-rw-r--r--include/comphelper/interaction.hxx (renamed from comphelper/inc/comphelper/interaction.hxx)0
-rw-r--r--include/comphelper/listenernotification.hxx (renamed from comphelper/inc/comphelper/listenernotification.hxx)0
-rw-r--r--include/comphelper/logging.hxx (renamed from comphelper/inc/comphelper/logging.hxx)0
-rw-r--r--include/comphelper/make_shared_from_uno.hxx (renamed from comphelper/inc/comphelper/make_shared_from_uno.hxx)0
-rw-r--r--include/comphelper/makesequence.hxx (renamed from comphelper/inc/comphelper/makesequence.hxx)0
-rw-r--r--include/comphelper/mediadescriptor.hxx (renamed from comphelper/inc/comphelper/mediadescriptor.hxx)0
-rw-r--r--include/comphelper/mimeconfighelper.hxx (renamed from comphelper/inc/comphelper/mimeconfighelper.hxx)0
-rw-r--r--include/comphelper/namecontainer.hxx (renamed from comphelper/inc/comphelper/namecontainer.hxx)0
-rw-r--r--include/comphelper/namedvaluecollection.hxx (renamed from comphelper/inc/comphelper/namedvaluecollection.hxx)0
-rw-r--r--include/comphelper/newarray.hxx (renamed from comphelper/inc/comphelper/newarray.hxx)0
-rw-r--r--include/comphelper/numberedcollection.hxx (renamed from comphelper/inc/comphelper/numberedcollection.hxx)0
-rw-r--r--include/comphelper/numbers.hxx (renamed from comphelper/inc/comphelper/numbers.hxx)0
-rw-r--r--include/comphelper/officeresourcebundle.hxx (renamed from comphelper/inc/comphelper/officeresourcebundle.hxx)0
-rw-r--r--include/comphelper/ofopxmlhelper.hxx (renamed from comphelper/inc/comphelper/ofopxmlhelper.hxx)0
-rw-r--r--include/comphelper/optional.hxx (renamed from comphelper/inc/comphelper/optional.hxx)0
-rw-r--r--include/comphelper/oslfile2streamwrap.hxx (renamed from comphelper/inc/comphelper/oslfile2streamwrap.hxx)0
-rw-r--r--include/comphelper/processfactory.hxx (renamed from comphelper/inc/comphelper/processfactory.hxx)0
-rw-r--r--include/comphelper/propagg.hxx (renamed from comphelper/inc/comphelper/propagg.hxx)0
-rw-r--r--include/comphelper/proparrhlp.hxx (renamed from comphelper/inc/comphelper/proparrhlp.hxx)0
-rw-r--r--include/comphelper/property.hxx (renamed from comphelper/inc/comphelper/property.hxx)0
-rw-r--r--include/comphelper/propertybag.hxx (renamed from comphelper/inc/comphelper/propertybag.hxx)0
-rw-r--r--include/comphelper/propertycontainer.hxx (renamed from comphelper/inc/comphelper/propertycontainer.hxx)0
-rw-r--r--include/comphelper/propertycontainerhelper.hxx (renamed from comphelper/inc/comphelper/propertycontainerhelper.hxx)0
-rw-r--r--include/comphelper/propertysethelper.hxx (renamed from comphelper/inc/comphelper/propertysethelper.hxx)0
-rw-r--r--include/comphelper/propertysetinfo.hxx (renamed from comphelper/inc/comphelper/propertysetinfo.hxx)0
-rw-r--r--include/comphelper/propertystatecontainer.hxx (renamed from comphelper/inc/comphelper/propertystatecontainer.hxx)0
-rw-r--r--include/comphelper/propmultiplex.hxx (renamed from comphelper/inc/comphelper/propmultiplex.hxx)0
-rw-r--r--include/comphelper/propstate.hxx (renamed from comphelper/inc/comphelper/propstate.hxx)0
-rw-r--r--include/comphelper/proxyaggregation.hxx (renamed from comphelper/inc/comphelper/proxyaggregation.hxx)0
-rw-r--r--include/comphelper/scoped_disposing_ptr.hxx (renamed from comphelper/inc/comphelper/scoped_disposing_ptr.hxx)0
-rw-r--r--include/comphelper/scopeguard.hxx (renamed from comphelper/inc/comphelper/scopeguard.hxx)0
-rw-r--r--include/comphelper/seekableinput.hxx (renamed from comphelper/inc/comphelper/seekableinput.hxx)0
-rw-r--r--include/comphelper/seqstream.hxx (renamed from comphelper/inc/comphelper/seqstream.hxx)0
-rw-r--r--include/comphelper/sequence.hxx (renamed from comphelper/inc/comphelper/sequence.hxx)0
-rw-r--r--include/comphelper/sequenceashashmap.hxx (renamed from comphelper/inc/comphelper/sequenceashashmap.hxx)0
-rw-r--r--include/comphelper/sequenceasvector.hxx (renamed from comphelper/inc/comphelper/sequenceasvector.hxx)0
-rw-r--r--include/comphelper/servicedecl.hxx (renamed from comphelper/inc/comphelper/servicedecl.hxx)0
-rw-r--r--include/comphelper/servicehelper.hxx (renamed from comphelper/inc/comphelper/servicehelper.hxx)0
-rw-r--r--include/comphelper/serviceinfohelper.hxx (renamed from comphelper/inc/comphelper/serviceinfohelper.hxx)0
-rw-r--r--include/comphelper/sharedmutex.hxx (renamed from comphelper/inc/comphelper/sharedmutex.hxx)0
-rw-r--r--include/comphelper/stillreadwriteinteraction.hxx (renamed from comphelper/inc/comphelper/stillreadwriteinteraction.hxx)0
-rw-r--r--include/comphelper/stl_types.hxx (renamed from comphelper/inc/comphelper/stl_types.hxx)0
-rw-r--r--include/comphelper/stlunosequence.hxx (renamed from comphelper/inc/comphelper/stlunosequence.hxx)0
-rw-r--r--include/comphelper/storagehelper.hxx (renamed from comphelper/inc/comphelper/storagehelper.hxx)0
-rw-r--r--include/comphelper/streamsection.hxx (renamed from comphelper/inc/comphelper/streamsection.hxx)0
-rw-r--r--include/comphelper/string.hxx (renamed from comphelper/inc/comphelper/string.hxx)0
-rw-r--r--include/comphelper/synchronousdispatch.hxx (renamed from comphelper/inc/comphelper/synchronousdispatch.hxx)0
-rw-r--r--include/comphelper/syntaxhighlight.hxx (renamed from comphelper/inc/comphelper/syntaxhighlight.hxx)0
-rw-r--r--include/comphelper/types.hxx (renamed from comphelper/inc/comphelper/types.hxx)0
-rw-r--r--include/comphelper/uno3.hxx (renamed from comphelper/inc/comphelper/uno3.hxx)0
-rw-r--r--include/comphelper/unwrapargs.hxx (renamed from comphelper/inc/comphelper/unwrapargs.hxx)0
-rw-r--r--include/comphelper/weak.hxx (renamed from comphelper/inc/comphelper/weak.hxx)0
-rw-r--r--include/comphelper/weakbag.hxx (renamed from comphelper/inc/comphelper/weakbag.hxx)0
-rw-r--r--include/comphelper/weakeventlistener.hxx (renamed from comphelper/inc/comphelper/weakeventlistener.hxx)0
-rw-r--r--include/comphelper/xmltools.hxx (renamed from comphelper/inc/comphelper/xmltools.hxx)0
-rw-r--r--include/connectivity/BlobHelper.hxx (renamed from connectivity/inc/connectivity/BlobHelper.hxx)0
-rw-r--r--include/connectivity/CommonTools.hxx (renamed from connectivity/inc/connectivity/CommonTools.hxx)0
-rw-r--r--include/connectivity/ConnectionWrapper.hxx (renamed from connectivity/inc/connectivity/ConnectionWrapper.hxx)0
-rw-r--r--include/connectivity/DriversConfig.hxx (renamed from connectivity/inc/connectivity/DriversConfig.hxx)0
-rw-r--r--include/connectivity/FValue.hxx (renamed from connectivity/inc/connectivity/FValue.hxx)0
-rw-r--r--include/connectivity/IParseContext.hxx (renamed from connectivity/inc/connectivity/IParseContext.hxx)0
-rw-r--r--include/connectivity/OSubComponent.hxx (renamed from connectivity/inc/connectivity/OSubComponent.hxx)0
-rw-r--r--include/connectivity/PColumn.hxx (renamed from connectivity/inc/connectivity/PColumn.hxx)0
-rw-r--r--include/connectivity/ParameterCont.hxx (renamed from connectivity/inc/connectivity/ParameterCont.hxx)0
-rw-r--r--include/connectivity/SQLStatementHelper.hxx (renamed from connectivity/inc/connectivity/SQLStatementHelper.hxx)0
-rw-r--r--include/connectivity/StdTypeDefs.hxx (renamed from connectivity/inc/connectivity/StdTypeDefs.hxx)0
-rw-r--r--include/connectivity/TColumnsHelper.hxx (renamed from connectivity/inc/connectivity/TColumnsHelper.hxx)0
-rw-r--r--include/connectivity/TIndex.hxx (renamed from connectivity/inc/connectivity/TIndex.hxx)0
-rw-r--r--include/connectivity/TIndexColumns.hxx (renamed from connectivity/inc/connectivity/TIndexColumns.hxx)0
-rw-r--r--include/connectivity/TIndexes.hxx (renamed from connectivity/inc/connectivity/TIndexes.hxx)0
-rw-r--r--include/connectivity/TKey.hxx (renamed from connectivity/inc/connectivity/TKey.hxx)0
-rw-r--r--include/connectivity/TKeyColumns.hxx (renamed from connectivity/inc/connectivity/TKeyColumns.hxx)0
-rw-r--r--include/connectivity/TKeys.hxx (renamed from connectivity/inc/connectivity/TKeys.hxx)0
-rw-r--r--include/connectivity/TTableHelper.hxx (renamed from connectivity/inc/connectivity/TTableHelper.hxx)0
-rw-r--r--include/connectivity/conncleanup.hxx (renamed from connectivity/inc/connectivity/conncleanup.hxx)0
-rw-r--r--include/connectivity/dbcharset.hxx (renamed from connectivity/inc/connectivity/dbcharset.hxx)0
-rw-r--r--include/connectivity/dbconversion.hxx (renamed from connectivity/inc/connectivity/dbconversion.hxx)0
-rw-r--r--include/connectivity/dbexception.hxx (renamed from connectivity/inc/connectivity/dbexception.hxx)0
-rw-r--r--include/connectivity/dbmetadata.hxx (renamed from connectivity/inc/connectivity/dbmetadata.hxx)0
-rw-r--r--include/connectivity/dbtools.hxx (renamed from connectivity/inc/connectivity/dbtools.hxx)0
-rw-r--r--include/connectivity/dbtoolsdllapi.hxx (renamed from connectivity/inc/connectivity/dbtoolsdllapi.hxx)0
-rw-r--r--include/connectivity/filtermanager.hxx (renamed from connectivity/inc/connectivity/filtermanager.hxx)0
-rw-r--r--include/connectivity/formattedcolumnvalue.hxx (renamed from connectivity/inc/connectivity/formattedcolumnvalue.hxx)0
-rw-r--r--include/connectivity/parameters.hxx (renamed from connectivity/inc/connectivity/parameters.hxx)0
-rw-r--r--include/connectivity/paramwrapper.hxx (renamed from connectivity/inc/connectivity/paramwrapper.hxx)0
-rw-r--r--include/connectivity/predicateinput.hxx (renamed from connectivity/inc/connectivity/predicateinput.hxx)0
-rw-r--r--include/connectivity/sdbcx/IRefreshable.hxx (renamed from connectivity/inc/connectivity/sdbcx/IRefreshable.hxx)0
-rw-r--r--include/connectivity/sdbcx/VCatalog.hxx (renamed from connectivity/inc/connectivity/sdbcx/VCatalog.hxx)0
-rw-r--r--include/connectivity/sdbcx/VCollection.hxx (renamed from connectivity/inc/connectivity/sdbcx/VCollection.hxx)0
-rw-r--r--include/connectivity/sdbcx/VColumn.hxx (renamed from connectivity/inc/connectivity/sdbcx/VColumn.hxx)0
-rw-r--r--include/connectivity/sdbcx/VDescriptor.hxx (renamed from connectivity/inc/connectivity/sdbcx/VDescriptor.hxx)0
-rw-r--r--include/connectivity/sdbcx/VGroup.hxx (renamed from connectivity/inc/connectivity/sdbcx/VGroup.hxx)0
-rw-r--r--include/connectivity/sdbcx/VIndex.hxx (renamed from connectivity/inc/connectivity/sdbcx/VIndex.hxx)0
-rw-r--r--include/connectivity/sdbcx/VIndexColumn.hxx (renamed from connectivity/inc/connectivity/sdbcx/VIndexColumn.hxx)0
-rw-r--r--include/connectivity/sdbcx/VKey.hxx (renamed from connectivity/inc/connectivity/sdbcx/VKey.hxx)0
-rw-r--r--include/connectivity/sdbcx/VKeyColumn.hxx (renamed from connectivity/inc/connectivity/sdbcx/VKeyColumn.hxx)0
-rw-r--r--include/connectivity/sdbcx/VTable.hxx (renamed from connectivity/inc/connectivity/sdbcx/VTable.hxx)0
-rw-r--r--include/connectivity/sdbcx/VTypeDef.hxx (renamed from connectivity/inc/connectivity/sdbcx/VTypeDef.hxx)0
-rw-r--r--include/connectivity/sdbcx/VUser.hxx (renamed from connectivity/inc/connectivity/sdbcx/VUser.hxx)0
-rw-r--r--include/connectivity/sdbcx/VView.hxx (renamed from connectivity/inc/connectivity/sdbcx/VView.hxx)0
-rw-r--r--include/connectivity/sqlerror.hxx (renamed from connectivity/inc/connectivity/sqlerror.hxx)0
-rw-r--r--include/connectivity/sqliterator.hxx (renamed from connectivity/inc/connectivity/sqliterator.hxx)0
-rw-r--r--include/connectivity/sqlnode.hxx (renamed from connectivity/inc/connectivity/sqlnode.hxx)0
-rw-r--r--include/connectivity/sqlparse.hxx (renamed from connectivity/inc/connectivity/sqlparse.hxx)0
-rw-r--r--include/connectivity/standardsqlstate.hxx (renamed from connectivity/inc/connectivity/standardsqlstate.hxx)0
-rw-r--r--include/connectivity/statementcomposer.hxx (renamed from connectivity/inc/connectivity/statementcomposer.hxx)0
-rw-r--r--include/connectivity/virtualdbtools.hxx (renamed from connectivity/inc/connectivity/virtualdbtools.hxx)0
-rw-r--r--include/connectivity/warningscontainer.hxx (renamed from connectivity/inc/connectivity/warningscontainer.hxx)0
-rw-r--r--include/cosv/bstream.hxx (renamed from cosv/inc/cosv/bstream.hxx)0
-rw-r--r--include/cosv/comdline.hxx (renamed from cosv/inc/cosv/comdline.hxx)0
-rw-r--r--include/cosv/comfunc.hxx (renamed from cosv/inc/cosv/comfunc.hxx)0
-rw-r--r--include/cosv/csv_env.hxx (renamed from cosv/inc/cosv/csv_env.hxx)0
-rw-r--r--include/cosv/csv_ostream.hxx (renamed from cosv/inc/cosv/csv_ostream.hxx)0
-rw-r--r--include/cosv/csv_precomp.h (renamed from cosv/inc/cosv/csv_precomp.h)0
-rw-r--r--include/cosv/dirchain.hxx (renamed from cosv/inc/cosv/dirchain.hxx)0
-rw-r--r--include/cosv/file.hxx (renamed from cosv/inc/cosv/file.hxx)0
-rw-r--r--include/cosv/openclose.hxx (renamed from cosv/inc/cosv/openclose.hxx)0
-rw-r--r--include/cosv/persist.hxx (renamed from cosv/inc/cosv/persist.hxx)0
-rw-r--r--include/cosv/ploc.hxx (renamed from cosv/inc/cosv/ploc.hxx)0
-rw-r--r--include/cosv/ploc_dir.hxx (renamed from cosv/inc/cosv/ploc_dir.hxx)0
-rw-r--r--include/cosv/plocroot.hxx (renamed from cosv/inc/cosv/plocroot.hxx)0
-rw-r--r--include/cosv/std_outp.hxx (renamed from cosv/inc/cosv/std_outp.hxx)0
-rw-r--r--include/cosv/str_types.hxx (renamed from cosv/inc/cosv/str_types.hxx)0
-rw-r--r--include/cosv/streamstr.hxx (renamed from cosv/inc/cosv/streamstr.hxx)0
-rw-r--r--include/cosv/string.hxx (renamed from cosv/inc/cosv/string.hxx)0
-rw-r--r--include/cosv/stringdata.hxx (renamed from cosv/inc/cosv/stringdata.hxx)0
-rw-r--r--include/cosv/tpl/dyn.hxx (renamed from cosv/inc/cosv/tpl/dyn.hxx)0
-rw-r--r--include/cosv/tpl/processor.hxx (renamed from cosv/inc/cosv/tpl/processor.hxx)0
-rw-r--r--include/cosv/tpl/swelist.hxx (renamed from cosv/inc/cosv/tpl/swelist.hxx)0
-rw-r--r--include/cosv/tpl/tpltools.hxx (renamed from cosv/inc/cosv/tpl/tpltools.hxx)0
-rw-r--r--include/cosv/tpl/vvector.hxx (renamed from cosv/inc/cosv/tpl/vvector.hxx)0
-rw-r--r--include/cosv/x.hxx (renamed from cosv/inc/cosv/x.hxx)0
-rw-r--r--include/cppcanvas/basegfxfactory.hxx (renamed from cppcanvas/inc/cppcanvas/basegfxfactory.hxx)0
-rw-r--r--include/cppcanvas/bitmap.hxx (renamed from cppcanvas/inc/cppcanvas/bitmap.hxx)0
-rw-r--r--include/cppcanvas/bitmapcanvas.hxx (renamed from cppcanvas/inc/cppcanvas/bitmapcanvas.hxx)0
-rw-r--r--include/cppcanvas/canvas.hxx (renamed from cppcanvas/inc/cppcanvas/canvas.hxx)0
-rw-r--r--include/cppcanvas/canvasgraphic.hxx (renamed from cppcanvas/inc/cppcanvas/canvasgraphic.hxx)0
-rw-r--r--include/cppcanvas/color.hxx (renamed from cppcanvas/inc/cppcanvas/color.hxx)0
-rw-r--r--include/cppcanvas/cppcanvasdllapi.h (renamed from cppcanvas/inc/cppcanvas/cppcanvasdllapi.h)0
-rw-r--r--include/cppcanvas/customsprite.hxx (renamed from cppcanvas/inc/cppcanvas/customsprite.hxx)0
-rw-r--r--include/cppcanvas/font.hxx (renamed from cppcanvas/inc/cppcanvas/font.hxx)0
-rw-r--r--include/cppcanvas/polypolygon.hxx (renamed from cppcanvas/inc/cppcanvas/polypolygon.hxx)0
-rw-r--r--include/cppcanvas/renderer.hxx (renamed from cppcanvas/inc/cppcanvas/renderer.hxx)0
-rw-r--r--include/cppcanvas/sprite.hxx (renamed from cppcanvas/inc/cppcanvas/sprite.hxx)0
-rw-r--r--include/cppcanvas/spritecanvas.hxx (renamed from cppcanvas/inc/cppcanvas/spritecanvas.hxx)0
-rw-r--r--include/cppcanvas/text.hxx (renamed from cppcanvas/inc/cppcanvas/text.hxx)0
-rw-r--r--include/cppcanvas/vclfactory.hxx (renamed from cppcanvas/inc/cppcanvas/vclfactory.hxx)0
-rw-r--r--include/drawinglayer/XShapeDumper.hxx (renamed from drawinglayer/inc/drawinglayer/XShapeDumper.hxx)0
-rw-r--r--include/drawinglayer/animation/animationtiming.hxx (renamed from drawinglayer/inc/drawinglayer/animation/animationtiming.hxx)0
-rw-r--r--include/drawinglayer/attribute/fillbitmapattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/fillbitmapattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/fillgradientattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/fillgradientattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/fillhatchattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/fillhatchattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/fontattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/lineattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/lineattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/linestartendattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/materialattribute3d.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/materialattribute3d.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrallattribute3d.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrallattribute3d.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrfillattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrfillbitmapattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrlightattribute3d.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrlightingattribute3d.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrlightingattribute3d.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrlineattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrlineattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrlinestartendattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrlinestartendattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrobjectattribute3d.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrobjectattribute3d.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrsceneattribute3d.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrsceneattribute3d.hxx)0
-rw-r--r--include/drawinglayer/attribute/sdrshadowattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/sdrshadowattribute.hxx)0
-rw-r--r--include/drawinglayer/attribute/strokeattribute.hxx (renamed from drawinglayer/inc/drawinglayer/attribute/strokeattribute.hxx)0
-rw-r--r--include/drawinglayer/drawinglayerdllapi.h (renamed from drawinglayer/inc/drawinglayer/drawinglayerdllapi.h)0
-rw-r--r--include/drawinglayer/geometry/viewinformation2d.hxx (renamed from drawinglayer/inc/drawinglayer/geometry/viewinformation2d.hxx)0
-rw-r--r--include/drawinglayer/geometry/viewinformation3d.hxx (renamed from drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/animatedprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/animatedprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/baseprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/bitmapprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/borderlineprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/controlprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/cropprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/cropprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/epsprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/epsprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/fillgradientprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/graphicprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/gridprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/gridprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/groupprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/groupprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/helplineprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/helplineprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/invertprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/invertprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/maskprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/maskprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/mediaprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/mediaprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/metafileprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/objectinfoprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/patternfillprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/patternfillprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/pointarrayprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/polygonprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/primitivetools2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/sceneprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/sceneprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/shadowprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/shadowprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/structuretagprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/svggradientprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textbreakuphelper.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textbreakuphelper.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/texteffectprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textenumsprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textenumsprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textlayoutdevice.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textlineprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textlineprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/transformprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/transformprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/transparenceprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/transparenceprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/wallpaperprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/wallpaperprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive2d/wrongspellprimitive2d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/baseprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/baseprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/groupprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/groupprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/polygonprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/shadowprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/shadowprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/textureprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/primitive3d/transformprimitive3d.hxx (renamed from drawinglayer/inc/drawinglayer/primitive3d/transformprimitive3d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/baseprocessor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/canvasprocessor.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx)0
-rw-r--r--include/drawinglayer/processor2d/contourextractor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/contourextractor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/hittestprocessor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/hittestprocessor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/linegeometryextractor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/objectinfoextractor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/objectinfoextractor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/processorfromoutputdevice.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/processorfromoutputdevice.hxx)0
-rw-r--r--include/drawinglayer/processor2d/textaspolygonextractor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/vclmetafileprocessor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/vclpixelprocessor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx)0
-rw-r--r--include/drawinglayer/processor2d/vclprocessor2d.hxx (renamed from drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx)0
-rw-r--r--include/drawinglayer/processor3d/baseprocessor3d.hxx (renamed from drawinglayer/inc/drawinglayer/processor3d/baseprocessor3d.hxx)0
-rw-r--r--include/drawinglayer/processor3d/cutfindprocessor3d.hxx (renamed from drawinglayer/inc/drawinglayer/processor3d/cutfindprocessor3d.hxx)0
-rw-r--r--include/drawinglayer/processor3d/defaultprocessor3d.hxx (renamed from drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx)0
-rw-r--r--include/drawinglayer/processor3d/geometry2dextractor.hxx (renamed from drawinglayer/inc/drawinglayer/processor3d/geometry2dextractor.hxx)0
-rw-r--r--include/drawinglayer/processor3d/shadow3dextractor.hxx (renamed from drawinglayer/inc/drawinglayer/processor3d/shadow3dextractor.hxx)0
-rw-r--r--include/drawinglayer/processor3d/zbufferprocessor3d.hxx (renamed from drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx)0
-rw-r--r--include/drawinglayer/texture/texture.hxx (renamed from drawinglayer/inc/drawinglayer/texture/texture.hxx)0
-rw-r--r--include/drawinglayer/texture/texture3d.hxx (renamed from drawinglayer/inc/drawinglayer/texture/texture3d.hxx)0
-rw-r--r--include/drawinglayer/tools/converters.hxx (renamed from drawinglayer/inc/drawinglayer/tools/converters.hxx)0
-rw-r--r--include/editeng/AccessibleComponentBase.hxx (renamed from editeng/inc/editeng/AccessibleComponentBase.hxx)0
-rw-r--r--include/editeng/AccessibleContextBase.hxx (renamed from editeng/inc/editeng/AccessibleContextBase.hxx)0
-rw-r--r--include/editeng/AccessibleEditableTextPara.hxx (renamed from editeng/inc/editeng/AccessibleEditableTextPara.hxx)0
-rw-r--r--include/editeng/AccessibleImageBullet.hxx (renamed from editeng/inc/editeng/AccessibleImageBullet.hxx)0
-rw-r--r--include/editeng/AccessibleParaManager.hxx (renamed from editeng/inc/editeng/AccessibleParaManager.hxx)0
-rw-r--r--include/editeng/AccessibleSelectionBase.hxx (renamed from editeng/inc/editeng/AccessibleSelectionBase.hxx)0
-rw-r--r--include/editeng/AccessibleStaticTextBase.hxx (renamed from editeng/inc/editeng/AccessibleStaticTextBase.hxx)0
-rw-r--r--include/editeng/AccessibleStringWrap.hxx (renamed from editeng/inc/editeng/AccessibleStringWrap.hxx)0
-rw-r--r--include/editeng/LatinLookupTree.hxx (renamed from editeng/inc/editeng/LatinLookupTree.hxx)0
-rw-r--r--include/editeng/LatinTreeNode.hxx (renamed from editeng/inc/editeng/LatinTreeNode.hxx)0
-rw-r--r--include/editeng/LookupTree.hxx (renamed from editeng/inc/editeng/LookupTree.hxx)0
-rw-r--r--include/editeng/Node.hxx (renamed from editeng/inc/editeng/Node.hxx)0
-rw-r--r--include/editeng/SpellPortions.hxx (renamed from editeng/inc/editeng/SpellPortions.hxx)0
-rw-r--r--include/editeng/TreeHead.hxx (renamed from editeng/inc/editeng/TreeHead.hxx)0
-rw-r--r--include/editeng/UnoForbiddenCharsTable.hxx (renamed from editeng/inc/editeng/UnoForbiddenCharsTable.hxx)0
-rw-r--r--include/editeng/acorrcfg.hxx (renamed from editeng/inc/editeng/acorrcfg.hxx)0
-rw-r--r--include/editeng/adjustitem.hxx (renamed from editeng/inc/editeng/adjustitem.hxx)0
-rw-r--r--include/editeng/autokernitem.hxx (renamed from editeng/inc/editeng/autokernitem.hxx)0
-rw-r--r--include/editeng/blinkitem.hxx (renamed from editeng/inc/editeng/blinkitem.hxx)0
-rw-r--r--include/editeng/borderline.hxx (renamed from editeng/inc/editeng/borderline.hxx)0
-rw-r--r--include/editeng/boxitem.hxx (renamed from editeng/inc/editeng/boxitem.hxx)0
-rw-r--r--include/editeng/brushitem.hxx (renamed from editeng/inc/editeng/brushitem.hxx)0
-rw-r--r--include/editeng/bulletitem.hxx (renamed from editeng/inc/editeng/bulletitem.hxx)0
-rw-r--r--include/editeng/charhiddenitem.hxx (renamed from editeng/inc/editeng/charhiddenitem.hxx)0
-rw-r--r--include/editeng/charreliefitem.hxx (renamed from editeng/inc/editeng/charreliefitem.hxx)0
-rw-r--r--include/editeng/charrotateitem.hxx (renamed from editeng/inc/editeng/charrotateitem.hxx)0
-rw-r--r--include/editeng/charscaleitem.hxx (renamed from editeng/inc/editeng/charscaleitem.hxx)0
-rw-r--r--include/editeng/charsetcoloritem.hxx (renamed from editeng/inc/editeng/charsetcoloritem.hxx)0
-rw-r--r--include/editeng/cmapitem.hxx (renamed from editeng/inc/editeng/cmapitem.hxx)0
-rw-r--r--include/editeng/colritem.hxx (renamed from editeng/inc/editeng/colritem.hxx)0
-rw-r--r--include/editeng/contouritem.hxx (renamed from editeng/inc/editeng/contouritem.hxx)0
-rw-r--r--include/editeng/crossedoutitem.hxx (renamed from editeng/inc/editeng/crossedoutitem.hxx)0
-rw-r--r--include/editeng/editdata.hxx (renamed from editeng/inc/editeng/editdata.hxx)0
-rw-r--r--include/editeng/editeng.hxx (renamed from editeng/inc/editeng/editeng.hxx)0
-rw-r--r--include/editeng/editengdllapi.h (renamed from editeng/inc/editeng/editengdllapi.h)0
-rw-r--r--include/editeng/editerr.hxx (renamed from editeng/inc/editeng/editerr.hxx)0
-rw-r--r--include/editeng/editids.hrc (renamed from editeng/inc/editeng/editids.hrc)0
-rw-r--r--include/editeng/editobj.hxx (renamed from editeng/inc/editeng/editobj.hxx)0
-rw-r--r--include/editeng/editrids.hrc (renamed from editeng/inc/editeng/editrids.hrc)0
-rw-r--r--include/editeng/editstat.hxx (renamed from editeng/inc/editeng/editstat.hxx)0
-rw-r--r--include/editeng/editund2.hxx (renamed from editeng/inc/editeng/editund2.hxx)0
-rw-r--r--include/editeng/editview.hxx (renamed from editeng/inc/editeng/editview.hxx)0
-rw-r--r--include/editeng/edtdlg.hxx (renamed from editeng/inc/editeng/edtdlg.hxx)0
-rw-r--r--include/editeng/eedata.hxx (renamed from editeng/inc/editeng/eedata.hxx)0
-rw-r--r--include/editeng/eeitem.hxx (renamed from editeng/inc/editeng/eeitem.hxx)0
-rw-r--r--include/editeng/eeitemid.hxx (renamed from editeng/inc/editeng/eeitemid.hxx)0
-rw-r--r--include/editeng/eerdll.hxx (renamed from editeng/inc/editeng/eerdll.hxx)0
-rw-r--r--include/editeng/emphasismarkitem.hxx (renamed from editeng/inc/editeng/emphasismarkitem.hxx)0
-rw-r--r--include/editeng/escapementitem.hxx (renamed from editeng/inc/editeng/escapementitem.hxx)0
-rw-r--r--include/editeng/fhgtitem.hxx (renamed from editeng/inc/editeng/fhgtitem.hxx)0
-rw-r--r--include/editeng/fieldupdater.hxx (renamed from editeng/inc/editeng/fieldupdater.hxx)0
-rw-r--r--include/editeng/flditem.hxx (renamed from editeng/inc/editeng/flditem.hxx)0
-rw-r--r--include/editeng/flstitem.hxx (renamed from editeng/inc/editeng/flstitem.hxx)0
-rw-r--r--include/editeng/fontitem.hxx (renamed from editeng/inc/editeng/fontitem.hxx)0
-rw-r--r--include/editeng/forbiddencharacterstable.hxx (renamed from editeng/inc/editeng/forbiddencharacterstable.hxx)0
-rw-r--r--include/editeng/forbiddenruleitem.hxx (renamed from editeng/inc/editeng/forbiddenruleitem.hxx)0
-rw-r--r--include/editeng/formatbreakitem.hxx (renamed from editeng/inc/editeng/formatbreakitem.hxx)0
-rw-r--r--include/editeng/frmdir.hxx (renamed from editeng/inc/editeng/frmdir.hxx)0
-rw-r--r--include/editeng/frmdiritem.hxx (renamed from editeng/inc/editeng/frmdiritem.hxx)0
-rw-r--r--include/editeng/fwdtitem.hxx (renamed from editeng/inc/editeng/fwdtitem.hxx)0
-rw-r--r--include/editeng/hangulhanja.hxx (renamed from editeng/inc/editeng/hangulhanja.hxx)0
-rw-r--r--include/editeng/hngpnctitem.hxx (renamed from editeng/inc/editeng/hngpnctitem.hxx)0
-rw-r--r--include/editeng/hyphenzoneitem.hxx (renamed from editeng/inc/editeng/hyphenzoneitem.hxx)0
-rw-r--r--include/editeng/itemtype.hxx (renamed from editeng/inc/editeng/itemtype.hxx)0
-rw-r--r--include/editeng/justifyitem.hxx (renamed from editeng/inc/editeng/justifyitem.hxx)0
-rw-r--r--include/editeng/keepitem.hxx (renamed from editeng/inc/editeng/keepitem.hxx)0
-rw-r--r--include/editeng/kernitem.hxx (renamed from editeng/inc/editeng/kernitem.hxx)0
-rw-r--r--include/editeng/langitem.hxx (renamed from editeng/inc/editeng/langitem.hxx)0
-rw-r--r--include/editeng/lcolitem.hxx (renamed from editeng/inc/editeng/lcolitem.hxx)0
-rw-r--r--include/editeng/lineitem.hxx (renamed from editeng/inc/editeng/lineitem.hxx)0
-rw-r--r--include/editeng/lrspitem.hxx (renamed from editeng/inc/editeng/lrspitem.hxx)0
-rw-r--r--include/editeng/lspcitem.hxx (renamed from editeng/inc/editeng/lspcitem.hxx)0
-rw-r--r--include/editeng/macros.hxx (renamed from editeng/inc/editeng/macros.hxx)0
-rw-r--r--include/editeng/measfld.hxx (renamed from editeng/inc/editeng/measfld.hxx)0
-rw-r--r--include/editeng/memberids.hrc (renamed from editeng/inc/editeng/memberids.hrc)0
-rw-r--r--include/editeng/mutxhelp.hxx (renamed from editeng/inc/editeng/mutxhelp.hxx)0
-rw-r--r--include/editeng/nhypitem.hxx (renamed from editeng/inc/editeng/nhypitem.hxx)0
-rw-r--r--include/editeng/nlbkitem.hxx (renamed from editeng/inc/editeng/nlbkitem.hxx)0
-rw-r--r--include/editeng/numdef.hxx (renamed from editeng/inc/editeng/numdef.hxx)0
-rw-r--r--include/editeng/numitem.hxx (renamed from editeng/inc/editeng/numitem.hxx)0
-rw-r--r--include/editeng/opaqitem.hxx (renamed from editeng/inc/editeng/opaqitem.hxx)0
-rw-r--r--include/editeng/optitems.hxx (renamed from editeng/inc/editeng/optitems.hxx)0
-rw-r--r--include/editeng/orphitem.hxx (renamed from editeng/inc/editeng/orphitem.hxx)0
-rw-r--r--include/editeng/outliner.hxx (renamed from editeng/inc/editeng/outliner.hxx)0
-rw-r--r--include/editeng/outlobj.hxx (renamed from editeng/inc/editeng/outlobj.hxx)0
-rw-r--r--include/editeng/paperinf.hxx (renamed from editeng/inc/editeng/paperinf.hxx)0
-rw-r--r--include/editeng/paragraphdata.hxx (renamed from editeng/inc/editeng/paragraphdata.hxx)0
-rw-r--r--include/editeng/paravertalignitem.hxx (renamed from editeng/inc/editeng/paravertalignitem.hxx)0
-rw-r--r--include/editeng/pbinitem.hxx (renamed from editeng/inc/editeng/pbinitem.hxx)0
-rw-r--r--include/editeng/pgrditem.hxx (renamed from editeng/inc/editeng/pgrditem.hxx)0
-rw-r--r--include/editeng/pmdlitem.hxx (renamed from editeng/inc/editeng/pmdlitem.hxx)0
-rw-r--r--include/editeng/postitem.hxx (renamed from editeng/inc/editeng/postitem.hxx)0
-rw-r--r--include/editeng/prntitem.hxx (renamed from editeng/inc/editeng/prntitem.hxx)0
-rw-r--r--include/editeng/protitem.hxx (renamed from editeng/inc/editeng/protitem.hxx)0
-rw-r--r--include/editeng/prszitem.hxx (renamed from editeng/inc/editeng/prszitem.hxx)0
-rw-r--r--include/editeng/rsiditem.hxx (renamed from editeng/inc/editeng/rsiditem.hxx)0
-rw-r--r--include/editeng/scriptspaceitem.hxx (renamed from editeng/inc/editeng/scriptspaceitem.hxx)0
-rw-r--r--include/editeng/scripttypeitem.hxx (renamed from editeng/inc/editeng/scripttypeitem.hxx)0
-rw-r--r--include/editeng/shaditem.hxx (renamed from editeng/inc/editeng/shaditem.hxx)0
-rw-r--r--include/editeng/shdditem.hxx (renamed from editeng/inc/editeng/shdditem.hxx)0
-rw-r--r--include/editeng/sizeitem.hxx (renamed from editeng/inc/editeng/sizeitem.hxx)0
-rw-r--r--include/editeng/spltitem.hxx (renamed from editeng/inc/editeng/spltitem.hxx)0
-rw-r--r--include/editeng/splwrap.hxx (renamed from editeng/inc/editeng/splwrap.hxx)0
-rw-r--r--include/editeng/svxacorr.hxx (renamed from editeng/inc/editeng/svxacorr.hxx)0
-rw-r--r--include/editeng/svxenum.hxx (renamed from editeng/inc/editeng/svxenum.hxx)0
-rw-r--r--include/editeng/svxfont.hxx (renamed from editeng/inc/editeng/svxfont.hxx)0
-rw-r--r--include/editeng/svxrtf.hxx (renamed from editeng/inc/editeng/svxrtf.hxx)0
-rw-r--r--include/editeng/swafopt.hxx (renamed from editeng/inc/editeng/swafopt.hxx)0
-rw-r--r--include/editeng/tstpitem.hxx (renamed from editeng/inc/editeng/tstpitem.hxx)0
-rw-r--r--include/editeng/twolinesitem.hxx (renamed from editeng/inc/editeng/twolinesitem.hxx)0
-rw-r--r--include/editeng/txtrange.hxx (renamed from editeng/inc/editeng/txtrange.hxx)0
-rw-r--r--include/editeng/udlnitem.hxx (renamed from editeng/inc/editeng/udlnitem.hxx)0
-rw-r--r--include/editeng/ulspitem.hxx (renamed from editeng/inc/editeng/ulspitem.hxx)0
-rw-r--r--include/editeng/unoedhlp.hxx (renamed from editeng/inc/editeng/unoedhlp.hxx)0
-rw-r--r--include/editeng/unoedprx.hxx (renamed from editeng/inc/editeng/unoedprx.hxx)0
-rw-r--r--include/editeng/unoedsrc.hxx (renamed from editeng/inc/editeng/unoedsrc.hxx)0
-rw-r--r--include/editeng/unofdesc.hxx (renamed from editeng/inc/editeng/unofdesc.hxx)0
-rw-r--r--include/editeng/unofield.hxx (renamed from editeng/inc/editeng/unofield.hxx)0
-rw-r--r--include/editeng/unofored.hxx (renamed from editeng/inc/editeng/unofored.hxx)0
-rw-r--r--include/editeng/unoforou.hxx (renamed from editeng/inc/editeng/unoforou.hxx)0
-rw-r--r--include/editeng/unoipset.hxx (renamed from editeng/inc/editeng/unoipset.hxx)0
-rw-r--r--include/editeng/unolingu.hxx (renamed from editeng/inc/editeng/unolingu.hxx)0
-rw-r--r--include/editeng/unonames.hxx (renamed from editeng/inc/editeng/unonames.hxx)0
-rw-r--r--include/editeng/unonrule.hxx (renamed from editeng/inc/editeng/unonrule.hxx)0
-rw-r--r--include/editeng/unopracc.hxx (renamed from editeng/inc/editeng/unopracc.hxx)0
-rw-r--r--include/editeng/unoprnms.hxx (renamed from editeng/inc/editeng/unoprnms.hxx)0
-rw-r--r--include/editeng/unotext.hxx (renamed from editeng/inc/editeng/unotext.hxx)0
-rw-r--r--include/editeng/unoviwou.hxx (renamed from editeng/inc/editeng/unoviwou.hxx)0
-rw-r--r--include/editeng/wghtitem.hxx (renamed from editeng/inc/editeng/wghtitem.hxx)0
-rw-r--r--include/editeng/widwitem.hxx (renamed from editeng/inc/editeng/widwitem.hxx)0
-rw-r--r--include/editeng/writingmodeitem.hxx (renamed from editeng/inc/editeng/writingmodeitem.hxx)0
-rw-r--r--include/editeng/wrlmitem.hxx (renamed from editeng/inc/editeng/wrlmitem.hxx)0
-rw-r--r--include/editeng/xmlcnitm.hxx (renamed from editeng/inc/editeng/xmlcnitm.hxx)0
-rw-r--r--include/filter/dllapi.h (renamed from filter/inc/filter/dllapi.h)0
-rw-r--r--include/filter/msfilter/countryid.hxx (renamed from filter/inc/filter/msfilter/countryid.hxx)0
-rw-r--r--include/filter/msfilter/dffpropset.hxx (renamed from filter/inc/filter/msfilter/dffpropset.hxx)0
-rw-r--r--include/filter/msfilter/dffrecordheader.hxx (renamed from filter/inc/filter/msfilter/dffrecordheader.hxx)0
-rw-r--r--include/filter/msfilter/escherex.hxx (renamed from filter/inc/filter/msfilter/escherex.hxx)0
-rw-r--r--include/filter/msfilter/mscodec.hxx (renamed from filter/inc/filter/msfilter/mscodec.hxx)0
-rw-r--r--include/filter/msfilter/msdffimp.hxx (renamed from filter/inc/filter/msfilter/msdffimp.hxx)0
-rw-r--r--include/filter/msfilter/msfilterdllapi.h (renamed from filter/inc/filter/msfilter/msfilterdllapi.h)0
-rw-r--r--include/filter/msfilter/msocximex.hxx (renamed from filter/inc/filter/msfilter/msocximex.hxx)0
-rw-r--r--include/filter/msfilter/msoleexp.hxx (renamed from filter/inc/filter/msfilter/msoleexp.hxx)0
-rw-r--r--include/filter/msfilter/mstoolbar.hxx (renamed from filter/inc/filter/msfilter/mstoolbar.hxx)0
-rw-r--r--include/filter/msfilter/msvbahelper.hxx (renamed from filter/inc/filter/msfilter/msvbahelper.hxx)0
-rw-r--r--include/filter/msfilter/rtfutil.hxx (renamed from filter/inc/filter/msfilter/rtfutil.hxx)0
-rw-r--r--include/filter/msfilter/svdfppt.hxx (renamed from filter/inc/filter/msfilter/svdfppt.hxx)0
-rw-r--r--include/filter/msfilter/svxmsbas.hxx (renamed from filter/inc/filter/msfilter/svxmsbas.hxx)0
-rw-r--r--include/filter/msfilter/util.hxx (renamed from filter/inc/filter/msfilter/util.hxx)0
-rw-r--r--include/formula/ExternalReferenceHelper.hxx (renamed from formula/inc/formula/ExternalReferenceHelper.hxx)0
-rw-r--r--include/formula/FormulaCompiler.hxx (renamed from formula/inc/formula/FormulaCompiler.hxx)0
-rw-r--r--include/formula/FormulaOpCodeMapperObj.hxx (renamed from formula/inc/formula/FormulaOpCodeMapperObj.hxx)0
-rw-r--r--include/formula/IControlReferenceHandler.hxx (renamed from formula/inc/formula/IControlReferenceHandler.hxx)0
-rw-r--r--include/formula/IFunctionDescription.hxx (renamed from formula/inc/formula/IFunctionDescription.hxx)0
-rw-r--r--include/formula/compiler.hrc (renamed from formula/inc/formula/compiler.hrc)0
-rw-r--r--include/formula/errorcodes.hxx (renamed from formula/inc/formula/errorcodes.hxx)0
-rw-r--r--include/formula/formdata.hxx (renamed from formula/inc/formula/formdata.hxx)0
-rw-r--r--include/formula/formula.hxx (renamed from formula/inc/formula/formula.hxx)0
-rw-r--r--include/formula/formuladllapi.h (renamed from formula/inc/formula/formuladllapi.h)0
-rw-r--r--include/formula/formulahelper.hxx (renamed from formula/inc/formula/formulahelper.hxx)0
-rw-r--r--include/formula/funcutl.hxx (renamed from formula/inc/formula/funcutl.hxx)0
-rw-r--r--include/formula/grammar.hxx (renamed from formula/inc/formula/grammar.hxx)0
-rw-r--r--include/formula/omoduleclient.hxx (renamed from formula/inc/formula/omoduleclient.hxx)0
-rw-r--r--include/formula/opcode.hxx (renamed from formula/inc/formula/opcode.hxx)0
-rw-r--r--include/formula/token.hxx (renamed from formula/inc/formula/token.hxx)0
-rw-r--r--include/formula/tokenarray.hxx (renamed from formula/inc/formula/tokenarray.hxx)0
-rw-r--r--include/framework/actiontriggerhelper.hxx (renamed from framework/inc/framework/actiontriggerhelper.hxx)0
-rw-r--r--include/framework/addonmenu.hxx (renamed from framework/inc/framework/addonmenu.hxx)0
-rw-r--r--include/framework/addonsoptions.hxx (renamed from framework/inc/framework/addonsoptions.hxx)0
-rw-r--r--include/framework/bmkmenu.hxx (renamed from framework/inc/framework/bmkmenu.hxx)0
-rw-r--r--include/framework/configimporter.hxx (renamed from framework/inc/framework/configimporter.hxx)0
-rw-r--r--include/framework/documentundoguard.hxx (renamed from framework/inc/framework/documentundoguard.hxx)0
-rw-r--r--include/framework/eventsconfiguration.hxx (renamed from framework/inc/framework/eventsconfiguration.hxx)0
-rw-r--r--include/framework/framelistanalyzer.hxx (renamed from framework/inc/framework/framelistanalyzer.hxx)0
-rw-r--r--include/framework/fwedllapi.h (renamed from framework/inc/framework/fwedllapi.h)0
-rw-r--r--include/framework/iguard.hxx (renamed from framework/inc/framework/iguard.hxx)0
-rw-r--r--include/framework/imageproducer.hxx (renamed from framework/inc/framework/imageproducer.hxx)0
-rw-r--r--include/framework/imutex.hxx (renamed from framework/inc/framework/imutex.hxx)0
-rw-r--r--include/framework/interaction.hxx (renamed from framework/inc/framework/interaction.hxx)0
-rw-r--r--include/framework/menuconfiguration.hxx (renamed from framework/inc/framework/menuconfiguration.hxx)0
-rw-r--r--include/framework/menuextensionsupplier.hxx (renamed from framework/inc/framework/menuextensionsupplier.hxx)0
-rw-r--r--include/framework/preventduplicateinteraction.hxx (renamed from framework/inc/framework/preventduplicateinteraction.hxx)0
-rw-r--r--include/framework/sfxhelperfunctions.hxx (renamed from framework/inc/framework/sfxhelperfunctions.hxx)0
-rw-r--r--include/framework/statusbarconfiguration.hxx (renamed from framework/inc/framework/statusbarconfiguration.hxx)0
-rw-r--r--include/framework/titlehelper.hxx (renamed from framework/inc/framework/titlehelper.hxx)0
-rw-r--r--include/framework/toolboxconfiguration.hxx (renamed from framework/inc/framework/toolboxconfiguration.hxx)0
-rw-r--r--include/framework/undomanagerhelper.hxx (renamed from framework/inc/framework/undomanagerhelper.hxx)0
-rw-r--r--include/i18nlangtag/i18nlangtagdllapi.h (renamed from i18nlangtag/inc/i18nlangtag/i18nlangtagdllapi.h)0
-rw-r--r--include/i18nlangtag/lang.h (renamed from i18nlangtag/inc/i18nlangtag/lang.h)0
-rw-r--r--include/i18nlangtag/languagetag.hxx (renamed from i18nlangtag/inc/i18nlangtag/languagetag.hxx)0
-rw-r--r--include/i18nlangtag/mslangid.hxx (renamed from i18nlangtag/inc/i18nlangtag/mslangid.hxx)0
-rw-r--r--include/i18nutil/casefolding.hxx (renamed from i18nutil/inc/i18nutil/casefolding.hxx)0
-rw-r--r--include/i18nutil/i18nutildllapi.h (renamed from i18nutil/inc/i18nutil/i18nutildllapi.h)0
-rw-r--r--include/i18nutil/oneToOneMapping.hxx (renamed from i18nutil/inc/i18nutil/oneToOneMapping.hxx)0
-rw-r--r--include/i18nutil/paper.hxx (renamed from i18nutil/inc/i18nutil/paper.hxx)0
-rw-r--r--include/i18nutil/scripttypedetector.hxx (renamed from i18nutil/inc/i18nutil/scripttypedetector.hxx)0
-rw-r--r--include/i18nutil/unicode.hxx (renamed from i18nutil/inc/i18nutil/unicode.hxx)0
-rw-r--r--include/i18nutil/widthfolding.hxx (renamed from i18nutil/inc/i18nutil/widthfolding.hxx)0
-rw-r--r--include/jvmaccess/classpath.hxx (renamed from jvmaccess/inc/jvmaccess/classpath.hxx)0
-rw-r--r--include/jvmaccess/jvmaccessdllapi.h (renamed from jvmaccess/inc/jvmaccess/jvmaccessdllapi.h)0
-rw-r--r--include/jvmaccess/unovirtualmachine.hxx (renamed from jvmaccess/inc/jvmaccess/unovirtualmachine.hxx)0
-rw-r--r--include/jvmaccess/virtualmachine.hxx (renamed from jvmaccess/inc/jvmaccess/virtualmachine.hxx)0
-rw-r--r--include/jvmfwk/framework.h (renamed from jvmfwk/inc/jvmfwk/framework.h)0
-rw-r--r--include/jvmfwk/jvmfwkdllapi.h (renamed from jvmfwk/inc/jvmfwk/jvmfwkdllapi.h)0
-rw-r--r--include/jvmfwk/jvmfwkplugindllapi.h (renamed from jvmfwk/inc/jvmfwk/jvmfwkplugindllapi.h)0
-rw-r--r--include/jvmfwk/vendorplugin.h (renamed from jvmfwk/inc/jvmfwk/vendorplugin.h)0
-rw-r--r--include/linguistic/hyphdta.hxx (renamed from linguistic/inc/linguistic/hyphdta.hxx)0
-rw-r--r--include/linguistic/lngdllapi.h (renamed from linguistic/inc/linguistic/lngdllapi.h)0
-rw-r--r--include/linguistic/lngprophelp.hxx (renamed from linguistic/inc/linguistic/lngprophelp.hxx)0
-rw-r--r--include/linguistic/lngprops.hxx (renamed from linguistic/inc/linguistic/lngprops.hxx)0
-rw-r--r--include/linguistic/misc.hxx (renamed from linguistic/inc/linguistic/misc.hxx)0
-rw-r--r--include/linguistic/spelldta.hxx (renamed from linguistic/inc/linguistic/spelldta.hxx)0
-rw-r--r--include/o3tl/compat_functional.hxx (renamed from o3tl/inc/o3tl/compat_functional.hxx)0
-rw-r--r--include/o3tl/cow_wrapper.hxx (renamed from o3tl/inc/o3tl/cow_wrapper.hxx)0
-rw-r--r--include/o3tl/heap_ptr.hxx (renamed from o3tl/inc/o3tl/heap_ptr.hxx)0
-rw-r--r--include/o3tl/lazy_update.hxx (renamed from o3tl/inc/o3tl/lazy_update.hxx)0
-rw-r--r--include/o3tl/range.hxx (renamed from o3tl/inc/o3tl/range.hxx)0
-rw-r--r--include/o3tl/sorted_vector.hxx (renamed from o3tl/inc/o3tl/sorted_vector.hxx)0
-rw-r--r--include/o3tl/vector_pool.hxx (renamed from o3tl/inc/o3tl/vector_pool.hxx)0
-rw-r--r--include/oox/core/binarycodec.hxx (renamed from oox/inc/oox/core/binarycodec.hxx)0
-rw-r--r--include/oox/core/contexthandler.hxx (renamed from oox/inc/oox/core/contexthandler.hxx)0
-rw-r--r--include/oox/core/contexthandler2.hxx (renamed from oox/inc/oox/core/contexthandler2.hxx)0
-rw-r--r--include/oox/core/fastparser.hxx (renamed from oox/inc/oox/core/fastparser.hxx)0
-rw-r--r--include/oox/core/fasttokenhandler.hxx (renamed from oox/inc/oox/core/fasttokenhandler.hxx)0
-rw-r--r--include/oox/core/filterbase.hxx (renamed from oox/inc/oox/core/filterbase.hxx)0
-rw-r--r--include/oox/core/filterdetect.hxx (renamed from oox/inc/oox/core/filterdetect.hxx)0
-rw-r--r--include/oox/core/fragmenthandler.hxx (renamed from oox/inc/oox/core/fragmenthandler.hxx)0
-rw-r--r--include/oox/core/fragmenthandler2.hxx (renamed from oox/inc/oox/core/fragmenthandler2.hxx)0
-rw-r--r--include/oox/core/recordparser.hxx (renamed from oox/inc/oox/core/recordparser.hxx)0
-rw-r--r--include/oox/core/relations.hxx (renamed from oox/inc/oox/core/relations.hxx)0
-rw-r--r--include/oox/core/relationshandler.hxx (renamed from oox/inc/oox/core/relationshandler.hxx)0
-rw-r--r--include/oox/core/xmlfilterbase.hxx (renamed from oox/inc/oox/core/xmlfilterbase.hxx)0
-rw-r--r--include/oox/dllapi.h (renamed from oox/inc/oox/dllapi.h)0
-rw-r--r--include/oox/drawingml/chart/axiscontext.hxx (renamed from oox/inc/oox/drawingml/chart/axiscontext.hxx)0
-rw-r--r--include/oox/drawingml/chart/axisconverter.hxx (renamed from oox/inc/oox/drawingml/chart/axisconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/axismodel.hxx (renamed from oox/inc/oox/drawingml/chart/axismodel.hxx)0
-rw-r--r--include/oox/drawingml/chart/chartcontextbase.hxx (renamed from oox/inc/oox/drawingml/chart/chartcontextbase.hxx)0
-rw-r--r--include/oox/drawingml/chart/chartconverter.hxx (renamed from oox/inc/oox/drawingml/chart/chartconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/chartdrawingfragment.hxx (renamed from oox/inc/oox/drawingml/chart/chartdrawingfragment.hxx)0
-rw-r--r--include/oox/drawingml/chart/chartspaceconverter.hxx (renamed from oox/inc/oox/drawingml/chart/chartspaceconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/chartspacefragment.hxx (renamed from oox/inc/oox/drawingml/chart/chartspacefragment.hxx)0
-rw-r--r--include/oox/drawingml/chart/chartspacemodel.hxx (renamed from oox/inc/oox/drawingml/chart/chartspacemodel.hxx)0
-rw-r--r--include/oox/drawingml/chart/converterbase.hxx (renamed from oox/inc/oox/drawingml/chart/converterbase.hxx)0
-rw-r--r--include/oox/drawingml/chart/datasourcecontext.hxx (renamed from oox/inc/oox/drawingml/chart/datasourcecontext.hxx)0
-rw-r--r--include/oox/drawingml/chart/datasourceconverter.hxx (renamed from oox/inc/oox/drawingml/chart/datasourceconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/datasourcemodel.hxx (renamed from oox/inc/oox/drawingml/chart/datasourcemodel.hxx)0
-rw-r--r--include/oox/drawingml/chart/modelbase.hxx (renamed from oox/inc/oox/drawingml/chart/modelbase.hxx)0
-rw-r--r--include/oox/drawingml/chart/objectformatter.hxx (renamed from oox/inc/oox/drawingml/chart/objectformatter.hxx)0
-rw-r--r--include/oox/drawingml/chart/plotareacontext.hxx (renamed from oox/inc/oox/drawingml/chart/plotareacontext.hxx)0
-rw-r--r--include/oox/drawingml/chart/plotareaconverter.hxx (renamed from oox/inc/oox/drawingml/chart/plotareaconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/plotareamodel.hxx (renamed from oox/inc/oox/drawingml/chart/plotareamodel.hxx)0
-rw-r--r--include/oox/drawingml/chart/seriescontext.hxx (renamed from oox/inc/oox/drawingml/chart/seriescontext.hxx)0
-rw-r--r--include/oox/drawingml/chart/seriesconverter.hxx (renamed from oox/inc/oox/drawingml/chart/seriesconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/seriesmodel.hxx (renamed from oox/inc/oox/drawingml/chart/seriesmodel.hxx)0
-rw-r--r--include/oox/drawingml/chart/titlecontext.hxx (renamed from oox/inc/oox/drawingml/chart/titlecontext.hxx)0
-rw-r--r--include/oox/drawingml/chart/titleconverter.hxx (renamed from oox/inc/oox/drawingml/chart/titleconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/titlemodel.hxx (renamed from oox/inc/oox/drawingml/chart/titlemodel.hxx)0
-rw-r--r--include/oox/drawingml/chart/typegroupcontext.hxx (renamed from oox/inc/oox/drawingml/chart/typegroupcontext.hxx)0
-rw-r--r--include/oox/drawingml/chart/typegroupconverter.hxx (renamed from oox/inc/oox/drawingml/chart/typegroupconverter.hxx)0
-rw-r--r--include/oox/drawingml/chart/typegroupmodel.hxx (renamed from oox/inc/oox/drawingml/chart/typegroupmodel.hxx)0
-rw-r--r--include/oox/drawingml/clrscheme.hxx (renamed from oox/inc/oox/drawingml/clrscheme.hxx)0
-rw-r--r--include/oox/drawingml/clrschemecontext.hxx (renamed from oox/inc/oox/drawingml/clrschemecontext.hxx)0
-rw-r--r--include/oox/drawingml/color.hxx (renamed from oox/inc/oox/drawingml/color.hxx)0
-rw-r--r--include/oox/drawingml/colorchoicecontext.hxx (renamed from oox/inc/oox/drawingml/colorchoicecontext.hxx)0
-rw-r--r--include/oox/drawingml/connectorshapecontext.hxx (renamed from oox/inc/oox/drawingml/connectorshapecontext.hxx)0
-rw-r--r--include/oox/drawingml/customshapegeometry.hxx (renamed from oox/inc/oox/drawingml/customshapegeometry.hxx)0
-rw-r--r--include/oox/drawingml/customshapeproperties.hxx (renamed from oox/inc/oox/drawingml/customshapeproperties.hxx)0
-rw-r--r--include/oox/drawingml/diagram/diagram.hxx (renamed from oox/inc/oox/drawingml/diagram/diagram.hxx)0
-rw-r--r--include/oox/drawingml/drawingmltypes.hxx (renamed from oox/inc/oox/drawingml/drawingmltypes.hxx)0
-rw-r--r--include/oox/drawingml/effectproperties.hxx (renamed from oox/inc/oox/drawingml/effectproperties.hxx)0
-rw-r--r--include/oox/drawingml/effectpropertiescontext.hxx (renamed from oox/inc/oox/drawingml/effectpropertiescontext.hxx)0
-rw-r--r--include/oox/drawingml/embeddedwavaudiofile.hxx (renamed from oox/inc/oox/drawingml/embeddedwavaudiofile.hxx)0
-rw-r--r--include/oox/drawingml/fillproperties.hxx (renamed from oox/inc/oox/drawingml/fillproperties.hxx)0
-rw-r--r--include/oox/drawingml/fillpropertiesgroupcontext.hxx (renamed from oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx)0
-rw-r--r--include/oox/drawingml/graphicshapecontext.hxx (renamed from oox/inc/oox/drawingml/graphicshapecontext.hxx)0
-rw-r--r--include/oox/drawingml/guidcontext.hxx (renamed from oox/inc/oox/drawingml/guidcontext.hxx)0
-rw-r--r--include/oox/drawingml/lineproperties.hxx (renamed from oox/inc/oox/drawingml/lineproperties.hxx)0
-rw-r--r--include/oox/drawingml/linepropertiescontext.hxx (renamed from oox/inc/oox/drawingml/linepropertiescontext.hxx)0
-rw-r--r--include/oox/drawingml/objectdefaultcontext.hxx (renamed from oox/inc/oox/drawingml/objectdefaultcontext.hxx)0
-rw-r--r--include/oox/drawingml/scene3dcontext.hxx (renamed from oox/inc/oox/drawingml/scene3dcontext.hxx)0
-rw-r--r--include/oox/drawingml/shape.hxx (renamed from oox/inc/oox/drawingml/shape.hxx)0
-rw-r--r--include/oox/drawingml/shape3dproperties.hxx (renamed from oox/inc/oox/drawingml/shape3dproperties.hxx)0
-rw-r--r--include/oox/drawingml/shapecontext.hxx (renamed from oox/inc/oox/drawingml/shapecontext.hxx)0
-rw-r--r--include/oox/drawingml/shapegroupcontext.hxx (renamed from oox/inc/oox/drawingml/shapegroupcontext.hxx)0
-rw-r--r--include/oox/drawingml/shapepropertiescontext.hxx (renamed from oox/inc/oox/drawingml/shapepropertiescontext.hxx)0
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx (renamed from oox/inc/oox/drawingml/shapepropertymap.hxx)0
-rw-r--r--include/oox/drawingml/shapestylecontext.hxx (renamed from oox/inc/oox/drawingml/shapestylecontext.hxx)0
-rw-r--r--include/oox/drawingml/spdefcontext.hxx (renamed from oox/inc/oox/drawingml/spdefcontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablebackgroundstylecontext.hxx (renamed from oox/inc/oox/drawingml/table/tablebackgroundstylecontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablecell.hxx (renamed from oox/inc/oox/drawingml/table/tablecell.hxx)0
-rw-r--r--include/oox/drawingml/table/tablecellcontext.hxx (renamed from oox/inc/oox/drawingml/table/tablecellcontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablecontext.hxx (renamed from oox/inc/oox/drawingml/table/tablecontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablepartstylecontext.hxx (renamed from oox/inc/oox/drawingml/table/tablepartstylecontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tableproperties.hxx (renamed from oox/inc/oox/drawingml/table/tableproperties.hxx)0
-rw-r--r--include/oox/drawingml/table/tablerow.hxx (renamed from oox/inc/oox/drawingml/table/tablerow.hxx)0
-rw-r--r--include/oox/drawingml/table/tablerowcontext.hxx (renamed from oox/inc/oox/drawingml/table/tablerowcontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestyle.hxx (renamed from oox/inc/oox/drawingml/table/tablestyle.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestylecellstylecontext.hxx (renamed from oox/inc/oox/drawingml/table/tablestylecellstylecontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestylecontext.hxx (renamed from oox/inc/oox/drawingml/table/tablestylecontext.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestylelist.hxx (renamed from oox/inc/oox/drawingml/table/tablestylelist.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestylelistfragmenthandler.hxx (renamed from oox/inc/oox/drawingml/table/tablestylelistfragmenthandler.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestylepart.hxx (renamed from oox/inc/oox/drawingml/table/tablestylepart.hxx)0
-rw-r--r--include/oox/drawingml/table/tablestyletextstylecontext.hxx (renamed from oox/inc/oox/drawingml/table/tablestyletextstylecontext.hxx)0
-rw-r--r--include/oox/drawingml/textbody.hxx (renamed from oox/inc/oox/drawingml/textbody.hxx)0
-rw-r--r--include/oox/drawingml/textbodycontext.hxx (renamed from oox/inc/oox/drawingml/textbodycontext.hxx)0
-rw-r--r--include/oox/drawingml/textbodyproperties.hxx (renamed from oox/inc/oox/drawingml/textbodyproperties.hxx)0
-rw-r--r--include/oox/drawingml/textbodypropertiescontext.hxx (renamed from oox/inc/oox/drawingml/textbodypropertiescontext.hxx)0
-rw-r--r--include/oox/drawingml/textcharacterproperties.hxx (renamed from oox/inc/oox/drawingml/textcharacterproperties.hxx)0
-rw-r--r--include/oox/drawingml/textcharacterpropertiescontext.hxx (renamed from oox/inc/oox/drawingml/textcharacterpropertiescontext.hxx)0
-rw-r--r--include/oox/drawingml/textfield.hxx (renamed from oox/inc/oox/drawingml/textfield.hxx)0
-rw-r--r--include/oox/drawingml/textfieldcontext.hxx (renamed from oox/inc/oox/drawingml/textfieldcontext.hxx)0
-rw-r--r--include/oox/drawingml/textfont.hxx (renamed from oox/inc/oox/drawingml/textfont.hxx)0
-rw-r--r--include/oox/drawingml/textliststyle.hxx (renamed from oox/inc/oox/drawingml/textliststyle.hxx)0
-rw-r--r--include/oox/drawingml/textliststylecontext.hxx (renamed from oox/inc/oox/drawingml/textliststylecontext.hxx)0
-rw-r--r--include/oox/drawingml/textparagraph.hxx (renamed from oox/inc/oox/drawingml/textparagraph.hxx)0
-rw-r--r--include/oox/drawingml/textparagraphproperties.hxx (renamed from oox/inc/oox/drawingml/textparagraphproperties.hxx)0
-rw-r--r--include/oox/drawingml/textparagraphpropertiescontext.hxx (renamed from oox/inc/oox/drawingml/textparagraphpropertiescontext.hxx)0
-rw-r--r--include/oox/drawingml/textrun.hxx (renamed from oox/inc/oox/drawingml/textrun.hxx)0
-rw-r--r--include/oox/drawingml/textspacing.hxx (renamed from oox/inc/oox/drawingml/textspacing.hxx)0
-rw-r--r--include/oox/drawingml/theme.hxx (renamed from oox/inc/oox/drawingml/theme.hxx)0
-rw-r--r--include/oox/drawingml/themeelementscontext.hxx (renamed from oox/inc/oox/drawingml/themeelementscontext.hxx)0
-rw-r--r--include/oox/drawingml/themefragmenthandler.hxx (renamed from oox/inc/oox/drawingml/themefragmenthandler.hxx)0
-rw-r--r--include/oox/drawingml/transform2dcontext.hxx (renamed from oox/inc/oox/drawingml/transform2dcontext.hxx)0
-rw-r--r--include/oox/dump/dffdumper.hxx (renamed from oox/inc/oox/dump/dffdumper.hxx)0
-rw-r--r--include/oox/dump/dumperbase.hxx (renamed from oox/inc/oox/dump/dumperbase.hxx)0
-rw-r--r--include/oox/dump/oledumper.hxx (renamed from oox/inc/oox/dump/oledumper.hxx)0
-rw-r--r--include/oox/dump/pptxdumper.hxx (renamed from oox/inc/oox/dump/pptxdumper.hxx)0
-rw-r--r--include/oox/dump/xlsbdumper.hxx (renamed from oox/inc/oox/dump/xlsbdumper.hxx)0
-rw-r--r--include/oox/export/chartexport.hxx (renamed from oox/inc/oox/export/chartexport.hxx)0
-rw-r--r--include/oox/export/drawingml.hxx (renamed from oox/inc/oox/export/drawingml.hxx)0
-rw-r--r--include/oox/export/shapes.hxx (renamed from oox/inc/oox/export/shapes.hxx)0
-rw-r--r--include/oox/export/utils.hxx (renamed from oox/inc/oox/export/utils.hxx)0
-rw-r--r--include/oox/export/vmlexport.hxx (renamed from oox/inc/oox/export/vmlexport.hxx)0
-rw-r--r--include/oox/helper/attributelist.hxx (renamed from oox/inc/oox/helper/attributelist.hxx)0
-rw-r--r--include/oox/helper/binaryinputstream.hxx (renamed from oox/inc/oox/helper/binaryinputstream.hxx)0
-rw-r--r--include/oox/helper/binaryoutputstream.hxx (renamed from oox/inc/oox/helper/binaryoutputstream.hxx)0
-rw-r--r--include/oox/helper/binarystreambase.hxx (renamed from oox/inc/oox/helper/binarystreambase.hxx)0
-rw-r--r--include/oox/helper/containerhelper.hxx (renamed from oox/inc/oox/helper/containerhelper.hxx)0
-rw-r--r--include/oox/helper/graphichelper.hxx (renamed from oox/inc/oox/helper/graphichelper.hxx)0
-rw-r--r--include/oox/helper/helper.hxx (renamed from oox/inc/oox/helper/helper.hxx)0
-rw-r--r--include/oox/helper/modelobjecthelper.hxx (renamed from oox/inc/oox/helper/modelobjecthelper.hxx)0
-rw-r--r--include/oox/helper/progressbar.hxx (renamed from oox/inc/oox/helper/progressbar.hxx)0
-rw-r--r--include/oox/helper/propertymap.hxx (renamed from oox/inc/oox/helper/propertymap.hxx)0
-rw-r--r--include/oox/helper/propertyset.hxx (renamed from oox/inc/oox/helper/propertyset.hxx)0
-rw-r--r--include/oox/helper/refmap.hxx (renamed from oox/inc/oox/helper/refmap.hxx)0
-rw-r--r--include/oox/helper/refvector.hxx (renamed from oox/inc/oox/helper/refvector.hxx)0
-rw-r--r--include/oox/helper/storagebase.hxx (renamed from oox/inc/oox/helper/storagebase.hxx)0
-rw-r--r--include/oox/helper/textinputstream.hxx (renamed from oox/inc/oox/helper/textinputstream.hxx)0
-rw-r--r--include/oox/helper/zipstorage.hxx (renamed from oox/inc/oox/helper/zipstorage.hxx)0
-rw-r--r--include/oox/mathml/export.hxx (renamed from oox/inc/oox/mathml/export.hxx)0
-rw-r--r--include/oox/mathml/import.hxx (renamed from oox/inc/oox/mathml/import.hxx)0
-rw-r--r--include/oox/mathml/importutils.hxx (renamed from oox/inc/oox/mathml/importutils.hxx)0
-rw-r--r--include/oox/ole/axbinaryreader.hxx (renamed from oox/inc/oox/ole/axbinaryreader.hxx)0
-rw-r--r--include/oox/ole/axbinarywriter.hxx (renamed from oox/inc/oox/ole/axbinarywriter.hxx)0
-rw-r--r--include/oox/ole/axcontrol.hxx (renamed from oox/inc/oox/ole/axcontrol.hxx)0
-rw-r--r--include/oox/ole/axcontrolfragment.hxx (renamed from oox/inc/oox/ole/axcontrolfragment.hxx)0
-rw-r--r--include/oox/ole/axfontdata.hxx (renamed from oox/inc/oox/ole/axfontdata.hxx)0
-rw-r--r--include/oox/ole/olehelper.hxx (renamed from oox/inc/oox/ole/olehelper.hxx)0
-rw-r--r--include/oox/ole/oleobjecthelper.hxx (renamed from oox/inc/oox/ole/oleobjecthelper.hxx)0
-rw-r--r--include/oox/ole/olestorage.hxx (renamed from oox/inc/oox/ole/olestorage.hxx)0
-rw-r--r--include/oox/ole/vbacontrol.hxx (renamed from oox/inc/oox/ole/vbacontrol.hxx)0
-rw-r--r--include/oox/ole/vbahelper.hxx (renamed from oox/inc/oox/ole/vbahelper.hxx)0
-rw-r--r--include/oox/ole/vbainputstream.hxx (renamed from oox/inc/oox/ole/vbainputstream.hxx)0
-rw-r--r--include/oox/ole/vbamodule.hxx (renamed from oox/inc/oox/ole/vbamodule.hxx)0
-rw-r--r--include/oox/ole/vbaproject.hxx (renamed from oox/inc/oox/ole/vbaproject.hxx)0
-rw-r--r--include/oox/ppt/animationspersist.hxx (renamed from oox/inc/oox/ppt/animationspersist.hxx)0
-rw-r--r--include/oox/ppt/backgroundproperties.hxx (renamed from oox/inc/oox/ppt/backgroundproperties.hxx)0
-rw-r--r--include/oox/ppt/comments.hxx (renamed from oox/inc/oox/ppt/comments.hxx)0
-rw-r--r--include/oox/ppt/customshowlistcontext.hxx (renamed from oox/inc/oox/ppt/customshowlistcontext.hxx)0
-rw-r--r--include/oox/ppt/dgmimport.hxx (renamed from oox/inc/oox/ppt/dgmimport.hxx)0
-rw-r--r--include/oox/ppt/dgmlayout.hxx (renamed from oox/inc/oox/ppt/dgmlayout.hxx)0
-rw-r--r--include/oox/ppt/headerfooter.hxx (renamed from oox/inc/oox/ppt/headerfooter.hxx)0
-rw-r--r--include/oox/ppt/layoutfragmenthandler.hxx (renamed from oox/inc/oox/ppt/layoutfragmenthandler.hxx)0
-rw-r--r--include/oox/ppt/pptgraphicshapecontext.hxx (renamed from oox/inc/oox/ppt/pptgraphicshapecontext.hxx)0
-rw-r--r--include/oox/ppt/pptimport.hxx (renamed from oox/inc/oox/ppt/pptimport.hxx)0
-rw-r--r--include/oox/ppt/pptshape.hxx (renamed from oox/inc/oox/ppt/pptshape.hxx)0
-rw-r--r--include/oox/ppt/pptshapecontext.hxx (renamed from oox/inc/oox/ppt/pptshapecontext.hxx)0
-rw-r--r--include/oox/ppt/pptshapegroupcontext.hxx (renamed from oox/inc/oox/ppt/pptshapegroupcontext.hxx)0
-rw-r--r--include/oox/ppt/pptshapepropertiescontext.hxx (renamed from oox/inc/oox/ppt/pptshapepropertiescontext.hxx)0
-rw-r--r--include/oox/ppt/presentationfragmenthandler.hxx (renamed from oox/inc/oox/ppt/presentationfragmenthandler.hxx)0
-rw-r--r--include/oox/ppt/slidefragmenthandler.hxx (renamed from oox/inc/oox/ppt/slidefragmenthandler.hxx)0
-rw-r--r--include/oox/ppt/slidemastertextstylescontext.hxx (renamed from oox/inc/oox/ppt/slidemastertextstylescontext.hxx)0
-rw-r--r--include/oox/ppt/slidepersist.hxx (renamed from oox/inc/oox/ppt/slidepersist.hxx)0
-rw-r--r--include/oox/ppt/slidetimingcontext.hxx (renamed from oox/inc/oox/ppt/slidetimingcontext.hxx)0
-rw-r--r--include/oox/ppt/slidetransition.hxx (renamed from oox/inc/oox/ppt/slidetransition.hxx)0
-rw-r--r--include/oox/ppt/slidetransitioncontext.hxx (renamed from oox/inc/oox/ppt/slidetransitioncontext.hxx)0
-rw-r--r--include/oox/ppt/soundactioncontext.hxx (renamed from oox/inc/oox/ppt/soundactioncontext.hxx)0
-rw-r--r--include/oox/ppt/timenode.hxx (renamed from oox/inc/oox/ppt/timenode.hxx)0
-rw-r--r--include/oox/ppt/timenodelistcontext.hxx (renamed from oox/inc/oox/ppt/timenodelistcontext.hxx)0
-rw-r--r--include/oox/token/namespacemap.hxx (renamed from oox/inc/oox/token/namespacemap.hxx)0
-rw-r--r--include/oox/token/propertynames.hxx (renamed from oox/inc/oox/token/propertynames.hxx)0
-rw-r--r--include/oox/token/tokenmap.hxx (renamed from oox/inc/oox/token/tokenmap.hxx)0
-rw-r--r--include/oox/vml/vmldrawing.hxx (renamed from oox/inc/oox/vml/vmldrawing.hxx)0
-rw-r--r--include/oox/vml/vmldrawingfragment.hxx (renamed from oox/inc/oox/vml/vmldrawingfragment.hxx)0
-rw-r--r--include/oox/vml/vmlformatting.hxx (renamed from oox/inc/oox/vml/vmlformatting.hxx)0
-rw-r--r--include/oox/vml/vmlinputstream.hxx (renamed from oox/inc/oox/vml/vmlinputstream.hxx)0
-rw-r--r--include/oox/vml/vmlshape.hxx (renamed from oox/inc/oox/vml/vmlshape.hxx)0
-rw-r--r--include/oox/vml/vmlshapecontainer.hxx (renamed from oox/inc/oox/vml/vmlshapecontainer.hxx)0
-rw-r--r--include/oox/vml/vmlshapecontext.hxx (renamed from oox/inc/oox/vml/vmlshapecontext.hxx)0
-rw-r--r--include/oox/vml/vmltextbox.hxx (renamed from oox/inc/oox/vml/vmltextbox.hxx)0
-rw-r--r--include/oox/vml/vmltextboxcontext.hxx (renamed from oox/inc/oox/vml/vmltextboxcontext.hxx)0
-rw-r--r--include/package/Deflater.hxx (renamed from package/inc/package/Deflater.hxx)0
-rw-r--r--include/package/Inflater.hxx (renamed from package/inc/package/Inflater.hxx)0
-rw-r--r--include/package/packagedllapi.hxx (renamed from package/inc/package/packagedllapi.hxx)0
-rw-r--r--include/registry/reader.h (renamed from registry/inc/registry/reader.h)0
-rw-r--r--include/registry/reader.hxx (renamed from registry/inc/registry/reader.hxx)0
-rw-r--r--include/registry/reflread.hxx (renamed from registry/inc/registry/reflread.hxx)0
-rw-r--r--include/registry/refltype.hxx (renamed from registry/inc/registry/refltype.hxx)0
-rw-r--r--include/registry/reflwrit.hxx (renamed from registry/inc/registry/reflwrit.hxx)0
-rw-r--r--include/registry/regdllapi.h (renamed from registry/inc/registry/regdllapi.h)0
-rw-r--r--include/registry/registry.h (renamed from registry/inc/registry/registry.h)0
-rw-r--r--include/registry/registry.hxx (renamed from registry/inc/registry/registry.hxx)0
-rw-r--r--include/registry/regtype.h (renamed from registry/inc/registry/regtype.h)0
-rw-r--r--include/registry/types.h (renamed from registry/inc/registry/types.h)0
-rw-r--r--include/registry/version.h (renamed from registry/inc/registry/version.h)0
-rw-r--r--include/registry/writer.h (renamed from registry/inc/registry/writer.h)0
-rw-r--r--include/registry/writer.hxx (renamed from registry/inc/registry/writer.hxx)0
-rw-r--r--include/rsc/rsc-vcl-shared-types.hxx (renamed from rsc/inc/rsc/rsc-vcl-shared-types.hxx)0
-rw-r--r--include/rsc/rscsfx.hxx (renamed from rsc/inc/rsc/rscsfx.hxx)0
-rw-r--r--include/sax/fastattribs.hxx (renamed from sax/inc/sax/fastattribs.hxx)0
-rw-r--r--include/sax/fshelper.hxx (renamed from sax/inc/sax/fshelper.hxx)0
-rw-r--r--include/sax/saxdllapi.h (renamed from sax/inc/sax/saxdllapi.h)0
-rw-r--r--include/sax/tools/converter.hxx (renamed from sax/inc/sax/tools/converter.hxx)0
-rw-r--r--include/sax/tools/documenthandleradapter.hxx (renamed from sax/inc/sax/tools/documenthandleradapter.hxx)0
-rw-r--r--include/sfx2/DocumentMetadataAccess.hxx (renamed from sfx2/inc/sfx2/DocumentMetadataAccess.hxx)0
-rw-r--r--include/sfx2/Metadatable.hxx (renamed from sfx2/inc/sfx2/Metadatable.hxx)0
-rw-r--r--include/sfx2/QuerySaveDocument.hxx (renamed from sfx2/inc/sfx2/QuerySaveDocument.hxx)0
-rw-r--r--include/sfx2/XmlIdRegistry.hxx (renamed from sfx2/inc/sfx2/XmlIdRegistry.hxx)0
-rw-r--r--include/sfx2/app.hxx (renamed from sfx2/inc/sfx2/app.hxx)0
-rw-r--r--include/sfx2/appuno.hxx (renamed from sfx2/inc/sfx2/appuno.hxx)0
-rw-r--r--include/sfx2/basedlgs.hxx (renamed from sfx2/inc/sfx2/basedlgs.hxx)0
-rw-r--r--include/sfx2/bindings.hxx (renamed from sfx2/inc/sfx2/bindings.hxx)0
-rw-r--r--include/sfx2/brokenpackageint.hxx (renamed from sfx2/inc/sfx2/brokenpackageint.hxx)0
-rw-r--r--include/sfx2/chalign.hxx (renamed from sfx2/inc/sfx2/chalign.hxx)0
-rw-r--r--include/sfx2/checkin.hxx (renamed from sfx2/inc/sfx2/checkin.hxx)0
-rw-r--r--include/sfx2/childwin.hxx (renamed from sfx2/inc/sfx2/childwin.hxx)0
-rw-r--r--include/sfx2/cntids.hrc (renamed from sfx2/inc/sfx2/cntids.hrc)0
-rw-r--r--include/sfx2/controlwrapper.hxx (renamed from sfx2/inc/sfx2/controlwrapper.hxx)0
-rw-r--r--include/sfx2/ctrlitem.hxx (renamed from sfx2/inc/sfx2/ctrlitem.hxx)0
-rw-r--r--include/sfx2/dialogs.hrc (renamed from sfx2/inc/sfx2/dialogs.hrc)0
-rw-r--r--include/sfx2/dinfdlg.hxx (renamed from sfx2/inc/sfx2/dinfdlg.hxx)0
-rw-r--r--include/sfx2/dinfedt.hxx (renamed from sfx2/inc/sfx2/dinfedt.hxx)0
-rw-r--r--include/sfx2/dispatch.hxx (renamed from sfx2/inc/sfx2/dispatch.hxx)0
-rw-r--r--include/sfx2/dllapi.h (renamed from sfx2/inc/sfx2/dllapi.h)0
-rw-r--r--include/sfx2/docfac.hxx (renamed from sfx2/inc/sfx2/docfac.hxx)0
-rw-r--r--include/sfx2/docfile.hxx (renamed from sfx2/inc/sfx2/docfile.hxx)0
-rw-r--r--include/sfx2/docfilt.hxx (renamed from sfx2/inc/sfx2/docfilt.hxx)0
-rw-r--r--include/sfx2/docinf.hxx (renamed from sfx2/inc/sfx2/docinf.hxx)0
-rw-r--r--include/sfx2/docinsert.hxx (renamed from sfx2/inc/sfx2/docinsert.hxx)0
-rw-r--r--include/sfx2/dockwin.hxx (renamed from sfx2/inc/sfx2/dockwin.hxx)0
-rw-r--r--include/sfx2/docmacromode.hxx (renamed from sfx2/inc/sfx2/docmacromode.hxx)0
-rw-r--r--include/sfx2/docstoragemodifylistener.hxx (renamed from sfx2/inc/sfx2/docstoragemodifylistener.hxx)0
-rw-r--r--include/sfx2/doctempl.hxx (renamed from sfx2/inc/sfx2/doctempl.hxx)0
-rw-r--r--include/sfx2/event.hxx (renamed from sfx2/inc/sfx2/event.hxx)0
-rw-r--r--include/sfx2/evntconf.hxx (renamed from sfx2/inc/sfx2/evntconf.hxx)0
-rw-r--r--include/sfx2/fcontnr.hxx (renamed from sfx2/inc/sfx2/fcontnr.hxx)0
-rw-r--r--include/sfx2/filedlghelper.hxx (renamed from sfx2/inc/sfx2/filedlghelper.hxx)0
-rw-r--r--include/sfx2/frame.hxx (renamed from sfx2/inc/sfx2/frame.hxx)0
-rw-r--r--include/sfx2/frmdescr.hxx (renamed from sfx2/inc/sfx2/frmdescr.hxx)0
-rw-r--r--include/sfx2/frmhtml.hxx (renamed from sfx2/inc/sfx2/frmhtml.hxx)0
-rw-r--r--include/sfx2/frmhtmlw.hxx (renamed from sfx2/inc/sfx2/frmhtmlw.hxx)0
-rw-r--r--include/sfx2/genlink.hxx (renamed from sfx2/inc/sfx2/genlink.hxx)0
-rw-r--r--include/sfx2/hintpost.hxx (renamed from sfx2/inc/sfx2/hintpost.hxx)0
-rw-r--r--include/sfx2/htmlmode.hxx (renamed from sfx2/inc/sfx2/htmlmode.hxx)0
-rw-r--r--include/sfx2/imagemgr.hxx (renamed from sfx2/inc/sfx2/imagemgr.hxx)0
-rw-r--r--include/sfx2/imgmgr.hxx (renamed from sfx2/inc/sfx2/imgmgr.hxx)0
-rw-r--r--include/sfx2/infobar.hxx (renamed from sfx2/inc/sfx2/infobar.hxx)0
-rw-r--r--include/sfx2/ipclient.hxx (renamed from sfx2/inc/sfx2/ipclient.hxx)0
-rw-r--r--include/sfx2/itemconnect.hxx (renamed from sfx2/inc/sfx2/itemconnect.hxx)0
-rw-r--r--include/sfx2/itemwrapper.hxx (renamed from sfx2/inc/sfx2/itemwrapper.hxx)0
-rw-r--r--include/sfx2/linkmgr.hxx (renamed from sfx2/inc/sfx2/linkmgr.hxx)0
-rw-r--r--include/sfx2/linksrc.hxx (renamed from sfx2/inc/sfx2/linksrc.hxx)0
-rw-r--r--include/sfx2/lnkbase.hxx (renamed from sfx2/inc/sfx2/lnkbase.hxx)0
-rw-r--r--include/sfx2/macropg.hxx (renamed from sfx2/inc/sfx2/macropg.hxx)0
-rw-r--r--include/sfx2/mailmodelapi.hxx (renamed from sfx2/inc/sfx2/mailmodelapi.hxx)0
-rw-r--r--include/sfx2/mgetempl.hxx (renamed from sfx2/inc/sfx2/mgetempl.hxx)0
-rw-r--r--include/sfx2/mieclip.hxx (renamed from sfx2/inc/sfx2/mieclip.hxx)0
-rw-r--r--include/sfx2/minfitem.hxx (renamed from sfx2/inc/sfx2/minfitem.hxx)0
-rw-r--r--include/sfx2/mnuitem.hxx (renamed from sfx2/inc/sfx2/mnuitem.hxx)0
-rw-r--r--include/sfx2/mnumgr.hxx (renamed from sfx2/inc/sfx2/mnumgr.hxx)0
-rw-r--r--include/sfx2/module.hxx (renamed from sfx2/inc/sfx2/module.hxx)0
-rw-r--r--include/sfx2/msg.hxx (renamed from sfx2/inc/sfx2/msg.hxx)0
-rw-r--r--include/sfx2/msgpool.hxx (renamed from sfx2/inc/sfx2/msgpool.hxx)0
-rw-r--r--include/sfx2/navigat.hxx (renamed from sfx2/inc/sfx2/navigat.hxx)0
-rw-r--r--include/sfx2/new.hxx (renamed from sfx2/inc/sfx2/new.hxx)0
-rw-r--r--include/sfx2/newstyle.hxx (renamed from sfx2/inc/sfx2/newstyle.hxx)0
-rw-r--r--include/sfx2/objface.hxx (renamed from sfx2/inc/sfx2/objface.hxx)0
-rw-r--r--include/sfx2/objitem.hxx (renamed from sfx2/inc/sfx2/objitem.hxx)0
-rw-r--r--include/sfx2/objsh.hxx (renamed from sfx2/inc/sfx2/objsh.hxx)0
-rw-r--r--include/sfx2/opengrf.hxx (renamed from sfx2/inc/sfx2/opengrf.hxx)0
-rw-r--r--include/sfx2/passwd.hxx (renamed from sfx2/inc/sfx2/passwd.hxx)0
-rw-r--r--include/sfx2/printer.hxx (renamed from sfx2/inc/sfx2/printer.hxx)0
-rw-r--r--include/sfx2/printopt.hxx (renamed from sfx2/inc/sfx2/printopt.hxx)0
-rw-r--r--include/sfx2/prnmon.hxx (renamed from sfx2/inc/sfx2/prnmon.hxx)0
-rw-r--r--include/sfx2/progress.hxx (renamed from sfx2/inc/sfx2/progress.hxx)0
-rw-r--r--include/sfx2/querystatus.hxx (renamed from sfx2/inc/sfx2/querystatus.hxx)0
-rw-r--r--include/sfx2/request.hxx (renamed from sfx2/inc/sfx2/request.hxx)0
-rw-r--r--include/sfx2/securitypage.hxx (renamed from sfx2/inc/sfx2/securitypage.hxx)0
-rw-r--r--include/sfx2/sfx.hrc (renamed from sfx2/inc/sfx2/sfx.hrc)0
-rw-r--r--include/sfx2/sfxbasecontroller.hxx (renamed from sfx2/inc/sfx2/sfxbasecontroller.hxx)0
-rw-r--r--include/sfx2/sfxbasemodel.hxx (renamed from sfx2/inc/sfx2/sfxbasemodel.hxx)0
-rw-r--r--include/sfx2/sfxcommands.h (renamed from sfx2/inc/sfx2/sfxcommands.h)0
-rw-r--r--include/sfx2/sfxdefs.hxx (renamed from sfx2/inc/sfx2/sfxdefs.hxx)0
-rw-r--r--include/sfx2/sfxdlg.hxx (renamed from sfx2/inc/sfx2/sfxdlg.hxx)0
-rw-r--r--include/sfx2/sfxhelp.hxx (renamed from sfx2/inc/sfx2/sfxhelp.hxx)0
-rw-r--r--include/sfx2/sfxhtml.hxx (renamed from sfx2/inc/sfx2/sfxhtml.hxx)0
-rw-r--r--include/sfx2/sfxmodelfactory.hxx (renamed from sfx2/inc/sfx2/sfxmodelfactory.hxx)0
-rw-r--r--include/sfx2/sfxresid.hxx (renamed from sfx2/inc/sfx2/sfxresid.hxx)0
-rw-r--r--include/sfx2/sfxsids.hrc (renamed from sfx2/inc/sfx2/sfxsids.hrc)0
-rw-r--r--include/sfx2/sfxstatuslistener.hxx (renamed from sfx2/inc/sfx2/sfxstatuslistener.hxx)0
-rw-r--r--include/sfx2/sfxuno.hxx (renamed from sfx2/inc/sfx2/sfxuno.hxx)0
-rw-r--r--include/sfx2/shell.hxx (renamed from sfx2/inc/sfx2/shell.hxx)0
-rw-r--r--include/sfx2/signaturestate.hxx (renamed from sfx2/inc/sfx2/signaturestate.hxx)0
-rw-r--r--include/sfx2/stbitem.hxx (renamed from sfx2/inc/sfx2/stbitem.hxx)0
-rw-r--r--include/sfx2/styfitem.hxx (renamed from sfx2/inc/sfx2/styfitem.hxx)0
-rw-r--r--include/sfx2/styledlg.hxx (renamed from sfx2/inc/sfx2/styledlg.hxx)0
-rw-r--r--include/sfx2/tabdlg.hxx (renamed from sfx2/inc/sfx2/tabdlg.hxx)0
-rw-r--r--include/sfx2/tabpage.hrc (renamed from sfx2/inc/sfx2/tabpage.hrc)0
-rw-r--r--include/sfx2/taskpane.hxx (renamed from sfx2/inc/sfx2/taskpane.hxx)0
-rw-r--r--include/sfx2/tbxctrl.hxx (renamed from sfx2/inc/sfx2/tbxctrl.hxx)0
-rw-r--r--include/sfx2/templateabstractview.hxx (renamed from sfx2/inc/sfx2/templateabstractview.hxx)0
-rw-r--r--include/sfx2/templatecontaineritem.hxx (renamed from sfx2/inc/sfx2/templatecontaineritem.hxx)0
-rw-r--r--include/sfx2/templateinfodlg.hxx (renamed from sfx2/inc/sfx2/templateinfodlg.hxx)0
-rw-r--r--include/sfx2/templatelocalview.hxx (renamed from sfx2/inc/sfx2/templatelocalview.hxx)0
-rw-r--r--include/sfx2/templatelocnames.hrc (renamed from sfx2/inc/sfx2/templatelocnames.hrc)0
-rw-r--r--include/sfx2/templateproperties.hxx (renamed from sfx2/inc/sfx2/templateproperties.hxx)0
-rw-r--r--include/sfx2/templateremoteview.hxx (renamed from sfx2/inc/sfx2/templateremoteview.hxx)0
-rw-r--r--include/sfx2/templaterepository.hxx (renamed from sfx2/inc/sfx2/templaterepository.hxx)0
-rw-r--r--include/sfx2/templateviewitem.hxx (renamed from sfx2/inc/sfx2/templateviewitem.hxx)0
-rw-r--r--include/sfx2/templdlg.hxx (renamed from sfx2/inc/sfx2/templdlg.hxx)0
-rw-r--r--include/sfx2/thumbnailview.hxx (renamed from sfx2/inc/sfx2/thumbnailview.hxx)0
-rw-r--r--include/sfx2/thumbnailviewitem.hxx (renamed from sfx2/inc/sfx2/thumbnailviewitem.hxx)0
-rw-r--r--include/sfx2/titledockwin.hxx (renamed from sfx2/inc/sfx2/titledockwin.hxx)0
-rw-r--r--include/sfx2/tplpitem.hxx (renamed from sfx2/inc/sfx2/tplpitem.hxx)0
-rw-r--r--include/sfx2/unoctitm.hxx (renamed from sfx2/inc/sfx2/unoctitm.hxx)0
-rw-r--r--include/sfx2/userinputinterception.hxx (renamed from sfx2/inc/sfx2/userinputinterception.hxx)0
-rw-r--r--include/sfx2/viewfac.hxx (renamed from sfx2/inc/sfx2/viewfac.hxx)0
-rw-r--r--include/sfx2/viewfrm.hxx (renamed from sfx2/inc/sfx2/viewfrm.hxx)0
-rw-r--r--include/sfx2/viewsh.hxx (renamed from sfx2/inc/sfx2/viewsh.hxx)0
-rw-r--r--include/sfx2/zoomitem.hxx (renamed from sfx2/inc/sfx2/zoomitem.hxx)0
-rw-r--r--include/shell/kde_headers.h (renamed from shell/inc/shell/kde_headers.h)0
-rw-r--r--include/shell/tde_defines.h (renamed from shell/inc/shell/tde_defines.h)0
-rw-r--r--include/shell/tde_headers.h (renamed from shell/inc/shell/tde_headers.h)0
-rw-r--r--include/sot/exchange.hxx (renamed from sot/inc/sot/exchange.hxx)0
-rw-r--r--include/sot/factory.hxx (renamed from sot/inc/sot/factory.hxx)0
-rw-r--r--include/sot/filelist.hxx (renamed from sot/inc/sot/filelist.hxx)0
-rw-r--r--include/sot/formats.hxx (renamed from sot/inc/sot/formats.hxx)0
-rw-r--r--include/sot/object.hxx (renamed from sot/inc/sot/object.hxx)0
-rw-r--r--include/sot/sotdata.hxx (renamed from sot/inc/sot/sotdata.hxx)0
-rw-r--r--include/sot/sotdllapi.h (renamed from sot/inc/sot/sotdllapi.h)0
-rw-r--r--include/sot/stg.hxx (renamed from sot/inc/sot/stg.hxx)0
-rw-r--r--include/sot/storage.hxx (renamed from sot/inc/sot/storage.hxx)0
-rw-r--r--include/sot/storinfo.hxx (renamed from sot/inc/sot/storinfo.hxx)0
-rw-r--r--include/store/store.h (renamed from store/inc/store/store.h)0
-rw-r--r--include/store/store.hxx (renamed from store/inc/store/store.hxx)0
-rw-r--r--include/store/storedllapi.h (renamed from store/inc/store/storedllapi.h)0
-rw-r--r--include/store/types.h (renamed from store/inc/store/types.h)0
-rw-r--r--include/svl/PasswordHelper.hxx (renamed from svl/inc/svl/PasswordHelper.hxx)0
-rw-r--r--include/svl/adrparse.hxx (renamed from svl/inc/svl/adrparse.hxx)0
-rw-r--r--include/svl/aeitem.hxx (renamed from svl/inc/svl/aeitem.hxx)0
-rw-r--r--include/svl/asiancfg.hxx (renamed from svl/inc/svl/asiancfg.hxx)0
-rw-r--r--include/svl/brdcst.hxx (renamed from svl/inc/svl/brdcst.hxx)0
-rw-r--r--include/svl/broadcast.hxx (renamed from svl/inc/svl/broadcast.hxx)0
-rw-r--r--include/svl/cenumitm.hxx (renamed from svl/inc/svl/cenumitm.hxx)0
-rw-r--r--include/svl/cintitem.hxx (renamed from svl/inc/svl/cintitem.hxx)0
-rw-r--r--include/svl/cjkoptions.hxx (renamed from svl/inc/svl/cjkoptions.hxx)0
-rw-r--r--include/svl/cntwall.hxx (renamed from svl/inc/svl/cntwall.hxx)0
-rw-r--r--include/svl/cntwids.hrc (renamed from svl/inc/svl/cntwids.hrc)0
-rw-r--r--include/svl/converter.hxx (renamed from svl/inc/svl/converter.hxx)0
-rw-r--r--include/svl/ctloptions.hxx (renamed from svl/inc/svl/ctloptions.hxx)0
-rw-r--r--include/svl/ctypeitm.hxx (renamed from svl/inc/svl/ctypeitm.hxx)0
-rw-r--r--include/svl/custritm.hxx (renamed from svl/inc/svl/custritm.hxx)0
-rw-r--r--include/svl/dateitem.hxx (renamed from svl/inc/svl/dateitem.hxx)0
-rw-r--r--include/svl/documentlockfile.hxx (renamed from svl/inc/svl/documentlockfile.hxx)0
-rw-r--r--include/svl/eitem.hxx (renamed from svl/inc/svl/eitem.hxx)0
-rw-r--r--include/svl/filenotation.hxx (renamed from svl/inc/svl/filenotation.hxx)0
-rw-r--r--include/svl/filerec.hxx (renamed from svl/inc/svl/filerec.hxx)0
-rw-r--r--include/svl/flagitem.hxx (renamed from svl/inc/svl/flagitem.hxx)0
-rw-r--r--include/svl/folderrestriction.hxx (renamed from svl/inc/svl/folderrestriction.hxx)0
-rw-r--r--include/svl/fstathelper.hxx (renamed from svl/inc/svl/fstathelper.hxx)0
-rw-r--r--include/svl/globalnameitem.hxx (renamed from svl/inc/svl/globalnameitem.hxx)0
-rw-r--r--include/svl/hint.hxx (renamed from svl/inc/svl/hint.hxx)0
-rw-r--r--include/svl/ilstitem.hxx (renamed from svl/inc/svl/ilstitem.hxx)0
-rw-r--r--include/svl/imageitm.hxx (renamed from svl/inc/svl/imageitm.hxx)0
-rw-r--r--include/svl/inethist.hxx (renamed from svl/inc/svl/inethist.hxx)0
-rw-r--r--include/svl/inettype.hxx (renamed from svl/inc/svl/inettype.hxx)0
-rw-r--r--include/svl/instrm.hxx (renamed from svl/inc/svl/instrm.hxx)0
-rw-r--r--include/svl/intitem.hxx (renamed from svl/inc/svl/intitem.hxx)0
-rw-r--r--include/svl/isethint.hxx (renamed from svl/inc/svl/isethint.hxx)0
-rw-r--r--include/svl/itemiter.hxx (renamed from svl/inc/svl/itemiter.hxx)0
-rw-r--r--include/svl/itempool.hxx (renamed from svl/inc/svl/itempool.hxx)0
-rw-r--r--include/svl/itemprop.hxx (renamed from svl/inc/svl/itemprop.hxx)0
-rw-r--r--include/svl/itemset.hxx (renamed from svl/inc/svl/itemset.hxx)0
-rw-r--r--include/svl/languageoptions.hxx (renamed from svl/inc/svl/languageoptions.hxx)0
-rw-r--r--include/svl/lckbitem.hxx (renamed from svl/inc/svl/lckbitem.hxx)0
-rw-r--r--include/svl/listener.hxx (renamed from svl/inc/svl/listener.hxx)0
-rw-r--r--include/svl/listeneriter.hxx (renamed from svl/inc/svl/listeneriter.hxx)0
-rw-r--r--include/svl/lngmisc.hxx (renamed from svl/inc/svl/lngmisc.hxx)0
-rw-r--r--include/svl/lockfilecommon.hxx (renamed from svl/inc/svl/lockfilecommon.hxx)0
-rw-r--r--include/svl/lstner.hxx (renamed from svl/inc/svl/lstner.hxx)0
-rw-r--r--include/svl/macitem.hxx (renamed from svl/inc/svl/macitem.hxx)0
-rw-r--r--include/svl/mailenum.hxx (renamed from svl/inc/svl/mailenum.hxx)0
-rw-r--r--include/svl/memberid.hrc (renamed from svl/inc/svl/memberid.hrc)0
-rw-r--r--include/svl/metitem.hxx (renamed from svl/inc/svl/metitem.hxx)0
-rw-r--r--include/svl/nfkeytab.hxx (renamed from svl/inc/svl/nfkeytab.hxx)0
-rw-r--r--include/svl/nfsymbol.hxx (renamed from svl/inc/svl/nfsymbol.hxx)0
-rw-r--r--include/svl/nfversi.hxx (renamed from svl/inc/svl/nfversi.hxx)0
-rw-r--r--include/svl/nranges.hxx (renamed from svl/inc/svl/nranges.hxx)0
-rw-r--r--include/svl/numuno.hxx (renamed from svl/inc/svl/numuno.hxx)0
-rw-r--r--include/svl/ondemand.hxx (renamed from svl/inc/svl/ondemand.hxx)0
-rw-r--r--include/svl/outstrm.hxx (renamed from svl/inc/svl/outstrm.hxx)0
-rw-r--r--include/svl/ownlist.hxx (renamed from svl/inc/svl/ownlist.hxx)0
-rw-r--r--include/svl/pickerhistoryaccess.hxx (renamed from svl/inc/svl/pickerhistoryaccess.hxx)0
-rw-r--r--include/svl/poolcach.hxx (renamed from svl/inc/svl/poolcach.hxx)0
-rw-r--r--include/svl/poolitem.hxx (renamed from svl/inc/svl/poolitem.hxx)0
-rw-r--r--include/svl/ptitem.hxx (renamed from svl/inc/svl/ptitem.hxx)0
-rw-r--r--include/svl/rectitem.hxx (renamed from svl/inc/svl/rectitem.hxx)0
-rw-r--r--include/svl/restrictedpaths.hxx (renamed from svl/inc/svl/restrictedpaths.hxx)0
-rw-r--r--include/svl/rngitem.hxx (renamed from svl/inc/svl/rngitem.hxx)0
-rw-r--r--include/svl/sfontitm.hxx (renamed from svl/inc/svl/sfontitm.hxx)0
-rw-r--r--include/svl/sharecontrolfile.hxx (renamed from svl/inc/svl/sharecontrolfile.hxx)0
-rw-r--r--include/svl/slstitm.hxx (renamed from svl/inc/svl/slstitm.hxx)0
-rw-r--r--include/svl/smplhint.hxx (renamed from svl/inc/svl/smplhint.hxx)0
-rw-r--r--include/svl/solar.hrc (renamed from svl/inc/svl/solar.hrc)0
-rw-r--r--include/svl/srchdefs.hxx (renamed from svl/inc/svl/srchdefs.hxx)0
-rw-r--r--include/svl/srchitem.hxx (renamed from svl/inc/svl/srchitem.hxx)0
-rw-r--r--include/svl/stritem.hxx (renamed from svl/inc/svl/stritem.hxx)0
-rw-r--r--include/svl/strmadpt.hxx (renamed from svl/inc/svl/strmadpt.hxx)0
-rw-r--r--include/svl/style.hrc (renamed from svl/inc/svl/style.hrc)0
-rw-r--r--include/svl/style.hxx (renamed from svl/inc/svl/style.hxx)0
-rw-r--r--include/svl/stylepool.hxx (renamed from svl/inc/svl/stylepool.hxx)0
-rw-r--r--include/svl/stylesheetuser.hxx (renamed from svl/inc/svl/stylesheetuser.hxx)0
-rw-r--r--include/svl/svdde.hxx (renamed from svl/inc/svl/svdde.hxx)0
-rw-r--r--include/svl/svl.hrc (renamed from svl/inc/svl/svl.hrc)0
-rw-r--r--include/svl/svldllapi.h (renamed from svl/inc/svl/svldllapi.h)0
-rw-r--r--include/svl/szitem.hxx (renamed from svl/inc/svl/szitem.hxx)0
-rw-r--r--include/svl/undo.hxx (renamed from svl/inc/svl/undo.hxx)0
-rw-r--r--include/svl/urihelper.hxx (renamed from svl/inc/svl/urihelper.hxx)0
-rw-r--r--include/svl/urlbmk.hxx (renamed from svl/inc/svl/urlbmk.hxx)0
-rw-r--r--include/svl/urlfilter.hxx (renamed from svl/inc/svl/urlfilter.hxx)0
-rw-r--r--include/svl/visitem.hxx (renamed from svl/inc/svl/visitem.hxx)0
-rw-r--r--include/svl/whiter.hxx (renamed from svl/inc/svl/whiter.hxx)0
-rw-r--r--include/svl/xmlement.hxx (renamed from svl/inc/svl/xmlement.hxx)0
-rw-r--r--include/svl/zforlist.hxx (renamed from svl/inc/svl/zforlist.hxx)0
-rw-r--r--include/svl/zformat.hxx (renamed from svl/inc/svl/zformat.hxx)0
-rw-r--r--include/svtools/AccessibleBrowseBoxObjType.hxx (renamed from svtools/inc/svtools/AccessibleBrowseBoxObjType.hxx)0
-rw-r--r--include/svtools/DocumentInfoPreview.hxx (renamed from svtools/inc/svtools/DocumentInfoPreview.hxx)0
-rw-r--r--include/svtools/DocumentToGraphicRenderer.hxx (renamed from svtools/inc/svtools/DocumentToGraphicRenderer.hxx)0
-rw-r--r--include/svtools/GraphicExportOptionsDialog.hxx (renamed from svtools/inc/svtools/GraphicExportOptionsDialog.hxx)0
-rw-r--r--include/svtools/PlaceEditDialog.hxx (renamed from svtools/inc/svtools/PlaceEditDialog.hxx)0
-rw-r--r--include/svtools/QueryFolderName.hxx (renamed from svtools/inc/svtools/QueryFolderName.hxx)0
-rw-r--r--include/svtools/ServerDetailsControls.hxx (renamed from svtools/inc/svtools/ServerDetailsControls.hxx)0
-rw-r--r--include/svtools/acceleratorexecute.hxx (renamed from svtools/inc/svtools/acceleratorexecute.hxx)0
-rw-r--r--include/svtools/accessibilityoptions.hxx (renamed from svtools/inc/svtools/accessibilityoptions.hxx)0
-rw-r--r--include/svtools/accessiblefactory.hxx (renamed from svtools/inc/svtools/accessiblefactory.hxx)0
-rw-r--r--include/svtools/accessibletable.hxx (renamed from svtools/inc/svtools/accessibletable.hxx)0
-rw-r--r--include/svtools/accessibletableprovider.hxx (renamed from svtools/inc/svtools/accessibletableprovider.hxx)0
-rw-r--r--include/svtools/addresstemplate.hxx (renamed from svtools/inc/svtools/addresstemplate.hxx)0
-rw-r--r--include/svtools/apearcfg.hxx (renamed from svtools/inc/svtools/apearcfg.hxx)0
-rw-r--r--include/svtools/asynclink.hxx (renamed from svtools/inc/svtools/asynclink.hxx)0
-rw-r--r--include/svtools/bindablecontrolhelper.hxx (renamed from svtools/inc/svtools/bindablecontrolhelper.hxx)0
-rw-r--r--include/svtools/borderhelper.hxx (renamed from svtools/inc/svtools/borderhelper.hxx)0
-rw-r--r--include/svtools/brwbox.hxx (renamed from svtools/inc/svtools/brwbox.hxx)0
-rw-r--r--include/svtools/brwhead.hxx (renamed from svtools/inc/svtools/brwhead.hxx)0
-rw-r--r--include/svtools/calendar.hxx (renamed from svtools/inc/svtools/calendar.hxx)0
-rw-r--r--include/svtools/cliplistener.hxx (renamed from svtools/inc/svtools/cliplistener.hxx)0
-rw-r--r--include/svtools/collatorres.hxx (renamed from svtools/inc/svtools/collatorres.hxx)0
-rw-r--r--include/svtools/colorcfg.hxx (renamed from svtools/inc/svtools/colorcfg.hxx)0
-rw-r--r--include/svtools/colrdlg.hxx (renamed from svtools/inc/svtools/colrdlg.hxx)0
-rw-r--r--include/svtools/contextmenuhelper.hxx (renamed from svtools/inc/svtools/contextmenuhelper.hxx)0
-rw-r--r--include/svtools/controldims.hrc (renamed from svtools/inc/svtools/controldims.hrc)0
-rw-r--r--include/svtools/ctrlbox.hxx (renamed from svtools/inc/svtools/ctrlbox.hxx)0
-rw-r--r--include/svtools/ctrltool.hxx (renamed from svtools/inc/svtools/ctrltool.hxx)0
-rw-r--r--include/svtools/dialogclosedlistener.hxx (renamed from svtools/inc/svtools/dialogclosedlistener.hxx)0
-rw-r--r--include/svtools/dialogcontrolling.hxx (renamed from svtools/inc/svtools/dialogcontrolling.hxx)0
-rw-r--r--include/svtools/editbrowsebox.hxx (renamed from svtools/inc/svtools/editbrowsebox.hxx)0
-rw-r--r--include/svtools/editimplementation.hxx (renamed from svtools/inc/svtools/editimplementation.hxx)0
-rw-r--r--include/svtools/editsyntaxhighlighter.hxx (renamed from svtools/inc/svtools/editsyntaxhighlighter.hxx)0
-rw-r--r--include/svtools/ehdl.hxx (renamed from svtools/inc/svtools/ehdl.hxx)0
-rw-r--r--include/svtools/embedhlp.hxx (renamed from svtools/inc/svtools/embedhlp.hxx)0
-rw-r--r--include/svtools/embedtransfer.hxx (renamed from svtools/inc/svtools/embedtransfer.hxx)0
-rw-r--r--include/svtools/extcolorcfg.hxx (renamed from svtools/inc/svtools/extcolorcfg.hxx)0
-rw-r--r--include/svtools/extensionlistbox.hxx (renamed from svtools/inc/svtools/extensionlistbox.hxx)0
-rw-r--r--include/svtools/filechangedchecker.hxx (renamed from svtools/inc/svtools/filechangedchecker.hxx)0
-rw-r--r--include/svtools/filectrl.hxx (renamed from svtools/inc/svtools/filectrl.hxx)0
-rw-r--r--include/svtools/filedlg2.hrc (renamed from svtools/inc/svtools/filedlg2.hrc)0
-rw-r--r--include/svtools/fileurlbox.hxx (renamed from svtools/inc/svtools/fileurlbox.hxx)0
-rw-r--r--include/svtools/fileview.hxx (renamed from svtools/inc/svtools/fileview.hxx)0
-rw-r--r--include/svtools/fmtfield.hxx (renamed from svtools/inc/svtools/fmtfield.hxx)0
-rw-r--r--include/svtools/fontsubstconfig.hxx (renamed from svtools/inc/svtools/fontsubstconfig.hxx)0
-rw-r--r--include/svtools/framestatuslistener.hxx (renamed from svtools/inc/svtools/framestatuslistener.hxx)0
-rw-r--r--include/svtools/generictoolboxcontroller.hxx (renamed from svtools/inc/svtools/generictoolboxcontroller.hxx)0
-rw-r--r--include/svtools/genericunodialog.hxx (renamed from svtools/inc/svtools/genericunodialog.hxx)0
-rw-r--r--include/svtools/grfmgr.hxx (renamed from svtools/inc/svtools/grfmgr.hxx)0
-rw-r--r--include/svtools/headbar.hxx (renamed from svtools/inc/svtools/headbar.hxx)0
-rw-r--r--include/svtools/helpid.hrc (renamed from svtools/inc/svtools/helpid.hrc)0
-rw-r--r--include/svtools/helpopt.hxx (renamed from svtools/inc/svtools/helpopt.hxx)0
-rw-r--r--include/svtools/htmlcfg.hxx (renamed from svtools/inc/svtools/htmlcfg.hxx)0
-rw-r--r--include/svtools/htmlkywd.hxx (renamed from svtools/inc/svtools/htmlkywd.hxx)0
-rw-r--r--include/svtools/htmlout.hxx (renamed from svtools/inc/svtools/htmlout.hxx)0
-rw-r--r--include/svtools/htmltokn.h (renamed from svtools/inc/svtools/htmltokn.h)0
-rw-r--r--include/svtools/hyperlabel.hxx (renamed from svtools/inc/svtools/hyperlabel.hxx)0
-rw-r--r--include/svtools/imagemgr.hrc (renamed from svtools/inc/svtools/imagemgr.hrc)0
-rw-r--r--include/svtools/imagemgr.hxx (renamed from svtools/inc/svtools/imagemgr.hxx)0
-rw-r--r--include/svtools/imageresourceaccess.hxx (renamed from svtools/inc/svtools/imageresourceaccess.hxx)0
-rw-r--r--include/svtools/imap.hxx (renamed from svtools/inc/svtools/imap.hxx)0
-rw-r--r--include/svtools/imapcirc.hxx (renamed from svtools/inc/svtools/imapcirc.hxx)0
-rw-r--r--include/svtools/imapobj.hxx (renamed from svtools/inc/svtools/imapobj.hxx)0
-rw-r--r--include/svtools/imappoly.hxx (renamed from svtools/inc/svtools/imappoly.hxx)0
-rw-r--r--include/svtools/imaprect.hxx (renamed from svtools/inc/svtools/imaprect.hxx)0
-rw-r--r--include/svtools/imgdef.hxx (renamed from svtools/inc/svtools/imgdef.hxx)0
-rw-r--r--include/svtools/indexentryres.hxx (renamed from svtools/inc/svtools/indexentryres.hxx)0
-rw-r--r--include/svtools/inetimg.hxx (renamed from svtools/inc/svtools/inetimg.hxx)0
-rw-r--r--include/svtools/inettbc.hxx (renamed from svtools/inc/svtools/inettbc.hxx)0
-rw-r--r--include/svtools/insdlg.hxx (renamed from svtools/inc/svtools/insdlg.hxx)0
-rw-r--r--include/svtools/itemdel.hxx (renamed from svtools/inc/svtools/itemdel.hxx)0
-rw-r--r--include/svtools/ivctrl.hxx (renamed from svtools/inc/svtools/ivctrl.hxx)0
-rw-r--r--include/svtools/javacontext.hxx (renamed from svtools/inc/svtools/javacontext.hxx)0
-rw-r--r--include/svtools/javainteractionhandler.hxx (renamed from svtools/inc/svtools/javainteractionhandler.hxx)0
-rw-r--r--include/svtools/langhelp.hxx (renamed from svtools/inc/svtools/langhelp.hxx)0
-rw-r--r--include/svtools/langtab.hxx (renamed from svtools/inc/svtools/langtab.hxx)0
-rw-r--r--include/svtools/localresaccess.hxx (renamed from svtools/inc/svtools/localresaccess.hxx)0
-rw-r--r--include/svtools/menuoptions.hxx (renamed from svtools/inc/svtools/menuoptions.hxx)0
-rw-r--r--include/svtools/miscopt.hxx (renamed from svtools/inc/svtools/miscopt.hxx)0
-rw-r--r--include/svtools/optionsdrawinglayer.hxx (renamed from svtools/inc/svtools/optionsdrawinglayer.hxx)0
-rw-r--r--include/svtools/parhtml.hxx (renamed from svtools/inc/svtools/parhtml.hxx)0
-rw-r--r--include/svtools/parrtf.hxx (renamed from svtools/inc/svtools/parrtf.hxx)0
-rw-r--r--include/svtools/place.hxx (renamed from svtools/inc/svtools/place.hxx)0
-rw-r--r--include/svtools/popupmenucontrollerbase.hxx (renamed from svtools/inc/svtools/popupmenucontrollerbase.hxx)0
-rw-r--r--include/svtools/popupwindowcontroller.hxx (renamed from svtools/inc/svtools/popupwindowcontroller.hxx)0
-rw-r--r--include/svtools/printoptions.hxx (renamed from svtools/inc/svtools/printoptions.hxx)0
-rw-r--r--include/svtools/prnsetup.hxx (renamed from svtools/inc/svtools/prnsetup.hxx)0
-rw-r--r--include/svtools/restartdialog.hxx (renamed from svtools/inc/svtools/restartdialog.hxx)0
-rw-r--r--include/svtools/roadmap.hxx (renamed from svtools/inc/svtools/roadmap.hxx)0
-rw-r--r--include/svtools/roadmapwizard.hxx (renamed from svtools/inc/svtools/roadmapwizard.hxx)0
-rw-r--r--include/svtools/rtfkeywd.hxx (renamed from svtools/inc/svtools/rtfkeywd.hxx)0
-rw-r--r--include/svtools/rtfout.hxx (renamed from svtools/inc/svtools/rtfout.hxx)0
-rw-r--r--include/svtools/rtftoken.h (renamed from svtools/inc/svtools/rtftoken.h)0
-rw-r--r--include/svtools/ruler.hxx (renamed from svtools/inc/svtools/ruler.hxx)0
-rw-r--r--include/svtools/sampletext.hxx (renamed from svtools/inc/svtools/sampletext.hxx)0
-rw-r--r--include/svtools/scriptedtext.hxx (renamed from svtools/inc/svtools/scriptedtext.hxx)0
-rw-r--r--include/svtools/scrwin.hxx (renamed from svtools/inc/svtools/scrwin.hxx)0
-rw-r--r--include/svtools/sfxecode.hxx (renamed from svtools/inc/svtools/sfxecode.hxx)0
-rw-r--r--include/svtools/slidesorterbaropt.hxx (renamed from svtools/inc/svtools/slidesorterbaropt.hxx)0
-rw-r--r--include/svtools/soerr.hxx (renamed from svtools/inc/svtools/soerr.hxx)0
-rw-r--r--include/svtools/sores.hxx (renamed from svtools/inc/svtools/sores.hxx)0
-rw-r--r--include/svtools/statusbarcontroller.hxx (renamed from svtools/inc/svtools/statusbarcontroller.hxx)0
-rw-r--r--include/svtools/stdctrl.hxx (renamed from svtools/inc/svtools/stdctrl.hxx)0
-rw-r--r--include/svtools/stdmenu.hxx (renamed from svtools/inc/svtools/stdmenu.hxx)0
-rw-r--r--include/svtools/stringtransfer.hxx (renamed from svtools/inc/svtools/stringtransfer.hxx)0
-rw-r--r--include/svtools/svlbitm.hxx (renamed from svtools/inc/svtools/svlbitm.hxx)0
-rw-r--r--include/svtools/svmedit.hxx (renamed from svtools/inc/svtools/svmedit.hxx)0
-rw-r--r--include/svtools/svmedit2.hxx (renamed from svtools/inc/svtools/svmedit2.hxx)0
-rw-r--r--include/svtools/svparser.hxx (renamed from svtools/inc/svtools/svparser.hxx)0
-rw-r--r--include/svtools/svtabbx.hxx (renamed from svtools/inc/svtools/svtabbx.hxx)0
-rw-r--r--include/svtools/svtdllapi.h (renamed from svtools/inc/svtools/svtdllapi.h)0
-rw-r--r--include/svtools/svtools.hrc (renamed from svtools/inc/svtools/svtools.hrc)0
-rw-r--r--include/svtools/svtresid.hxx (renamed from svtools/inc/svtools/svtresid.hxx)0
-rw-r--r--include/svtools/svxbox.hxx (renamed from svtools/inc/svtools/svxbox.hxx)0
-rw-r--r--include/svtools/tabbar.hxx (renamed from svtools/inc/svtools/tabbar.hxx)0
-rw-r--r--include/svtools/table/defaultinputhandler.hxx (renamed from svtools/inc/svtools/table/defaultinputhandler.hxx)0
-rw-r--r--include/svtools/table/gridtablerenderer.hxx (renamed from svtools/inc/svtools/table/gridtablerenderer.hxx)0
-rw-r--r--include/svtools/table/tablecontrol.hxx (renamed from svtools/inc/svtools/table/tablecontrol.hxx)0
-rw-r--r--include/svtools/table/tablecontrolinterface.hxx (renamed from svtools/inc/svtools/table/tablecontrolinterface.hxx)0
-rw-r--r--include/svtools/table/tableinputhandler.hxx (renamed from svtools/inc/svtools/table/tableinputhandler.hxx)0
-rw-r--r--include/svtools/table/tablemodel.hxx (renamed from svtools/inc/svtools/table/tablemodel.hxx)0
-rw-r--r--include/svtools/table/tablerenderer.hxx (renamed from svtools/inc/svtools/table/tablerenderer.hxx)0
-rw-r--r--include/svtools/table/tablesort.hxx (renamed from svtools/inc/svtools/table/tablesort.hxx)0
-rw-r--r--include/svtools/table/tabletypes.hxx (renamed from svtools/inc/svtools/table/tabletypes.hxx)0
-rw-r--r--include/svtools/templatefoldercache.hxx (renamed from svtools/inc/svtools/templatefoldercache.hxx)0
-rw-r--r--include/svtools/templdlg.hxx (renamed from svtools/inc/svtools/templdlg.hxx)0
-rw-r--r--include/svtools/textwindowpeer.hxx (renamed from svtools/inc/svtools/textwindowpeer.hxx)0
-rw-r--r--include/svtools/toolbarmenu.hxx (renamed from svtools/inc/svtools/toolbarmenu.hxx)0
-rw-r--r--include/svtools/toolboxcontroller.hxx (renamed from svtools/inc/svtools/toolboxcontroller.hxx)0
-rw-r--r--include/svtools/toolpanel/decklayouter.hxx (renamed from svtools/inc/svtools/toolpanel/decklayouter.hxx)0
-rw-r--r--include/svtools/toolpanel/drawerlayouter.hxx (renamed from svtools/inc/svtools/toolpanel/drawerlayouter.hxx)0
-rw-r--r--include/svtools/toolpanel/paneltabbar.hxx (renamed from svtools/inc/svtools/toolpanel/paneltabbar.hxx)0
-rw-r--r--include/svtools/toolpanel/refbase.hxx (renamed from svtools/inc/svtools/toolpanel/refbase.hxx)0
-rw-r--r--include/svtools/toolpanel/tabalignment.hxx (renamed from svtools/inc/svtools/toolpanel/tabalignment.hxx)0
-rw-r--r--include/svtools/toolpanel/tabitemcontent.hxx (renamed from svtools/inc/svtools/toolpanel/tabitemcontent.hxx)0
-rw-r--r--include/svtools/toolpanel/tablayouter.hxx (renamed from svtools/inc/svtools/toolpanel/tablayouter.hxx)0
-rw-r--r--include/svtools/toolpanel/toolpanel.hxx (renamed from svtools/inc/svtools/toolpanel/toolpanel.hxx)0
-rw-r--r--include/svtools/toolpanel/toolpaneldeck.hxx (renamed from svtools/inc/svtools/toolpanel/toolpaneldeck.hxx)0
-rw-r--r--include/svtools/toolpanelopt.hxx (renamed from svtools/inc/svtools/toolpanelopt.hxx)0
-rw-r--r--include/svtools/transfer.hxx (renamed from svtools/inc/svtools/transfer.hxx)0
-rw-r--r--include/svtools/treelist.hxx (renamed from svtools/inc/svtools/treelist.hxx)0
-rw-r--r--include/svtools/treelistbox.hxx (renamed from svtools/inc/svtools/treelistbox.hxx)0
-rwxr-xr-xinclude/svtools/treelistentries.hxx (renamed from svtools/inc/svtools/treelistentries.hxx)0
-rw-r--r--include/svtools/treelistentry.hxx (renamed from svtools/inc/svtools/treelistentry.hxx)0
-rw-r--r--include/svtools/unitconv.hxx (renamed from svtools/inc/svtools/unitconv.hxx)0
-rw-r--r--include/svtools/unoevent.hxx (renamed from svtools/inc/svtools/unoevent.hxx)0
-rw-r--r--include/svtools/unoimap.hxx (renamed from svtools/inc/svtools/unoimap.hxx)0
-rw-r--r--include/svtools/urlcontrol.hxx (renamed from svtools/inc/svtools/urlcontrol.hxx)0
-rw-r--r--include/svtools/valueset.hxx (renamed from svtools/inc/svtools/valueset.hxx)0
-rw-r--r--include/svtools/viewdataentry.hxx (renamed from svtools/inc/svtools/viewdataentry.hxx)0
-rw-r--r--include/svtools/wizardmachine.hxx (renamed from svtools/inc/svtools/wizardmachine.hxx)0
-rw-r--r--include/svtools/wizdlg.hxx (renamed from svtools/inc/svtools/wizdlg.hxx)0
-rw-r--r--include/svtools/xwindowitem.hxx (renamed from svtools/inc/svtools/xwindowitem.hxx)0
-rw-r--r--include/svx/AccessibleControlShape.hxx (renamed from svx/inc/svx/AccessibleControlShape.hxx)0
-rw-r--r--include/svx/AccessibleGraphicShape.hxx (renamed from svx/inc/svx/AccessibleGraphicShape.hxx)0
-rw-r--r--include/svx/AccessibleOLEShape.hxx (renamed from svx/inc/svx/AccessibleOLEShape.hxx)0
-rw-r--r--include/svx/AccessibleShape.hxx (renamed from svx/inc/svx/AccessibleShape.hxx)0
-rw-r--r--include/svx/AccessibleShapeInfo.hxx (renamed from svx/inc/svx/AccessibleShapeInfo.hxx)0
-rw-r--r--include/svx/AccessibleShapeTreeInfo.hxx (renamed from svx/inc/svx/AccessibleShapeTreeInfo.hxx)0
-rw-r--r--include/svx/AccessibleTableShape.hxx (renamed from svx/inc/svx/AccessibleTableShape.hxx)0
-rw-r--r--include/svx/AccessibleTextHelper.hxx (renamed from svx/inc/svx/AccessibleTextHelper.hxx)0
-rw-r--r--include/svx/ActionDescriptionProvider.hxx (renamed from svx/inc/svx/ActionDescriptionProvider.hxx)0
-rw-r--r--include/svx/ChildrenManager.hxx (renamed from svx/inc/svx/ChildrenManager.hxx)0
-rw-r--r--include/svx/DescriptionGenerator.hxx (renamed from svx/inc/svx/DescriptionGenerator.hxx)0
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx (renamed from svx/inc/svx/EnhancedCustomShape2d.hxx)0
-rw-r--r--include/svx/EnhancedCustomShapeFunctionParser.hxx (renamed from svx/inc/svx/EnhancedCustomShapeFunctionParser.hxx)0
-rw-r--r--include/svx/EnhancedCustomShapeGeometry.hxx (renamed from svx/inc/svx/EnhancedCustomShapeGeometry.hxx)0
-rw-r--r--include/svx/EnhancedCustomShapeTypeNames.hxx (renamed from svx/inc/svx/EnhancedCustomShapeTypeNames.hxx)0
-rw-r--r--include/svx/IAccessibleParent.hxx (renamed from svx/inc/svx/IAccessibleParent.hxx)0
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx (renamed from svx/inc/svx/IAccessibleViewForwarder.hxx)0
-rw-r--r--include/svx/IAccessibleViewForwarderListener.hxx (renamed from svx/inc/svx/IAccessibleViewForwarderListener.hxx)0
-rw-r--r--include/svx/ParseContext.hxx (renamed from svx/inc/svx/ParseContext.hxx)0
-rw-r--r--include/svx/ShapeTypeHandler.hxx (renamed from svx/inc/svx/ShapeTypeHandler.hxx)0
-rw-r--r--include/svx/SmartTagCtl.hxx (renamed from svx/inc/svx/SmartTagCtl.hxx)0
-rw-r--r--include/svx/SmartTagItem.hxx (renamed from svx/inc/svx/SmartTagItem.hxx)0
-rw-r--r--include/svx/SmartTagMgr.hxx (renamed from svx/inc/svx/SmartTagMgr.hxx)0
-rw-r--r--include/svx/SpellDialogChildWindow.hxx (renamed from svx/inc/svx/SpellDialogChildWindow.hxx)0
-rw-r--r--include/svx/SvxShapeTypes.hxx (renamed from svx/inc/svx/SvxShapeTypes.hxx)0
-rw-r--r--include/svx/UnoNamespaceMap.hxx (renamed from svx/inc/svx/UnoNamespaceMap.hxx)0
-rw-r--r--include/svx/XPropertyTable.hxx (renamed from svx/inc/svx/XPropertyTable.hxx)0
-rw-r--r--include/svx/algitem.hxx (renamed from svx/inc/svx/algitem.hxx)0
-rw-r--r--include/svx/anchorid.hxx (renamed from svx/inc/svx/anchorid.hxx)0
-rw-r--r--include/svx/bmpmask.hxx (renamed from svx/inc/svx/bmpmask.hxx)0
-rw-r--r--include/svx/camera3d.hxx (renamed from svx/inc/svx/camera3d.hxx)0
-rw-r--r--include/svx/charmap.hxx (renamed from svx/inc/svx/charmap.hxx)0
-rw-r--r--include/svx/charthelper.hxx (renamed from svx/inc/svx/charthelper.hxx)0
-rw-r--r--include/svx/checklbx.hxx (renamed from svx/inc/svx/checklbx.hxx)0
-rw-r--r--include/svx/chrtitem.hxx (renamed from svx/inc/svx/chrtitem.hxx)0
-rw-r--r--include/svx/clipboardctl.hxx (renamed from svx/inc/svx/clipboardctl.hxx)0
-rw-r--r--include/svx/clipfmtitem.hxx (renamed from svx/inc/svx/clipfmtitem.hxx)0
-rw-r--r--include/svx/colrctrl.hxx (renamed from svx/inc/svx/colrctrl.hxx)0
-rw-r--r--include/svx/compressgraphicdialog.hxx (renamed from svx/inc/svx/compressgraphicdialog.hxx)0
-rw-r--r--include/svx/connctrl.hxx (renamed from svx/inc/svx/connctrl.hxx)0
-rw-r--r--include/svx/contdlg.hxx (renamed from svx/inc/svx/contdlg.hxx)0
-rw-r--r--include/svx/ctredlin.hxx (renamed from svx/inc/svx/ctredlin.hxx)0
-rw-r--r--include/svx/cube3d.hxx (renamed from svx/inc/svx/cube3d.hxx)0
-rw-r--r--include/svx/dataaccessdescriptor.hxx (renamed from svx/inc/svx/dataaccessdescriptor.hxx)0
-rw-r--r--include/svx/databaselocationinput.hxx (renamed from svx/inc/svx/databaselocationinput.hxx)0
-rw-r--r--include/svx/databaseregistrationui.hxx (renamed from svx/inc/svx/databaseregistrationui.hxx)0
-rw-r--r--include/svx/dbaexchange.hxx (renamed from svx/inc/svx/dbaexchange.hxx)0
-rw-r--r--include/svx/dbaobjectex.hxx (renamed from svx/inc/svx/dbaobjectex.hxx)0
-rw-r--r--include/svx/dbcharsethelper.hxx (renamed from svx/inc/svx/dbcharsethelper.hxx)0
-rw-r--r--include/svx/dbtoolsclient.hxx (renamed from svx/inc/svx/dbtoolsclient.hxx)0
-rw-r--r--include/svx/def3d.hxx (renamed from svx/inc/svx/def3d.hxx)0
-rw-r--r--include/svx/deflt3d.hxx (renamed from svx/inc/svx/deflt3d.hxx)0
-rw-r--r--include/svx/dialcontrol.hxx (renamed from svx/inc/svx/dialcontrol.hxx)0
-rw-r--r--include/svx/dialmgr.hxx (renamed from svx/inc/svx/dialmgr.hxx)0
-rw-r--r--include/svx/dialogs.hrc (renamed from svx/inc/svx/dialogs.hrc)0
-rw-r--r--include/svx/dlgctl3d.hxx (renamed from svx/inc/svx/dlgctl3d.hxx)0
-rw-r--r--include/svx/dlgctrl.hxx (renamed from svx/inc/svx/dlgctrl.hxx)0
-rw-r--r--include/svx/dlgutil.hxx (renamed from svx/inc/svx/dlgutil.hxx)0
-rw-r--r--include/svx/drawitem.hxx (renamed from svx/inc/svx/drawitem.hxx)0
-rw-r--r--include/svx/dstribut_enum.hxx (renamed from svx/inc/svx/dstribut_enum.hxx)0
-rw-r--r--include/svx/e3ditem.hxx (renamed from svx/inc/svx/e3ditem.hxx)0
-rw-r--r--include/svx/e3dsceneupdater.hxx (renamed from svx/inc/svx/e3dsceneupdater.hxx)0
-rw-r--r--include/svx/e3dundo.hxx (renamed from svx/inc/svx/e3dundo.hxx)0
-rw-r--r--include/svx/extedit.hxx (renamed from svx/inc/svx/extedit.hxx)0
-rw-r--r--include/svx/exthelpid.hrc (renamed from svx/inc/svx/exthelpid.hrc)0
-rw-r--r--include/svx/extrud3d.hxx (renamed from svx/inc/svx/extrud3d.hxx)0
-rw-r--r--include/svx/extrusionbar.hxx (renamed from svx/inc/svx/extrusionbar.hxx)0
-rw-r--r--include/svx/extrusioncolorcontrol.hxx (renamed from svx/inc/svx/extrusioncolorcontrol.hxx)0
-rw-r--r--include/svx/f3dchild.hxx (renamed from svx/inc/svx/f3dchild.hxx)0
-rw-r--r--include/svx/fillctrl.hxx (renamed from svx/inc/svx/fillctrl.hxx)0
-rw-r--r--include/svx/flagsdef.hxx (renamed from svx/inc/svx/flagsdef.hxx)0
-rw-r--r--include/svx/float3d.hxx (renamed from svx/inc/svx/float3d.hxx)0
-rw-r--r--include/svx/fmdmod.hxx (renamed from svx/inc/svx/fmdmod.hxx)0
-rw-r--r--include/svx/fmdpage.hxx (renamed from svx/inc/svx/fmdpage.hxx)0
-rw-r--r--include/svx/fmglob.hxx (renamed from svx/inc/svx/fmglob.hxx)0
-rw-r--r--include/svx/fmgridcl.hxx (renamed from svx/inc/svx/fmgridcl.hxx)0
-rw-r--r--include/svx/fmgridif.hxx (renamed from svx/inc/svx/fmgridif.hxx)0
-rw-r--r--include/svx/fmmodel.hxx (renamed from svx/inc/svx/fmmodel.hxx)0
-rw-r--r--include/svx/fmobjfac.hxx (renamed from svx/inc/svx/fmobjfac.hxx)0
-rw-r--r--include/svx/fmpage.hxx (renamed from svx/inc/svx/fmpage.hxx)0
-rw-r--r--include/svx/fmresids.hrc (renamed from svx/inc/svx/fmresids.hrc)0
-rw-r--r--include/svx/fmsearch.hxx (renamed from svx/inc/svx/fmsearch.hxx)0
-rw-r--r--include/svx/fmshell.hxx (renamed from svx/inc/svx/fmshell.hxx)0
-rw-r--r--include/svx/fmsrccfg.hxx (renamed from svx/inc/svx/fmsrccfg.hxx)0
-rw-r--r--include/svx/fmsrcimp.hxx (renamed from svx/inc/svx/fmsrcimp.hxx)0
-rw-r--r--include/svx/fmtools.hxx (renamed from svx/inc/svx/fmtools.hxx)0
-rw-r--r--include/svx/fmview.hxx (renamed from svx/inc/svx/fmview.hxx)0
-rw-r--r--include/svx/fntctl.hxx (renamed from svx/inc/svx/fntctl.hxx)0
-rw-r--r--include/svx/fntctrl.hxx (renamed from svx/inc/svx/fntctrl.hxx)0
-rw-r--r--include/svx/fntszctl.hxx (renamed from svx/inc/svx/fntszctl.hxx)0
-rw-r--r--include/svx/fontlb.hxx (renamed from svx/inc/svx/fontlb.hxx)0
-rw-r--r--include/svx/fontwork.hxx (renamed from svx/inc/svx/fontwork.hxx)0
-rw-r--r--include/svx/fontworkbar.hxx (renamed from svx/inc/svx/fontworkbar.hxx)0
-rw-r--r--include/svx/fontworkgallery.hxx (renamed from svx/inc/svx/fontworkgallery.hxx)0
-rw-r--r--include/svx/formatpaintbrushctrl.hxx (renamed from svx/inc/svx/formatpaintbrushctrl.hxx)0
-rw-r--r--include/svx/framebordertype.hxx (renamed from svx/inc/svx/framebordertype.hxx)0
-rw-r--r--include/svx/framelink.hxx (renamed from svx/inc/svx/framelink.hxx)0
-rw-r--r--include/svx/framelinkarray.hxx (renamed from svx/inc/svx/framelinkarray.hxx)0
-rw-r--r--include/svx/frmdirlbox.hxx (renamed from svx/inc/svx/frmdirlbox.hxx)0
-rw-r--r--include/svx/frmsel.hxx (renamed from svx/inc/svx/frmsel.hxx)0
-rw-r--r--include/svx/galbrws.hxx (renamed from svx/inc/svx/galbrws.hxx)0
-rw-r--r--include/svx/galctrl.hxx (renamed from svx/inc/svx/galctrl.hxx)0
-rw-r--r--include/svx/gallery.hxx (renamed from svx/inc/svx/gallery.hxx)0
-rw-r--r--include/svx/gallery1.hxx (renamed from svx/inc/svx/gallery1.hxx)0
-rw-r--r--include/svx/galmisc.hxx (renamed from svx/inc/svx/galmisc.hxx)0
-rw-r--r--include/svx/galtheme.hxx (renamed from svx/inc/svx/galtheme.hxx)0
-rw-r--r--include/svx/globl3d.hxx (renamed from svx/inc/svx/globl3d.hxx)0
-rw-r--r--include/svx/grafctrl.hxx (renamed from svx/inc/svx/grafctrl.hxx)0
-rw-r--r--include/svx/graphctl.hxx (renamed from svx/inc/svx/graphctl.hxx)0
-rw-r--r--include/svx/graphichelper.hxx (renamed from svx/inc/svx/graphichelper.hxx)0
-rw-r--r--include/svx/grfcrop.hxx (renamed from svx/inc/svx/grfcrop.hxx)0
-rw-r--r--include/svx/grfflt.hxx (renamed from svx/inc/svx/grfflt.hxx)0
-rw-r--r--include/svx/gridctrl.hxx (renamed from svx/inc/svx/gridctrl.hxx)0
-rw-r--r--include/svx/hdft.hxx (renamed from svx/inc/svx/hdft.hxx)0
-rw-r--r--include/svx/helperhittest3d.hxx (renamed from svx/inc/svx/helperhittest3d.hxx)0
-rw-r--r--include/svx/hlnkitem.hxx (renamed from svx/inc/svx/hlnkitem.hxx)0
-rw-r--r--include/svx/hyperdlg.hxx (renamed from svx/inc/svx/hyperdlg.hxx)0
-rw-r--r--include/svx/ifaceids.hxx (renamed from svx/inc/svx/ifaceids.hxx)0
-rw-r--r--include/svx/imapdlg.hxx (renamed from svx/inc/svx/imapdlg.hxx)0
-rw-r--r--include/svx/insctrl.hxx (renamed from svx/inc/svx/insctrl.hxx)0
-rw-r--r--include/svx/ipolypolygoneditorcontroller.hxx (renamed from svx/inc/svx/ipolypolygoneditorcontroller.hxx)0
-rw-r--r--include/svx/itemwin.hxx (renamed from svx/inc/svx/itemwin.hxx)0
-rw-r--r--include/svx/itextprovider.hxx (renamed from svx/inc/svx/itextprovider.hxx)0
-rw-r--r--include/svx/langbox.hxx (renamed from svx/inc/svx/langbox.hxx)0
-rw-r--r--include/svx/lathe3d.hxx (renamed from svx/inc/svx/lathe3d.hxx)0
-rw-r--r--include/svx/layctrl.hxx (renamed from svx/inc/svx/layctrl.hxx)0
-rw-r--r--include/svx/lboxctrl.hxx (renamed from svx/inc/svx/lboxctrl.hxx)0
-rw-r--r--include/svx/linectrl.hxx (renamed from svx/inc/svx/linectrl.hxx)0
-rw-r--r--include/svx/linkwarn.hxx (renamed from svx/inc/svx/linkwarn.hxx)0
-rw-r--r--include/svx/measctrl.hxx (renamed from svx/inc/svx/measctrl.hxx)0
-rw-r--r--include/svx/modctrl.hxx (renamed from svx/inc/svx/modctrl.hxx)0
-rw-r--r--include/svx/msdffdef.hxx (renamed from svx/inc/svx/msdffdef.hxx)0
-rw-r--r--include/svx/numfmtsh.hxx (renamed from svx/inc/svx/numfmtsh.hxx)0
-rw-r--r--include/svx/numinf.hxx (renamed from svx/inc/svx/numinf.hxx)0
-rw-r--r--include/svx/numvset.hxx (renamed from svx/inc/svx/numvset.hxx)0
-rw-r--r--include/svx/obj3d.hxx (renamed from svx/inc/svx/obj3d.hxx)0
-rw-r--r--include/svx/objfac3d.hxx (renamed from svx/inc/svx/objfac3d.hxx)0
-rw-r--r--include/svx/ofaitem.hxx (renamed from svx/inc/svx/ofaitem.hxx)0
-rw-r--r--include/svx/optgenrl.hxx (renamed from svx/inc/svx/optgenrl.hxx)0
-rw-r--r--include/svx/optgrid.hxx (renamed from svx/inc/svx/optgrid.hxx)0
-rw-r--r--include/svx/orienthelper.hxx (renamed from svx/inc/svx/orienthelper.hxx)0
-rw-r--r--include/svx/pagectrl.hxx (renamed from svx/inc/svx/pagectrl.hxx)0
-rw-r--r--include/svx/pageitem.hxx (renamed from svx/inc/svx/pageitem.hxx)0
-rw-r--r--include/svx/paraprev.hxx (renamed from svx/inc/svx/paraprev.hxx)0
-rw-r--r--include/svx/passwd.hxx (renamed from svx/inc/svx/passwd.hxx)0
-rw-r--r--include/svx/pfiledlg.hxx (renamed from svx/inc/svx/pfiledlg.hxx)0
-rw-r--r--include/svx/polygn3d.hxx (renamed from svx/inc/svx/polygn3d.hxx)0
-rw-r--r--include/svx/polypolygoneditor.hxx (renamed from svx/inc/svx/polypolygoneditor.hxx)0
-rw-r--r--include/svx/polysc3d.hxx (renamed from svx/inc/svx/polysc3d.hxx)0
-rw-r--r--include/svx/postattr.hxx (renamed from svx/inc/svx/postattr.hxx)0
-rw-r--r--include/svx/prtqry.hxx (renamed from svx/inc/svx/prtqry.hxx)0
-rw-r--r--include/svx/pszctrl.hxx (renamed from svx/inc/svx/pszctrl.hxx)0
-rw-r--r--include/svx/rectenum.hxx (renamed from svx/inc/svx/rectenum.hxx)0
-rw-r--r--include/svx/relfld.hxx (renamed from svx/inc/svx/relfld.hxx)0
-rw-r--r--include/svx/rotmodit.hxx (renamed from svx/inc/svx/rotmodit.hxx)0
-rw-r--r--include/svx/rubydialog.hxx (renamed from svx/inc/svx/rubydialog.hxx)0
-rw-r--r--include/svx/ruler.hxx (renamed from svx/inc/svx/ruler.hxx)0
-rw-r--r--include/svx/rulritem.hxx (renamed from svx/inc/svx/rulritem.hxx)0
-rw-r--r--include/svx/scene3d.hxx (renamed from svx/inc/svx/scene3d.hxx)0
-rw-r--r--include/svx/sdangitm.hxx (renamed from svx/inc/svx/sdangitm.hxx)0
-rw-r--r--include/svx/sdasaitm.hxx (renamed from svx/inc/svx/sdasaitm.hxx)0
-rw-r--r--include/svx/sdasitm.hxx (renamed from svx/inc/svx/sdasitm.hxx)0
-rw-r--r--include/svx/sderitm.hxx (renamed from svx/inc/svx/sderitm.hxx)0
-rw-r--r--include/svx/sdgcoitm.hxx (renamed from svx/inc/svx/sdgcoitm.hxx)0
-rw-r--r--include/svx/sdgcpitm.hxx (renamed from svx/inc/svx/sdgcpitm.hxx)0
-rw-r--r--include/svx/sdggaitm.hxx (renamed from svx/inc/svx/sdggaitm.hxx)0
-rw-r--r--include/svx/sdginitm.hxx (renamed from svx/inc/svx/sdginitm.hxx)0
-rw-r--r--include/svx/sdgluitm.hxx (renamed from svx/inc/svx/sdgluitm.hxx)0
-rw-r--r--include/svx/sdgmoitm.hxx (renamed from svx/inc/svx/sdgmoitm.hxx)0
-rw-r--r--include/svx/sdgtritm.hxx (renamed from svx/inc/svx/sdgtritm.hxx)0
-rw-r--r--include/svx/sdmetitm.hxx (renamed from svx/inc/svx/sdmetitm.hxx)0
-rw-r--r--include/svx/sdooitm.hxx (renamed from svx/inc/svx/sdooitm.hxx)0
-rw-r--r--include/svx/sdprcitm.hxx (renamed from svx/inc/svx/sdprcitm.hxx)0
-rw-r--r--include/svx/sdr/animation/animationstate.hxx (renamed from svx/inc/svx/sdr/animation/animationstate.hxx)0
-rw-r--r--include/svx/sdr/animation/objectanimator.hxx (renamed from svx/inc/svx/sdr/animation/objectanimator.hxx)0
-rw-r--r--include/svx/sdr/animation/scheduler.hxx (renamed from svx/inc/svx/sdr/animation/scheduler.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrfilltextattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrfilltextattribute.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrformtextattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrformtextattribute.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrformtextoutlineattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrformtextoutlineattribute.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrlineshadowtextattribute.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrshadowtextattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrshadowtextattribute.hxx)0
-rw-r--r--include/svx/sdr/attribute/sdrtextattribute.hxx (renamed from svx/inc/svx/sdr/attribute/sdrtextattribute.hxx)0
-rw-r--r--include/svx/sdr/contact/displayinfo.hxx (renamed from svx/inc/svx/sdr/contact/displayinfo.hxx)0
-rw-r--r--include/svx/sdr/contact/objectcontact.hxx (renamed from svx/inc/svx/sdr/contact/objectcontact.hxx)0
-rw-r--r--include/svx/sdr/contact/objectcontactofobjlistpainter.hxx (renamed from svx/inc/svx/sdr/contact/objectcontactofobjlistpainter.hxx)0
-rw-r--r--include/svx/sdr/contact/objectcontactofpageview.hxx (renamed from svx/inc/svx/sdr/contact/objectcontactofpageview.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontact.hxx (renamed from svx/inc/svx/sdr/contact/viewcontact.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3d.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3d.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dcube.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3dcube.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dextrude.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3dextrude.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dlathe.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3dlathe.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dpolygon.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3dpolygon.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dscene.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3dscene.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dsphere.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofe3dsphere.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofgraphic.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofgraphic.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofgroup.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofgroup.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofmasterpagedescriptor.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofmasterpagedescriptor.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofpageobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrcaptionobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrcaptionobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrcircobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrcircobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdredgeobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdredgeobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrmeasureobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrmeasureobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrobjcustomshape.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrobjcustomshape.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrole2obj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrole2obj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrpage.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrpathobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrpathobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrrectobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofsdrrectobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactoftextobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactoftextobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofunocontrol.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofunocontrol.hxx)0
-rw-r--r--include/svx/sdr/contact/viewcontactofvirtobj.hxx (renamed from svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontact.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontact.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofe3d.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofe3d.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofe3dscene.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofe3dscene.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofgraphic.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofgraphic.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofgroup.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofgroup.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofmasterpagedescriptor.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofmasterpagedescriptor.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofpageobj.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofpageobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofsdrmediaobj.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofsdrmediaobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofsdrobj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofsdrole2obj.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofsdrole2obj.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofsdrpage.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofsdrpage.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofunocontrol.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx)0
-rw-r--r--include/svx/sdr/contact/viewobjectcontactredirector.hxx (renamed from svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx)0
-rw-r--r--include/svx/sdr/event/eventhandler.hxx (renamed from svx/inc/svx/sdr/event/eventhandler.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayanimatedbitmapex.hxx (renamed from svx/inc/svx/sdr/overlay/overlayanimatedbitmapex.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaybitmapex.hxx (renamed from svx/inc/svx/sdr/overlay/overlaybitmapex.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaycrosshair.hxx (renamed from svx/inc/svx/sdr/overlay/overlaycrosshair.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayhatchrect.hxx (renamed from svx/inc/svx/sdr/overlay/overlayhatchrect.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayhelpline.hxx (renamed from svx/inc/svx/sdr/overlay/overlayhelpline.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayline.hxx (renamed from svx/inc/svx/sdr/overlay/overlayline.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaymanager.hxx (renamed from svx/inc/svx/sdr/overlay/overlaymanager.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaymanagerbuffered.hxx (renamed from svx/inc/svx/sdr/overlay/overlaymanagerbuffered.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx (renamed from svx/inc/svx/sdr/overlay/overlayobject.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayobjectcell.hxx (renamed from svx/inc/svx/sdr/overlay/overlayobjectcell.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayobjectlist.hxx (renamed from svx/inc/svx/sdr/overlay/overlayobjectlist.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaypolypolygon.hxx (renamed from svx/inc/svx/sdr/overlay/overlaypolypolygon.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx (renamed from svx/inc/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayrollingrectangle.hxx (renamed from svx/inc/svx/sdr/overlay/overlayrollingrectangle.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlayselection.hxx (renamed from svx/inc/svx/sdr/overlay/overlayselection.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaytools.hxx (renamed from svx/inc/svx/sdr/overlay/overlaytools.hxx)0
-rw-r--r--include/svx/sdr/overlay/overlaytriangle.hxx (renamed from svx/inc/svx/sdr/overlay/overlaytriangle.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/primitiveFactory2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/primitiveFactory2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrattributecreator.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrattributecreator.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrcaptionprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrcaptionprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrconnectorprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrconnectorprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrdecompositiontools.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrdecompositiontools.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrellipseprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrellipseprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrgrafprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrgrafprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrmeasureprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrmeasureprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrole2primitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrole2primitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrolecontentprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrolecontentprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrpathprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrprimitivetools.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrprimitivetools.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrrectangleprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrrectangleprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/sdrtextprimitive2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx)0
-rw-r--r--include/svx/sdr/primitive2d/svx_primitivetypes2d.hxx (renamed from svx/inc/svx/sdr/primitive2d/svx_primitivetypes2d.hxx)0
-rw-r--r--include/svx/sdr/primitive3d/sdrattributecreator3d.hxx (renamed from svx/inc/svx/sdr/primitive3d/sdrattributecreator3d.hxx)0
-rw-r--r--include/svx/sdr/properties/attributeproperties.hxx (renamed from svx/inc/svx/sdr/properties/attributeproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/captionproperties.hxx (renamed from svx/inc/svx/sdr/properties/captionproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/circleproperties.hxx (renamed from svx/inc/svx/sdr/properties/circleproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/connectorproperties.hxx (renamed from svx/inc/svx/sdr/properties/connectorproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/customshapeproperties.hxx (renamed from svx/inc/svx/sdr/properties/customshapeproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/defaultproperties.hxx (renamed from svx/inc/svx/sdr/properties/defaultproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/e3dcompoundproperties.hxx (renamed from svx/inc/svx/sdr/properties/e3dcompoundproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/e3dextrudeproperties.hxx (renamed from svx/inc/svx/sdr/properties/e3dextrudeproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/e3dlatheproperties.hxx (renamed from svx/inc/svx/sdr/properties/e3dlatheproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/e3dproperties.hxx (renamed from svx/inc/svx/sdr/properties/e3dproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/e3dsceneproperties.hxx (renamed from svx/inc/svx/sdr/properties/e3dsceneproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/e3dsphereproperties.hxx (renamed from svx/inc/svx/sdr/properties/e3dsphereproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/emptyproperties.hxx (renamed from svx/inc/svx/sdr/properties/emptyproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/graphicproperties.hxx (renamed from svx/inc/svx/sdr/properties/graphicproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/groupproperties.hxx (renamed from svx/inc/svx/sdr/properties/groupproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/itemsettools.hxx (renamed from svx/inc/svx/sdr/properties/itemsettools.hxx)0
-rw-r--r--include/svx/sdr/properties/measureproperties.hxx (renamed from svx/inc/svx/sdr/properties/measureproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/oleproperties.hxx (renamed from svx/inc/svx/sdr/properties/oleproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/pageproperties.hxx (renamed from svx/inc/svx/sdr/properties/pageproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/properties.hxx (renamed from svx/inc/svx/sdr/properties/properties.hxx)0
-rw-r--r--include/svx/sdr/properties/rectangleproperties.hxx (renamed from svx/inc/svx/sdr/properties/rectangleproperties.hxx)0
-rw-r--r--include/svx/sdr/properties/textproperties.hxx (renamed from svx/inc/svx/sdr/properties/textproperties.hxx)0
-rw-r--r--include/svx/sdr/table/tabledesign.hxx (renamed from svx/inc/svx/sdr/table/tabledesign.hxx)0
-rw-r--r--include/svx/sdrhittesthelper.hxx (renamed from svx/inc/svx/sdrhittesthelper.hxx)0
-rw-r--r--include/svx/sdrmasterpagedescriptor.hxx (renamed from svx/inc/svx/sdrmasterpagedescriptor.hxx)0
-rw-r--r--include/svx/sdrobjectfilter.hxx (renamed from svx/inc/svx/sdrobjectfilter.hxx)0
-rw-r--r--include/svx/sdrobjectuser.hxx (renamed from svx/inc/svx/sdrobjectuser.hxx)0
-rw-r--r--include/svx/sdrpageuser.hxx (renamed from svx/inc/svx/sdrpageuser.hxx)0
-rw-r--r--include/svx/sdrpagewindow.hxx (renamed from svx/inc/svx/sdrpagewindow.hxx)0
-rw-r--r--include/svx/sdrpaintwindow.hxx (renamed from svx/inc/svx/sdrpaintwindow.hxx)0
-rw-r--r--include/svx/sdshcitm.hxx (renamed from svx/inc/svx/sdshcitm.hxx)0
-rw-r--r--include/svx/sdshitm.hxx (renamed from svx/inc/svx/sdshitm.hxx)0
-rw-r--r--include/svx/sdshtitm.hxx (renamed from svx/inc/svx/sdshtitm.hxx)0
-rw-r--r--include/svx/sdsxyitm.hxx (renamed from svx/inc/svx/sdsxyitm.hxx)0
-rw-r--r--include/svx/sdtaaitm.hxx (renamed from svx/inc/svx/sdtaaitm.hxx)0
-rw-r--r--include/svx/sdtacitm.hxx (renamed from svx/inc/svx/sdtacitm.hxx)0
-rw-r--r--include/svx/sdtaditm.hxx (renamed from svx/inc/svx/sdtaditm.hxx)0
-rw-r--r--include/svx/sdtagitm.hxx (renamed from svx/inc/svx/sdtagitm.hxx)0
-rw-r--r--include/svx/sdtaiitm.hxx (renamed from svx/inc/svx/sdtaiitm.hxx)0
-rw-r--r--include/svx/sdtaitm.hxx (renamed from svx/inc/svx/sdtaitm.hxx)0
-rw-r--r--include/svx/sdtakitm.hxx (renamed from svx/inc/svx/sdtakitm.hxx)0
-rw-r--r--include/svx/sdtayitm.hxx (renamed from svx/inc/svx/sdtayitm.hxx)0
-rw-r--r--include/svx/sdtcfitm.hxx (renamed from svx/inc/svx/sdtcfitm.hxx)0
-rw-r--r--include/svx/sdtditm.hxx (renamed from svx/inc/svx/sdtditm.hxx)0
-rw-r--r--include/svx/sdtfchim.hxx (renamed from svx/inc/svx/sdtfchim.hxx)0
-rw-r--r--include/svx/sdtfsitm.hxx (renamed from svx/inc/svx/sdtfsitm.hxx)0
-rw-r--r--include/svx/sdtmfitm.hxx (renamed from svx/inc/svx/sdtmfitm.hxx)0
-rw-r--r--include/svx/sdynitm.hxx (renamed from svx/inc/svx/sdynitm.hxx)0
-rw-r--r--include/svx/selctrl.hxx (renamed from svx/inc/svx/selctrl.hxx)0
-rw-r--r--include/svx/selectioncontroller.hxx (renamed from svx/inc/svx/selectioncontroller.hxx)0
-rw-r--r--include/svx/shapeproperty.hxx (renamed from svx/inc/svx/shapeproperty.hxx)0
-rw-r--r--include/svx/shapepropertynotifier.hxx (renamed from svx/inc/svx/shapepropertynotifier.hxx)0
-rw-r--r--include/svx/simptabl.hxx (renamed from svx/inc/svx/simptabl.hxx)0
-rw-r--r--include/svx/sphere3d.hxx (renamed from svx/inc/svx/sphere3d.hxx)0
-rw-r--r--include/svx/srchdlg.hxx (renamed from svx/inc/svx/srchdlg.hxx)0
-rw-r--r--include/svx/stddlg.hxx (renamed from svx/inc/svx/stddlg.hxx)0
-rw-r--r--include/svx/strarray.hxx (renamed from svx/inc/svx/strarray.hxx)0
-rw-r--r--include/svx/subtoolboxcontrol.hxx (renamed from svx/inc/svx/subtoolboxcontrol.hxx)0
-rw-r--r--include/svx/svdattr.hxx (renamed from svx/inc/svx/svdattr.hxx)0
-rw-r--r--include/svx/svdattrx.hxx (renamed from svx/inc/svx/svdattrx.hxx)0
-rw-r--r--include/svx/svdcrtv.hxx (renamed from svx/inc/svx/svdcrtv.hxx)0
-rw-r--r--include/svx/svddef.hxx (renamed from svx/inc/svx/svddef.hxx)0
-rw-r--r--include/svx/svddrag.hxx (renamed from svx/inc/svx/svddrag.hxx)0
-rw-r--r--include/svx/svddrgmt.hxx (renamed from svx/inc/svx/svddrgmt.hxx)0
-rw-r--r--include/svx/svddrgv.hxx (renamed from svx/inc/svx/svddrgv.hxx)0
-rw-r--r--include/svx/svdedtv.hxx (renamed from svx/inc/svx/svdedtv.hxx)0
-rw-r--r--include/svx/svdedxv.hxx (renamed from svx/inc/svx/svdedxv.hxx)0
-rw-r--r--include/svx/svdetc.hxx (renamed from svx/inc/svx/svdetc.hxx)0
-rw-r--r--include/svx/svdfield.hxx (renamed from svx/inc/svx/svdfield.hxx)0
-rw-r--r--include/svx/svdglev.hxx (renamed from svx/inc/svx/svdglev.hxx)0
-rw-r--r--include/svx/svdglob.hxx (renamed from svx/inc/svx/svdglob.hxx)0
-rw-r--r--include/svx/svdglue.hxx (renamed from svx/inc/svx/svdglue.hxx)0
-rw-r--r--include/svx/svdhdl.hxx (renamed from svx/inc/svx/svdhdl.hxx)0
-rw-r--r--include/svx/svdhlpln.hxx (renamed from svx/inc/svx/svdhlpln.hxx)0
-rw-r--r--include/svx/svditer.hxx (renamed from svx/inc/svx/svditer.hxx)0
-rw-r--r--include/svx/svdlayer.hxx (renamed from svx/inc/svx/svdlayer.hxx)0
-rw-r--r--include/svx/svdmark.hxx (renamed from svx/inc/svx/svdmark.hxx)0
-rw-r--r--include/svx/svdmodel.hxx (renamed from svx/inc/svx/svdmodel.hxx)0
-rw-r--r--include/svx/svdmrkv.hxx (renamed from svx/inc/svx/svdmrkv.hxx)0
-rw-r--r--include/svx/svdoashp.hxx (renamed from svx/inc/svx/svdoashp.hxx)0
-rw-r--r--include/svx/svdoattr.hxx (renamed from svx/inc/svx/svdoattr.hxx)0
-rw-r--r--include/svx/svdobj.hxx (renamed from svx/inc/svx/svdobj.hxx)0
-rw-r--r--include/svx/svdocapt.hxx (renamed from svx/inc/svx/svdocapt.hxx)0
-rw-r--r--include/svx/svdocirc.hxx (renamed from svx/inc/svx/svdocirc.hxx)0
-rw-r--r--include/svx/svdoedge.hxx (renamed from svx/inc/svx/svdoedge.hxx)0
-rw-r--r--include/svx/svdograf.hxx (renamed from svx/inc/svx/svdograf.hxx)0
-rw-r--r--include/svx/svdogrp.hxx (renamed from svx/inc/svx/svdogrp.hxx)0
-rw-r--r--include/svx/svdomeas.hxx (renamed from svx/inc/svx/svdomeas.hxx)0
-rw-r--r--include/svx/svdomedia.hxx (renamed from svx/inc/svx/svdomedia.hxx)0
-rw-r--r--include/svx/svdoole2.hxx (renamed from svx/inc/svx/svdoole2.hxx)0
-rw-r--r--include/svx/svdopage.hxx (renamed from svx/inc/svx/svdopage.hxx)0
-rw-r--r--include/svx/svdopath.hxx (renamed from svx/inc/svx/svdopath.hxx)0
-rw-r--r--include/svx/svdorect.hxx (renamed from svx/inc/svx/svdorect.hxx)0
-rw-r--r--include/svx/svdotable.hxx (renamed from svx/inc/svx/svdotable.hxx)0
-rw-r--r--include/svx/svdotext.hxx (renamed from svx/inc/svx/svdotext.hxx)0
-rw-r--r--include/svx/svdouno.hxx (renamed from svx/inc/svx/svdouno.hxx)0
-rw-r--r--include/svx/svdoutl.hxx (renamed from svx/inc/svx/svdoutl.hxx)0
-rw-r--r--include/svx/svdovirt.hxx (renamed from svx/inc/svx/svdovirt.hxx)0
-rw-r--r--include/svx/svdpage.hxx (renamed from svx/inc/svx/svdpage.hxx)0
-rw-r--r--include/svx/svdpagv.hxx (renamed from svx/inc/svx/svdpagv.hxx)0
-rw-r--r--include/svx/svdpntv.hxx (renamed from svx/inc/svx/svdpntv.hxx)0
-rw-r--r--include/svx/svdpoev.hxx (renamed from svx/inc/svx/svdpoev.hxx)0
-rw-r--r--include/svx/svdpool.hxx (renamed from svx/inc/svx/svdpool.hxx)0
-rw-r--r--include/svx/svdsnpv.hxx (renamed from svx/inc/svx/svdsnpv.hxx)0
-rw-r--r--include/svx/svdsob.hxx (renamed from svx/inc/svx/svdsob.hxx)0
-rw-r--r--include/svx/svdstr.hrc (renamed from svx/inc/svx/svdstr.hrc)0
-rw-r--r--include/svx/svdtext.hxx (renamed from svx/inc/svx/svdtext.hxx)0
-rw-r--r--include/svx/svdtrans.hxx (renamed from svx/inc/svx/svdtrans.hxx)0
-rw-r--r--include/svx/svdtypes.hxx (renamed from svx/inc/svx/svdtypes.hxx)0
-rw-r--r--include/svx/svdundo.hxx (renamed from svx/inc/svx/svdundo.hxx)0
-rw-r--r--include/svx/svdview.hxx (renamed from svx/inc/svx/svdview.hxx)0
-rw-r--r--include/svx/svdviter.hxx (renamed from svx/inc/svx/svdviter.hxx)0
-rw-r--r--include/svx/svdxcgv.hxx (renamed from svx/inc/svx/svdxcgv.hxx)0
-rw-r--r--include/svx/svx3ditems.hxx (renamed from svx/inc/svx/svx3ditems.hxx)0
-rw-r--r--include/svx/svxcommands.h (renamed from svx/inc/svx/svxcommands.h)0
-rw-r--r--include/svx/svxdlg.hxx (renamed from svx/inc/svx/svxdlg.hxx)0
-rw-r--r--include/svx/svxdllapi.h (renamed from svx/inc/svx/svxdllapi.h)0
-rw-r--r--include/svx/svxerr.hxx (renamed from svx/inc/svx/svxerr.hxx)0
-rw-r--r--include/svx/svxgrahicitem.hxx (renamed from svx/inc/svx/svxgrahicitem.hxx)0
-rw-r--r--include/svx/svxids.hrc (renamed from svx/inc/svx/svxids.hrc)0
-rw-r--r--include/svx/svxitems.hrc (renamed from svx/inc/svx/svxitems.hrc)0
-rw-r--r--include/svx/swframeexample.hxx (renamed from svx/inc/svx/swframeexample.hxx)0
-rw-r--r--include/svx/swframeposstrings.hxx (renamed from svx/inc/svx/swframeposstrings.hxx)0
-rw-r--r--include/svx/swframevalidation.hxx (renamed from svx/inc/svx/swframevalidation.hxx)0
-rw-r--r--include/svx/sxallitm.hxx (renamed from svx/inc/svx/sxallitm.hxx)0
-rw-r--r--include/svx/sxcaitm.hxx (renamed from svx/inc/svx/sxcaitm.hxx)0
-rw-r--r--include/svx/sxcecitm.hxx (renamed from svx/inc/svx/sxcecitm.hxx)0
-rw-r--r--include/svx/sxcgitm.hxx (renamed from svx/inc/svx/sxcgitm.hxx)0
-rw-r--r--include/svx/sxciaitm.hxx (renamed from svx/inc/svx/sxciaitm.hxx)0
-rw-r--r--include/svx/sxcikitm.hxx (renamed from svx/inc/svx/sxcikitm.hxx)0
-rw-r--r--include/svx/sxcllitm.hxx (renamed from svx/inc/svx/sxcllitm.hxx)0
-rw-r--r--include/svx/sxctitm.hxx (renamed from svx/inc/svx/sxctitm.hxx)0
-rw-r--r--include/svx/sxekitm.hxx (renamed from svx/inc/svx/sxekitm.hxx)0
-rw-r--r--include/svx/sxelditm.hxx (renamed from svx/inc/svx/sxelditm.hxx)0
-rw-r--r--include/svx/sxenditm.hxx (renamed from svx/inc/svx/sxenditm.hxx)0
-rw-r--r--include/svx/sxfiitm.hxx (renamed from svx/inc/svx/sxfiitm.hxx)0
-rw-r--r--include/svx/sxlayitm.hxx (renamed from svx/inc/svx/sxlayitm.hxx)0
-rw-r--r--include/svx/sxlogitm.hxx (renamed from svx/inc/svx/sxlogitm.hxx)0
-rw-r--r--include/svx/sxmbritm.hxx (renamed from svx/inc/svx/sxmbritm.hxx)0
-rw-r--r--include/svx/sxmfsitm.hxx (renamed from svx/inc/svx/sxmfsitm.hxx)0
-rw-r--r--include/svx/sxmkitm.hxx (renamed from svx/inc/svx/sxmkitm.hxx)0
-rw-r--r--include/svx/sxmlhitm.hxx (renamed from svx/inc/svx/sxmlhitm.hxx)0
-rw-r--r--include/svx/sxmoitm.hxx (renamed from svx/inc/svx/sxmoitm.hxx)0
-rw-r--r--include/svx/sxmovitm.hxx (renamed from svx/inc/svx/sxmovitm.hxx)0
-rw-r--r--include/svx/sxmsitm.hxx (renamed from svx/inc/svx/sxmsitm.hxx)0
-rw-r--r--include/svx/sxmspitm.hxx (renamed from svx/inc/svx/sxmspitm.hxx)0
-rw-r--r--include/svx/sxmsuitm.hxx (renamed from svx/inc/svx/sxmsuitm.hxx)0
-rw-r--r--include/svx/sxmtaitm.hxx (renamed from svx/inc/svx/sxmtaitm.hxx)0
-rw-r--r--include/svx/sxmtfitm.hxx (renamed from svx/inc/svx/sxmtfitm.hxx)0
-rw-r--r--include/svx/sxmtpitm.hxx (renamed from svx/inc/svx/sxmtpitm.hxx)0
-rw-r--r--include/svx/sxmtritm.hxx (renamed from svx/inc/svx/sxmtritm.hxx)0
-rw-r--r--include/svx/sxmuitm.hxx (renamed from svx/inc/svx/sxmuitm.hxx)0
-rw-r--r--include/svx/sxoneitm.hxx (renamed from svx/inc/svx/sxoneitm.hxx)0
-rw-r--r--include/svx/sxonitm.hxx (renamed from svx/inc/svx/sxonitm.hxx)0
-rw-r--r--include/svx/sxopitm.hxx (renamed from svx/inc/svx/sxopitm.hxx)0
-rw-r--r--include/svx/sxraitm.hxx (renamed from svx/inc/svx/sxraitm.hxx)0
-rw-r--r--include/svx/sxreaitm.hxx (renamed from svx/inc/svx/sxreaitm.hxx)0
-rw-r--r--include/svx/sxreoitm.hxx (renamed from svx/inc/svx/sxreoitm.hxx)0
-rw-r--r--include/svx/sxroaitm.hxx (renamed from svx/inc/svx/sxroaitm.hxx)0
-rw-r--r--include/svx/sxrooitm.hxx (renamed from svx/inc/svx/sxrooitm.hxx)0
-rw-r--r--include/svx/sxsaitm.hxx (renamed from svx/inc/svx/sxsaitm.hxx)0
-rw-r--r--include/svx/sxsalitm.hxx (renamed from svx/inc/svx/sxsalitm.hxx)0
-rw-r--r--include/svx/sxsiitm.hxx (renamed from svx/inc/svx/sxsiitm.hxx)0
-rw-r--r--include/svx/sxsoitm.hxx (renamed from svx/inc/svx/sxsoitm.hxx)0
-rw-r--r--include/svx/sxtraitm.hxx (renamed from svx/inc/svx/sxtraitm.hxx)0
-rw-r--r--include/svx/tabarea.hxx (renamed from svx/inc/svx/tabarea.hxx)0
-rw-r--r--include/svx/tabline.hxx (renamed from svx/inc/svx/tabline.hxx)0
-rw-r--r--include/svx/tbcontrl.hxx (renamed from svx/inc/svx/tbcontrl.hxx)0
-rw-r--r--include/svx/tbxalign.hxx (renamed from svx/inc/svx/tbxalign.hxx)0
-rw-r--r--include/svx/tbxcolor.hxx (renamed from svx/inc/svx/tbxcolor.hxx)0
-rw-r--r--include/svx/tbxcolorupdate.hxx (renamed from svx/inc/svx/tbxcolorupdate.hxx)0
-rw-r--r--include/svx/tbxctl.hxx (renamed from svx/inc/svx/tbxctl.hxx)0
-rw-r--r--include/svx/tbxcustomshapes.hxx (renamed from svx/inc/svx/tbxcustomshapes.hxx)0
-rw-r--r--include/svx/tbxdraw.hxx (renamed from svx/inc/svx/tbxdraw.hxx)0
-rw-r--r--include/svx/txencbox.hxx (renamed from svx/inc/svx/txencbox.hxx)0
-rw-r--r--include/svx/txenctab.hxx (renamed from svx/inc/svx/txenctab.hxx)0
-rw-r--r--include/svx/ucsubset.hrc (renamed from svx/inc/svx/ucsubset.hrc)0
-rw-r--r--include/svx/ucsubset.hxx (renamed from svx/inc/svx/ucsubset.hxx)0
-rw-r--r--include/svx/unoapi.hxx (renamed from svx/inc/svx/unoapi.hxx)0
-rw-r--r--include/svx/unofill.hxx (renamed from svx/inc/svx/unofill.hxx)0
-rw-r--r--include/svx/unomaster.hxx (renamed from svx/inc/svx/unomaster.hxx)0
-rw-r--r--include/svx/unomid.hxx (renamed from svx/inc/svx/unomid.hxx)0
-rw-r--r--include/svx/unomod.hxx (renamed from svx/inc/svx/unomod.hxx)0
-rw-r--r--include/svx/unomodel.hxx (renamed from svx/inc/svx/unomodel.hxx)0
-rw-r--r--include/svx/unopage.hxx (renamed from svx/inc/svx/unopage.hxx)0
-rw-r--r--include/svx/unopool.hxx (renamed from svx/inc/svx/unopool.hxx)0
-rw-r--r--include/svx/unoprov.hxx (renamed from svx/inc/svx/unoprov.hxx)0
-rw-r--r--include/svx/unoshape.hxx (renamed from svx/inc/svx/unoshape.hxx)0
-rw-r--r--include/svx/unoshcol.hxx (renamed from svx/inc/svx/unoshcol.hxx)0
-rw-r--r--include/svx/unoshprp.hxx (renamed from svx/inc/svx/unoshprp.hxx)0
-rw-r--r--include/svx/unoshtxt.hxx (renamed from svx/inc/svx/unoshtxt.hxx)0
-rw-r--r--include/svx/verttexttbxctrl.hxx (renamed from svx/inc/svx/verttexttbxctrl.hxx)0
-rw-r--r--include/svx/view3d.hxx (renamed from svx/inc/svx/view3d.hxx)0
-rw-r--r--include/svx/viewlayoutitem.hxx (renamed from svx/inc/svx/viewlayoutitem.hxx)0
-rw-r--r--include/svx/viewpt3d.hxx (renamed from svx/inc/svx/viewpt3d.hxx)0
-rw-r--r--include/svx/wrapfield.hxx (renamed from svx/inc/svx/wrapfield.hxx)0
-rw-r--r--include/svx/xattr.hxx (renamed from svx/inc/svx/xattr.hxx)0
-rw-r--r--include/svx/xbitmap.hxx (renamed from svx/inc/svx/xbitmap.hxx)0
-rw-r--r--include/svx/xbtmpit.hxx (renamed from svx/inc/svx/xbtmpit.hxx)0
-rw-r--r--include/svx/xcolit.hxx (renamed from svx/inc/svx/xcolit.hxx)0
-rw-r--r--include/svx/xdash.hxx (renamed from svx/inc/svx/xdash.hxx)0
-rw-r--r--include/svx/xdef.hxx (renamed from svx/inc/svx/xdef.hxx)0
-rw-r--r--include/svx/xenum.hxx (renamed from svx/inc/svx/xenum.hxx)0
-rw-r--r--include/svx/xexch.hxx (renamed from svx/inc/svx/xexch.hxx)0
-rw-r--r--include/svx/xfillit.hxx (renamed from svx/inc/svx/xfillit.hxx)0
-rw-r--r--include/svx/xfillit0.hxx (renamed from svx/inc/svx/xfillit0.hxx)0
-rw-r--r--include/svx/xflasit.hxx (renamed from svx/inc/svx/xflasit.hxx)0
-rw-r--r--include/svx/xflbckit.hxx (renamed from svx/inc/svx/xflbckit.hxx)0
-rw-r--r--include/svx/xflbmpit.hxx (renamed from svx/inc/svx/xflbmpit.hxx)0
-rw-r--r--include/svx/xflbmsli.hxx (renamed from svx/inc/svx/xflbmsli.hxx)0
-rw-r--r--include/svx/xflbmsxy.hxx (renamed from svx/inc/svx/xflbmsxy.hxx)0
-rw-r--r--include/svx/xflbmtit.hxx (renamed from svx/inc/svx/xflbmtit.hxx)0
-rw-r--r--include/svx/xflboxy.hxx (renamed from svx/inc/svx/xflboxy.hxx)0
-rw-r--r--include/svx/xflbstit.hxx (renamed from svx/inc/svx/xflbstit.hxx)0
-rw-r--r--include/svx/xflbtoxy.hxx (renamed from svx/inc/svx/xflbtoxy.hxx)0
-rw-r--r--include/svx/xflclit.hxx (renamed from svx/inc/svx/xflclit.hxx)0
-rw-r--r--include/svx/xflftrit.hxx (renamed from svx/inc/svx/xflftrit.hxx)0
-rw-r--r--include/svx/xflgrit.hxx (renamed from svx/inc/svx/xflgrit.hxx)0
-rw-r--r--include/svx/xflhtit.hxx (renamed from svx/inc/svx/xflhtit.hxx)0
-rw-r--r--include/svx/xfltrit.hxx (renamed from svx/inc/svx/xfltrit.hxx)0
-rw-r--r--include/svx/xftadit.hxx (renamed from svx/inc/svx/xftadit.hxx)0
-rw-r--r--include/svx/xftdiit.hxx (renamed from svx/inc/svx/xftdiit.hxx)0
-rw-r--r--include/svx/xftmrit.hxx (renamed from svx/inc/svx/xftmrit.hxx)0
-rw-r--r--include/svx/xftouit.hxx (renamed from svx/inc/svx/xftouit.hxx)0
-rw-r--r--include/svx/xftsfit.hxx (renamed from svx/inc/svx/xftsfit.hxx)0
-rw-r--r--include/svx/xftshcit.hxx (renamed from svx/inc/svx/xftshcit.hxx)0
-rw-r--r--include/svx/xftshit.hxx (renamed from svx/inc/svx/xftshit.hxx)0
-rw-r--r--include/svx/xftshtit.hxx (renamed from svx/inc/svx/xftshtit.hxx)0
-rw-r--r--include/svx/xftshxy.hxx (renamed from svx/inc/svx/xftshxy.hxx)0
-rw-r--r--include/svx/xftstit.hxx (renamed from svx/inc/svx/xftstit.hxx)0
-rw-r--r--include/svx/xgrad.hxx (renamed from svx/inc/svx/xgrad.hxx)0
-rw-r--r--include/svx/xgrscit.hxx (renamed from svx/inc/svx/xgrscit.hxx)0
-rw-r--r--include/svx/xhatch.hxx (renamed from svx/inc/svx/xhatch.hxx)0
-rw-r--r--include/svx/xit.hxx (renamed from svx/inc/svx/xit.hxx)0
-rw-r--r--include/svx/xlineit.hxx (renamed from svx/inc/svx/xlineit.hxx)0
-rw-r--r--include/svx/xlineit0.hxx (renamed from svx/inc/svx/xlineit0.hxx)0
-rw-r--r--include/svx/xlinjoit.hxx (renamed from svx/inc/svx/xlinjoit.hxx)0
-rw-r--r--include/svx/xlnasit.hxx (renamed from svx/inc/svx/xlnasit.hxx)0
-rw-r--r--include/svx/xlncapit.hxx (renamed from svx/inc/svx/xlncapit.hxx)0
-rw-r--r--include/svx/xlnclit.hxx (renamed from svx/inc/svx/xlnclit.hxx)0
-rw-r--r--include/svx/xlndsit.hxx (renamed from svx/inc/svx/xlndsit.hxx)0
-rw-r--r--include/svx/xlnedcit.hxx (renamed from svx/inc/svx/xlnedcit.hxx)0
-rw-r--r--include/svx/xlnedit.hxx (renamed from svx/inc/svx/xlnedit.hxx)0
-rw-r--r--include/svx/xlnedwit.hxx (renamed from svx/inc/svx/xlnedwit.hxx)0
-rw-r--r--include/svx/xlnstcit.hxx (renamed from svx/inc/svx/xlnstcit.hxx)0
-rw-r--r--include/svx/xlnstit.hxx (renamed from svx/inc/svx/xlnstit.hxx)0
-rw-r--r--include/svx/xlnstwit.hxx (renamed from svx/inc/svx/xlnstwit.hxx)0
-rw-r--r--include/svx/xlntrit.hxx (renamed from svx/inc/svx/xlntrit.hxx)0
-rw-r--r--include/svx/xlnwtit.hxx (renamed from svx/inc/svx/xlnwtit.hxx)0
-rw-r--r--include/svx/xmleohlp.hxx (renamed from svx/inc/svx/xmleohlp.hxx)0
-rw-r--r--include/svx/xmlexchg.hxx (renamed from svx/inc/svx/xmlexchg.hxx)0
-rw-r--r--include/svx/xmlgrhlp.hxx (renamed from svx/inc/svx/xmlgrhlp.hxx)0
-rw-r--r--include/svx/xmlsecctrl.hxx (renamed from svx/inc/svx/xmlsecctrl.hxx)0
-rw-r--r--include/svx/xoutbmp.hxx (renamed from svx/inc/svx/xoutbmp.hxx)0
-rw-r--r--include/svx/xpoly.hxx (renamed from svx/inc/svx/xpoly.hxx)0
-rw-r--r--include/svx/xpool.hxx (renamed from svx/inc/svx/xpool.hxx)0
-rw-r--r--include/svx/xsetit.hxx (renamed from svx/inc/svx/xsetit.hxx)0
-rw-r--r--include/svx/xsflclit.hxx (renamed from svx/inc/svx/xsflclit.hxx)0
-rw-r--r--include/svx/xtable.hxx (renamed from svx/inc/svx/xtable.hxx)0
-rw-r--r--include/svx/xtextit.hxx (renamed from svx/inc/svx/xtextit.hxx)0
-rw-r--r--include/svx/xtextit0.hxx (renamed from svx/inc/svx/xtextit0.hxx)0
-rw-r--r--include/svx/zoom_def.hxx (renamed from svx/inc/svx/zoom_def.hxx)0
-rw-r--r--include/svx/zoomctrl.hxx (renamed from svx/inc/svx/zoomctrl.hxx)0
-rw-r--r--include/svx/zoomsliderctrl.hxx (renamed from svx/inc/svx/zoomsliderctrl.hxx)0
-rw-r--r--include/svx/zoomslideritem.hxx (renamed from svx/inc/svx/zoomslideritem.hxx)0
-rw-r--r--include/test/beans/xpropertyset.hxx (renamed from test/inc/test/beans/xpropertyset.hxx)0
-rw-r--r--include/test/bootstrapfixture.hxx (renamed from test/inc/test/bootstrapfixture.hxx)0
-rw-r--r--include/test/container/xelementaccess.hxx (renamed from test/inc/test/container/xelementaccess.hxx)0
-rw-r--r--include/test/container/xindexaccess.hxx (renamed from test/inc/test/container/xindexaccess.hxx)0
-rw-r--r--include/test/container/xnamecontainer.hxx (renamed from test/inc/test/container/xnamecontainer.hxx)0
-rw-r--r--include/test/container/xnamed.hxx (renamed from test/inc/test/container/xnamed.hxx)0
-rw-r--r--include/test/container/xnamereplace.hxx (renamed from test/inc/test/container/xnamereplace.hxx)0
-rw-r--r--include/test/sheet/cellproperties.hxx (renamed from test/inc/test/sheet/cellproperties.hxx)0
-rw-r--r--include/test/sheet/datapilotfield.hxx (renamed from test/inc/test/sheet/datapilotfield.hxx)0
-rw-r--r--include/test/sheet/tableautoformatfield.hxx (renamed from test/inc/test/sheet/tableautoformatfield.hxx)0
-rw-r--r--include/test/sheet/xcellrangedata.hxx (renamed from test/inc/test/sheet/xcellrangedata.hxx)0
-rw-r--r--include/test/sheet/xcellrangereferrer.hxx (renamed from test/inc/test/sheet/xcellrangereferrer.hxx)0
-rw-r--r--include/test/sheet/xcellrangesquery.hxx (renamed from test/inc/test/sheet/xcellrangesquery.hxx)0
-rw-r--r--include/test/sheet/xdatabaserange.hxx (renamed from test/inc/test/sheet/xdatabaserange.hxx)0
-rw-r--r--include/test/sheet/xdatapilotdescriptor.hxx (renamed from test/inc/test/sheet/xdatapilotdescriptor.hxx)0
-rw-r--r--include/test/sheet/xdatapilotfieldgrouping.hxx (renamed from test/inc/test/sheet/xdatapilotfieldgrouping.hxx)0
-rw-r--r--include/test/sheet/xdatapilottable.hxx (renamed from test/inc/test/sheet/xdatapilottable.hxx)0
-rw-r--r--include/test/sheet/xdatapilottable2.hxx (renamed from test/inc/test/sheet/xdatapilottable2.hxx)0
-rw-r--r--include/test/sheet/xgoalseek.hxx (renamed from test/inc/test/sheet/xgoalseek.hxx)0
-rw-r--r--include/test/sheet/xnamedrange.hxx (renamed from test/inc/test/sheet/xnamedrange.hxx)0
-rw-r--r--include/test/sheet/xnamedranges.hxx (renamed from test/inc/test/sheet/xnamedranges.hxx)0
-rw-r--r--include/test/sheet/xprintareas.hxx (renamed from test/inc/test/sheet/xprintareas.hxx)0
-rw-r--r--include/test/sheet/xsheetannotation.hxx (renamed from test/inc/test/sheet/xsheetannotation.hxx)0
-rw-r--r--include/test/sheet/xsheetannotations.hxx (renamed from test/inc/test/sheet/xsheetannotations.hxx)0
-rw-r--r--include/test/sheet/xsheetoutline.hxx (renamed from test/inc/test/sheet/xsheetoutline.hxx)0
-rw-r--r--include/test/sheet/xspreadsheetdocument.hxx (renamed from test/inc/test/sheet/xspreadsheetdocument.hxx)0
-rw-r--r--include/test/sheet/xspreadsheets2.hxx (renamed from test/inc/test/sheet/xspreadsheets2.hxx)0
-rw-r--r--include/test/testdllapi.hxx (renamed from test/inc/test/testdllapi.hxx)0
-rw-r--r--include/test/text/xtext.hxx (renamed from test/inc/test/text/xtext.hxx)0
-rw-r--r--include/test/text/xtextcontent.hxx (renamed from test/inc/test/text/xtextcontent.hxx)0
-rw-r--r--include/test/text/xtextfield.hxx (renamed from test/inc/test/text/xtextfield.hxx)0
-rw-r--r--include/test/unoapi_test.hxx (renamed from test/inc/test/unoapi_test.hxx)0
-rw-r--r--include/test/util/xreplaceable.hxx (renamed from test/inc/test/util/xreplaceable.hxx)0
-rw-r--r--include/test/util/xsearchable.hxx (renamed from test/inc/test/util/xsearchable.hxx)0
-rw-r--r--include/test/xmldiff.hxx (renamed from test/inc/test/xmldiff.hxx)0
-rw-r--r--include/toolkit/awt/animatedimagespeer.hxx (renamed from toolkit/inc/toolkit/awt/animatedimagespeer.hxx)0
-rw-r--r--include/toolkit/awt/scrollabledialog.hxx (renamed from toolkit/inc/toolkit/awt/scrollabledialog.hxx)0
-rw-r--r--include/toolkit/awt/vclxaccessiblecomponent.hxx (renamed from toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx)0
-rw-r--r--include/toolkit/awt/vclxbitmap.hxx (renamed from toolkit/inc/toolkit/awt/vclxbitmap.hxx)0
-rw-r--r--include/toolkit/awt/vclxcontainer.hxx (renamed from toolkit/inc/toolkit/awt/vclxcontainer.hxx)0
-rw-r--r--include/toolkit/awt/vclxdevice.hxx (renamed from toolkit/inc/toolkit/awt/vclxdevice.hxx)0
-rw-r--r--include/toolkit/awt/vclxfont.hxx (renamed from toolkit/inc/toolkit/awt/vclxfont.hxx)0
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx (renamed from toolkit/inc/toolkit/awt/vclxgraphics.hxx)0
-rw-r--r--include/toolkit/awt/vclxmenu.hxx (renamed from toolkit/inc/toolkit/awt/vclxmenu.hxx)0
-rw-r--r--include/toolkit/awt/vclxpointer.hxx (renamed from toolkit/inc/toolkit/awt/vclxpointer.hxx)0
-rw-r--r--include/toolkit/awt/vclxprinter.hxx (renamed from toolkit/inc/toolkit/awt/vclxprinter.hxx)0
-rw-r--r--include/toolkit/awt/vclxregion.hxx (renamed from toolkit/inc/toolkit/awt/vclxregion.hxx)0
-rw-r--r--include/toolkit/awt/vclxspinbutton.hxx (renamed from toolkit/inc/toolkit/awt/vclxspinbutton.hxx)0
-rw-r--r--include/toolkit/awt/vclxsystemdependentwindow.hxx (renamed from toolkit/inc/toolkit/awt/vclxsystemdependentwindow.hxx)0
-rw-r--r--include/toolkit/awt/vclxtabpagecontainer.hxx (renamed from toolkit/inc/toolkit/awt/vclxtabpagecontainer.hxx)0
-rw-r--r--include/toolkit/awt/vclxtabpagemodel.hxx (renamed from toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx)0
-rw-r--r--include/toolkit/awt/vclxtoolkit.hxx (renamed from toolkit/inc/toolkit/awt/vclxtoolkit.hxx)0
-rw-r--r--include/toolkit/awt/vclxtopwindow.hxx (renamed from toolkit/inc/toolkit/awt/vclxtopwindow.hxx)0
-rw-r--r--include/toolkit/awt/vclxwindow.hxx (renamed from toolkit/inc/toolkit/awt/vclxwindow.hxx)0
-rw-r--r--include/toolkit/awt/vclxwindows.hxx (renamed from toolkit/inc/toolkit/awt/vclxwindows.hxx)0
-rw-r--r--include/toolkit/awt/xsimpleanimation.hxx (renamed from toolkit/inc/toolkit/awt/xsimpleanimation.hxx)0
-rw-r--r--include/toolkit/awt/xthrobber.hxx (renamed from toolkit/inc/toolkit/awt/xthrobber.hxx)0
-rw-r--r--include/toolkit/controls/accessiblecontrolcontext.hxx (renamed from toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx)0
-rw-r--r--include/toolkit/controls/animatedimages.hxx (renamed from toolkit/inc/toolkit/controls/animatedimages.hxx)0
-rw-r--r--include/toolkit/controls/controlmodelcontainerbase.hxx (renamed from toolkit/inc/toolkit/controls/controlmodelcontainerbase.hxx)0
-rw-r--r--include/toolkit/controls/dialogcontrol.hxx (renamed from toolkit/inc/toolkit/controls/dialogcontrol.hxx)0
-rw-r--r--include/toolkit/controls/eventcontainer.hxx (renamed from toolkit/inc/toolkit/controls/eventcontainer.hxx)0
-rw-r--r--include/toolkit/controls/formattedcontrol.hxx (renamed from toolkit/inc/toolkit/controls/formattedcontrol.hxx)0
-rw-r--r--include/toolkit/controls/geometrycontrolmodel.hxx (renamed from toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx)0
-rw-r--r--include/toolkit/controls/geometrycontrolmodel_impl.hxx (renamed from toolkit/inc/toolkit/controls/geometrycontrolmodel_impl.hxx)0
-rw-r--r--include/toolkit/controls/roadmapcontrol.hxx (renamed from toolkit/inc/toolkit/controls/roadmapcontrol.hxx)0
-rw-r--r--include/toolkit/controls/roadmapentry.hxx (renamed from toolkit/inc/toolkit/controls/roadmapentry.hxx)0
-rw-r--r--include/toolkit/controls/spinningprogress.hxx (renamed from toolkit/inc/toolkit/controls/spinningprogress.hxx)0
-rw-r--r--include/toolkit/controls/stdtabcontroller.hxx (renamed from toolkit/inc/toolkit/controls/stdtabcontroller.hxx)0
-rw-r--r--include/toolkit/controls/stdtabcontrollermodel.hxx (renamed from toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx)0
-rw-r--r--include/toolkit/controls/tabpagecontainer.hxx (renamed from toolkit/inc/toolkit/controls/tabpagecontainer.hxx)0
-rw-r--r--include/toolkit/controls/tabpagemodel.hxx (renamed from toolkit/inc/toolkit/controls/tabpagemodel.hxx)0
-rw-r--r--include/toolkit/controls/tkscrollbar.hxx (renamed from toolkit/inc/toolkit/controls/tkscrollbar.hxx)0
-rw-r--r--include/toolkit/controls/tksimpleanimation.hxx (renamed from toolkit/inc/toolkit/controls/tksimpleanimation.hxx)0
-rw-r--r--include/toolkit/controls/tkspinbutton.hxx (renamed from toolkit/inc/toolkit/controls/tkspinbutton.hxx)0
-rw-r--r--include/toolkit/controls/tkthrobber.hxx (renamed from toolkit/inc/toolkit/controls/tkthrobber.hxx)0
-rw-r--r--include/toolkit/controls/unocontrol.hxx (renamed from toolkit/inc/toolkit/controls/unocontrol.hxx)0
-rw-r--r--include/toolkit/controls/unocontrolbase.hxx (renamed from toolkit/inc/toolkit/controls/unocontrolbase.hxx)0
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx (renamed from toolkit/inc/toolkit/controls/unocontrolcontainer.hxx)0
-rw-r--r--include/toolkit/controls/unocontrolcontainermodel.hxx (renamed from toolkit/inc/toolkit/controls/unocontrolcontainermodel.hxx)0
-rw-r--r--include/toolkit/controls/unocontrolmodel.hxx (renamed from toolkit/inc/toolkit/controls/unocontrolmodel.hxx)0
-rw-r--r--include/toolkit/controls/unocontrols.hxx (renamed from toolkit/inc/toolkit/controls/unocontrols.hxx)0
-rw-r--r--include/toolkit/dllapi.h (renamed from toolkit/inc/toolkit/dllapi.h)0
-rw-r--r--include/toolkit/helper/accessibilityclient.hxx (renamed from toolkit/inc/toolkit/helper/accessibilityclient.hxx)0
-rw-r--r--include/toolkit/helper/accessiblefactory.hxx (renamed from toolkit/inc/toolkit/helper/accessiblefactory.hxx)0
-rw-r--r--include/toolkit/helper/convert.hxx (renamed from toolkit/inc/toolkit/helper/convert.hxx)0
-rw-r--r--include/toolkit/helper/emptyfontdescriptor.hxx (renamed from toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx)0
-rw-r--r--include/toolkit/helper/externallock.hxx (renamed from toolkit/inc/toolkit/helper/externallock.hxx)0
-rw-r--r--include/toolkit/helper/formpdfexport.hxx (renamed from toolkit/inc/toolkit/helper/formpdfexport.hxx)0
-rw-r--r--include/toolkit/helper/imagealign.hxx (renamed from toolkit/inc/toolkit/helper/imagealign.hxx)0
-rw-r--r--include/toolkit/helper/listenermultiplexer.hxx (renamed from toolkit/inc/toolkit/helper/listenermultiplexer.hxx)0
-rw-r--r--include/toolkit/helper/macros.hxx (renamed from toolkit/inc/toolkit/helper/macros.hxx)0
-rw-r--r--include/toolkit/helper/mutexandbroadcasthelper.hxx (renamed from toolkit/inc/toolkit/helper/mutexandbroadcasthelper.hxx)0
-rw-r--r--include/toolkit/helper/mutexhelper.hxx (renamed from toolkit/inc/toolkit/helper/mutexhelper.hxx)0
-rw-r--r--include/toolkit/helper/property.hxx (renamed from toolkit/inc/toolkit/helper/property.hxx)0
-rw-r--r--include/toolkit/helper/servicenames.hxx (renamed from toolkit/inc/toolkit/helper/servicenames.hxx)0
-rw-r--r--include/toolkit/helper/tkresmgr.hxx (renamed from toolkit/inc/toolkit/helper/tkresmgr.hxx)0
-rw-r--r--include/toolkit/helper/unopropertyarrayhelper.hxx (renamed from toolkit/inc/toolkit/helper/unopropertyarrayhelper.hxx)0
-rw-r--r--include/toolkit/helper/unowrapper.hxx (renamed from toolkit/inc/toolkit/helper/unowrapper.hxx)0
-rw-r--r--include/toolkit/helper/vclunohelper.hxx (renamed from toolkit/inc/toolkit/helper/vclunohelper.hxx)0
-rw-r--r--include/toolkit/unohlp.hxx3
-rw-r--r--include/tools/StringListResource.hxx (renamed from tools/inc/tools/StringListResource.hxx)0
-rw-r--r--include/tools/appendunixshellword.hxx (renamed from tools/inc/tools/appendunixshellword.hxx)0
-rw-r--r--include/tools/b3dtrans.hxx (renamed from tools/inc/tools/b3dtrans.hxx)0
-rw-r--r--include/tools/bigint.hxx (renamed from tools/inc/tools/bigint.hxx)0
-rw-r--r--include/tools/cachestr.hxx (renamed from tools/inc/tools/cachestr.hxx)0
-rw-r--r--include/tools/color.hxx (renamed from tools/inc/tools/color.hxx)0
-rw-r--r--include/tools/config.hxx (renamed from tools/inc/tools/config.hxx)0
-rw-r--r--include/tools/contnr.hxx (renamed from tools/inc/tools/contnr.hxx)0
-rw-r--r--include/tools/date.hxx (renamed from tools/inc/tools/date.hxx)0
-rw-r--r--include/tools/datetime.hxx (renamed from tools/inc/tools/datetime.hxx)0
-rw-r--r--include/tools/debug.hxx (renamed from tools/inc/tools/debug.hxx)0
-rw-r--r--include/tools/diagnose_ex.h (renamed from tools/inc/tools/diagnose_ex.h)0
-rw-r--r--include/tools/errcode.hxx (renamed from tools/inc/tools/errcode.hxx)0
-rw-r--r--include/tools/errinf.hxx (renamed from tools/inc/tools/errinf.hxx)0
-rw-r--r--include/tools/extendapplicationenvironment.hxx (renamed from tools/inc/tools/extendapplicationenvironment.hxx)0
-rw-r--r--include/tools/fldunit.hxx (renamed from tools/inc/tools/fldunit.hxx)0
-rw-r--r--include/tools/fontenum.hxx (renamed from tools/inc/tools/fontenum.hxx)0
-rw-r--r--include/tools/fract.hxx (renamed from tools/inc/tools/fract.hxx)0
-rw-r--r--include/tools/gen.hxx (renamed from tools/inc/tools/gen.hxx)0
-rw-r--r--include/tools/getprocessworkingdir.hxx (renamed from tools/inc/tools/getprocessworkingdir.hxx)0
-rw-r--r--include/tools/globname.hxx (renamed from tools/inc/tools/globname.hxx)0
-rw-r--r--include/tools/helpers.hxx (renamed from tools/inc/tools/helpers.hxx)0
-rw-r--r--include/tools/inetmime.hxx (renamed from tools/inc/tools/inetmime.hxx)0
-rw-r--r--include/tools/inetmsg.hxx (renamed from tools/inc/tools/inetmsg.hxx)0
-rw-r--r--include/tools/inetstrm.hxx (renamed from tools/inc/tools/inetstrm.hxx)0
-rw-r--r--include/tools/line.hxx (renamed from tools/inc/tools/line.hxx)0
-rw-r--r--include/tools/lineend.hxx (renamed from tools/inc/tools/lineend.hxx)0
-rw-r--r--include/tools/link.hxx (renamed from tools/inc/tools/link.hxx)0
-rw-r--r--include/tools/mapunit.hxx (renamed from tools/inc/tools/mapunit.hxx)0
-rw-r--r--include/tools/mempool.hxx (renamed from tools/inc/tools/mempool.hxx)0
-rw-r--r--include/tools/multisel.hxx (renamed from tools/inc/tools/multisel.hxx)0
-rw-r--r--include/tools/pathutils.hxx (renamed from tools/inc/tools/pathutils.hxx)0
-rw-r--r--include/tools/poly.hxx (renamed from tools/inc/tools/poly.hxx)0
-rw-r--r--include/tools/postsys.h (renamed from tools/inc/tools/postsys.h)0
-rw-r--r--include/tools/presys.h (renamed from tools/inc/tools/presys.h)0
-rw-r--r--include/tools/pstm.hxx (renamed from tools/inc/tools/pstm.hxx)0
-rw-r--r--include/tools/rc.h (renamed from tools/inc/tools/rc.h)0
-rw-r--r--include/tools/rc.hxx (renamed from tools/inc/tools/rc.hxx)0
-rw-r--r--include/tools/rcid.h (renamed from tools/inc/tools/rcid.h)0
-rw-r--r--include/tools/ref.hxx (renamed from tools/inc/tools/ref.hxx)0
-rw-r--r--include/tools/resary.hxx (renamed from tools/inc/tools/resary.hxx)0
-rw-r--r--include/tools/resid.hxx (renamed from tools/inc/tools/resid.hxx)0
-rw-r--r--include/tools/resmgr.hxx (renamed from tools/inc/tools/resmgr.hxx)0
-rw-r--r--include/tools/rtti.hxx (renamed from tools/inc/tools/rtti.hxx)0
-rw-r--r--include/tools/shl.hxx (renamed from tools/inc/tools/shl.hxx)0
-rw-r--r--include/tools/simplerm.hxx (renamed from tools/inc/tools/simplerm.hxx)0
-rw-r--r--include/tools/solar.h (renamed from tools/inc/tools/solar.h)0
-rw-r--r--include/tools/solarmutex.hxx (renamed from tools/inc/tools/solarmutex.hxx)0
-rw-r--r--include/tools/stream.hxx (renamed from tools/inc/tools/stream.hxx)0
-rw-r--r--include/tools/string.hxx (renamed from tools/inc/tools/string.hxx)0
-rw-r--r--include/tools/svborder.hxx (renamed from tools/inc/tools/svborder.hxx)0
-rw-r--r--include/tools/tempfile.hxx (renamed from tools/inc/tools/tempfile.hxx)0
-rw-r--r--include/tools/tenccvt.hxx (renamed from tools/inc/tools/tenccvt.hxx)0
-rw-r--r--include/tools/time.hxx (renamed from tools/inc/tools/time.hxx)0
-rw-r--r--include/tools/tools.h (renamed from tools/inc/tools/tools.h)0
-rw-r--r--include/tools/toolsdllapi.h (renamed from tools/inc/tools/toolsdllapi.h)0
-rw-r--r--include/tools/unqidx.hxx (renamed from tools/inc/tools/unqidx.hxx)0
-rw-r--r--include/tools/urlobj.hxx (renamed from tools/inc/tools/urlobj.hxx)0
-rw-r--r--include/tools/vcompat.hxx (renamed from tools/inc/tools/vcompat.hxx)0
-rw-r--r--include/tools/vector2d.hxx (renamed from tools/inc/tools/vector2d.hxx)0
-rw-r--r--include/tools/weakbase.h (renamed from tools/inc/tools/weakbase.h)0
-rw-r--r--include/tools/weakbase.hxx (renamed from tools/inc/tools/weakbase.hxx)0
-rw-r--r--include/tools/wintypes.hxx (renamed from tools/inc/tools/wintypes.hxx)0
-rw-r--r--include/tools/wldcrd.hxx (renamed from tools/inc/tools/wldcrd.hxx)0
-rw-r--r--include/tools/zcodec.hxx (renamed from tools/inc/tools/zcodec.hxx)0
-rw-r--r--include/touch/touch.h (renamed from touch/inc/touch/touch.h)0
-rw-r--r--include/tubes/collaboration.hxx (renamed from tubes/inc/tubes/collaboration.hxx)0
-rw-r--r--include/tubes/conference.hxx (renamed from tubes/inc/tubes/conference.hxx)0
-rw-r--r--include/tubes/constants.h (renamed from tubes/inc/tubes/constants.h)0
-rw-r--r--include/tubes/file-transfer-helper.h (renamed from tubes/inc/tubes/file-transfer-helper.h)0
-rw-r--r--include/tubes/manager.hxx (renamed from tubes/inc/tubes/manager.hxx)0
-rw-r--r--include/tubes/tubesdllapi.h (renamed from tubes/inc/tubes/tubesdllapi.h)0
-rw-r--r--include/ucbhelper/activedatasink.hxx (renamed from ucbhelper/inc/ucbhelper/activedatasink.hxx)0
-rw-r--r--include/ucbhelper/activedatastreamer.hxx (renamed from ucbhelper/inc/ucbhelper/activedatastreamer.hxx)0
-rw-r--r--include/ucbhelper/cancelcommandexecution.hxx (renamed from ucbhelper/inc/ucbhelper/cancelcommandexecution.hxx)0
-rw-r--r--include/ucbhelper/commandenvironment.hxx (renamed from ucbhelper/inc/ucbhelper/commandenvironment.hxx)0
-rw-r--r--include/ucbhelper/content.hxx (renamed from ucbhelper/inc/ucbhelper/content.hxx)0
-rw-r--r--include/ucbhelper/contenthelper.hxx (renamed from ucbhelper/inc/ucbhelper/contenthelper.hxx)0
-rw-r--r--include/ucbhelper/contentidentifier.hxx (renamed from ucbhelper/inc/ucbhelper/contentidentifier.hxx)0
-rw-r--r--include/ucbhelper/contentinfo.hxx (renamed from ucbhelper/inc/ucbhelper/contentinfo.hxx)0
-rw-r--r--include/ucbhelper/fd_inputstream.hxx (renamed from ucbhelper/inc/ucbhelper/fd_inputstream.hxx)0
-rw-r--r--include/ucbhelper/fileidentifierconverter.hxx (renamed from ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx)0
-rw-r--r--include/ucbhelper/getcomponentcontext.hxx (renamed from ucbhelper/inc/ucbhelper/getcomponentcontext.hxx)0
-rw-r--r--include/ucbhelper/interactionrequest.hxx (renamed from ucbhelper/inc/ucbhelper/interactionrequest.hxx)0
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx (renamed from ucbhelper/inc/ucbhelper/interceptedinteraction.hxx)0
-rw-r--r--include/ucbhelper/macros.hxx (renamed from ucbhelper/inc/ucbhelper/macros.hxx)0
-rw-r--r--include/ucbhelper/propertyvalueset.hxx (renamed from ucbhelper/inc/ucbhelper/propertyvalueset.hxx)0
-rw-r--r--include/ucbhelper/providerhelper.hxx (renamed from ucbhelper/inc/ucbhelper/providerhelper.hxx)0
-rw-r--r--include/ucbhelper/proxydecider.hxx (renamed from ucbhelper/inc/ucbhelper/proxydecider.hxx)0
-rw-r--r--include/ucbhelper/registerucb.hxx (renamed from ucbhelper/inc/ucbhelper/registerucb.hxx)0
-rw-r--r--include/ucbhelper/resultset.hxx (renamed from ucbhelper/inc/ucbhelper/resultset.hxx)0
-rw-r--r--include/ucbhelper/resultsethelper.hxx (renamed from ucbhelper/inc/ucbhelper/resultsethelper.hxx)0
-rw-r--r--include/ucbhelper/resultsetmetadata.hxx (renamed from ucbhelper/inc/ucbhelper/resultsetmetadata.hxx)0
-rw-r--r--include/ucbhelper/simpleauthenticationrequest.hxx (renamed from ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx)0
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx (renamed from ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx)0
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx (renamed from ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx)0
-rw-r--r--include/ucbhelper/simpleioerrorrequest.hxx (renamed from ucbhelper/inc/ucbhelper/simpleioerrorrequest.hxx)0
-rw-r--r--include/ucbhelper/simplenameclashresolverequest.hxx (renamed from ucbhelper/inc/ucbhelper/simplenameclashresolverequest.hxx)0
-rw-r--r--include/ucbhelper/std_inputstream.hxx (renamed from ucbhelper/inc/ucbhelper/std_inputstream.hxx)0
-rw-r--r--include/ucbhelper/std_outputstream.hxx (renamed from ucbhelper/inc/ucbhelper/std_outputstream.hxx)0
-rw-r--r--include/ucbhelper/ucbhelperdllapi.h (renamed from ucbhelper/inc/ucbhelper/ucbhelperdllapi.h)0
-rw-r--r--include/udm/html/htmlitem.hxx (renamed from udm/inc/udm/html/htmlitem.hxx)0
-rw-r--r--include/udm/xml/xmlitem.hxx (renamed from udm/inc/udm/xml/xmlitem.hxx)0
-rw-r--r--include/unoidl/detail/dllapi.hxx (renamed from unoidl/inc/unoidl/detail/dllapi.hxx)0
-rw-r--r--include/unoidl/detail/unoidldllapi.hxx (renamed from unoidl/inc/unoidl/detail/unoidldllapi.hxx)0
-rw-r--r--include/unoidl/legacyprovider.hxx (renamed from unoidl/inc/unoidl/legacyprovider.hxx)0
-rw-r--r--include/unoidl/unoidl.hxx (renamed from unoidl/inc/unoidl/unoidl.hxx)0
-rw-r--r--include/unoidl/unoidlprovider.hxx (renamed from unoidl/inc/unoidl/unoidlprovider.hxx)0
-rw-r--r--include/unotest/bootstrapfixturebase.hxx (renamed from unotest/inc/unotest/bootstrapfixturebase.hxx)0
-rw-r--r--include/unotest/detail/unotestdllapi.hxx (renamed from unotest/inc/unotest/detail/unotestdllapi.hxx)0
-rw-r--r--include/unotest/filters-test.hxx (renamed from unotest/inc/unotest/filters-test.hxx)0
-rw-r--r--include/unotest/gettestargument.hxx (renamed from unotest/inc/unotest/gettestargument.hxx)0
-rw-r--r--include/unotest/macros_test.hxx (renamed from unotest/inc/unotest/macros_test.hxx)0
-rw-r--r--include/unotest/officeconnection.hxx (renamed from unotest/inc/unotest/officeconnection.hxx)0
-rw-r--r--include/unotest/toabsolutefileurl.hxx (renamed from unotest/inc/unotest/toabsolutefileurl.hxx)0
-rw-r--r--include/unotest/uniquepipename.hxx (renamed from unotest/inc/unotest/uniquepipename.hxx)0
-rw-r--r--include/unotools/accessiblerelationsethelper.hxx (renamed from unotools/inc/unotools/accessiblerelationsethelper.hxx)0
-rw-r--r--include/unotools/accessiblestatesethelper.hxx (renamed from unotools/inc/unotools/accessiblestatesethelper.hxx)0
-rw-r--r--include/unotools/atom.hxx (renamed from unotools/inc/unotools/atom.hxx)0
-rw-r--r--include/unotools/bootstrap.hxx (renamed from unotools/inc/unotools/bootstrap.hxx)0
-rw-r--r--include/unotools/calendarwrapper.hxx (renamed from unotools/inc/unotools/calendarwrapper.hxx)0
-rw-r--r--include/unotools/caserotate.hxx (renamed from unotools/inc/unotools/caserotate.hxx)0
-rw-r--r--include/unotools/charclass.hxx (renamed from unotools/inc/unotools/charclass.hxx)0
-rw-r--r--include/unotools/closeveto.hxx (renamed from unotools/inc/unotools/closeveto.hxx)0
-rw-r--r--include/unotools/cmdoptions.hxx (renamed from unotools/inc/unotools/cmdoptions.hxx)0
-rw-r--r--include/unotools/collatorwrapper.hxx (renamed from unotools/inc/unotools/collatorwrapper.hxx)0
-rw-r--r--include/unotools/compatibility.hxx (renamed from unotools/inc/unotools/compatibility.hxx)0
-rw-r--r--include/unotools/componentresmodule.hxx (renamed from unotools/inc/unotools/componentresmodule.hxx)0
-rw-r--r--include/unotools/configitem.hxx (renamed from unotools/inc/unotools/configitem.hxx)0
-rw-r--r--include/unotools/configmgr.hxx (renamed from unotools/inc/unotools/configmgr.hxx)0
-rw-r--r--include/unotools/confignode.hxx (renamed from unotools/inc/unotools/confignode.hxx)0
-rw-r--r--include/unotools/configpaths.hxx (renamed from unotools/inc/unotools/configpaths.hxx)0
-rw-r--r--include/unotools/configvaluecontainer.hxx (renamed from unotools/inc/unotools/configvaluecontainer.hxx)0
-rw-r--r--include/unotools/datetime.hxx (renamed from unotools/inc/unotools/datetime.hxx)0
-rw-r--r--include/unotools/defaultoptions.hxx (renamed from unotools/inc/unotools/defaultoptions.hxx)0
-rw-r--r--include/unotools/desktopterminationobserver.hxx (renamed from unotools/inc/unotools/desktopterminationobserver.hxx)0
-rw-r--r--include/unotools/digitgroupingiterator.hxx (renamed from unotools/inc/unotools/digitgroupingiterator.hxx)0
-rw-r--r--include/unotools/docinfohelper.hxx (renamed from unotools/inc/unotools/docinfohelper.hxx)0
-rw-r--r--include/unotools/dynamicmenuoptions.hxx (renamed from unotools/inc/unotools/dynamicmenuoptions.hxx)0
-rw-r--r--include/unotools/eventcfg.hxx (renamed from unotools/inc/unotools/eventcfg.hxx)0
-rw-r--r--include/unotools/eventlisteneradapter.hxx (renamed from unotools/inc/unotools/eventlisteneradapter.hxx)0
-rw-r--r--include/unotools/extendedsecurityoptions.hxx (renamed from unotools/inc/unotools/extendedsecurityoptions.hxx)0
-rw-r--r--include/unotools/fltrcfg.hxx (renamed from unotools/inc/unotools/fltrcfg.hxx)0
-rw-r--r--include/unotools/fontcfg.hxx (renamed from unotools/inc/unotools/fontcfg.hxx)0
-rw-r--r--include/unotools/fontcvt.hxx (renamed from unotools/inc/unotools/fontcvt.hxx)0
-rw-r--r--include/unotools/fontdefs.hxx (renamed from unotools/inc/unotools/fontdefs.hxx)0
-rw-r--r--include/unotools/fontoptions.hxx (renamed from unotools/inc/unotools/fontoptions.hxx)0
-rw-r--r--include/unotools/historyoptions.hxx (renamed from unotools/inc/unotools/historyoptions.hxx)0
-rw-r--r--include/unotools/idhelper.hxx (renamed from unotools/inc/unotools/idhelper.hxx)0
-rw-r--r--include/unotools/intlwrapper.hxx (renamed from unotools/inc/unotools/intlwrapper.hxx)0
-rw-r--r--include/unotools/itemholderbase.hxx (renamed from unotools/inc/unotools/itemholderbase.hxx)0
-rw-r--r--include/unotools/lingucfg.hxx (renamed from unotools/inc/unotools/lingucfg.hxx)0
-rw-r--r--include/unotools/linguprops.hxx (renamed from unotools/inc/unotools/linguprops.hxx)0
-rw-r--r--include/unotools/localedatawrapper.hxx (renamed from unotools/inc/unotools/localedatawrapper.hxx)0
-rw-r--r--include/unotools/localfilehelper.hxx (renamed from unotools/inc/unotools/localfilehelper.hxx)0
-rw-r--r--include/unotools/localisationoptions.hxx (renamed from unotools/inc/unotools/localisationoptions.hxx)0
-rw-r--r--include/unotools/misccfg.hxx (renamed from unotools/inc/unotools/misccfg.hxx)0
-rw-r--r--include/unotools/moduleoptions.hxx (renamed from unotools/inc/unotools/moduleoptions.hxx)0
-rw-r--r--include/unotools/nativenumberwrapper.hxx (renamed from unotools/inc/unotools/nativenumberwrapper.hxx)0
-rw-r--r--include/unotools/numberformatcodewrapper.hxx (renamed from unotools/inc/unotools/numberformatcodewrapper.hxx)0
-rw-r--r--include/unotools/options.hxx (renamed from unotools/inc/unotools/options.hxx)0
-rw-r--r--include/unotools/optionsdlg.hxx (renamed from unotools/inc/unotools/optionsdlg.hxx)0
-rw-r--r--include/unotools/pathoptions.hxx (renamed from unotools/inc/unotools/pathoptions.hxx)0
-rw-r--r--include/unotools/printwarningoptions.hxx (renamed from unotools/inc/unotools/printwarningoptions.hxx)0
-rw-r--r--include/unotools/progresshandlerwrap.hxx (renamed from unotools/inc/unotools/progresshandlerwrap.hxx)0
-rw-r--r--include/unotools/readwritemutexguard.hxx (renamed from unotools/inc/unotools/readwritemutexguard.hxx)0
-rw-r--r--include/unotools/saveopt.hxx (renamed from unotools/inc/unotools/saveopt.hxx)0
-rw-r--r--include/unotools/searchopt.hxx (renamed from unotools/inc/unotools/searchopt.hxx)0
-rw-r--r--include/unotools/securityoptions.hxx (renamed from unotools/inc/unotools/securityoptions.hxx)0
-rw-r--r--include/unotools/sharedunocomponent.hxx (renamed from unotools/inc/unotools/sharedunocomponent.hxx)0
-rw-r--r--include/unotools/streamhelper.hxx (renamed from unotools/inc/unotools/streamhelper.hxx)0
-rw-r--r--include/unotools/streamsection.hxx (renamed from unotools/inc/unotools/streamsection.hxx)0
-rw-r--r--include/unotools/streamwrap.hxx (renamed from unotools/inc/unotools/streamwrap.hxx)0
-rw-r--r--include/unotools/syslocale.hxx (renamed from unotools/inc/unotools/syslocale.hxx)0
-rw-r--r--include/unotools/syslocaleoptions.hxx (renamed from unotools/inc/unotools/syslocaleoptions.hxx)0
-rw-r--r--include/unotools/tempfile.hxx (renamed from unotools/inc/unotools/tempfile.hxx)0
-rw-r--r--include/unotools/textsearch.hxx (renamed from unotools/inc/unotools/textsearch.hxx)0
-rw-r--r--include/unotools/transliterationwrapper.hxx (renamed from unotools/inc/unotools/transliterationwrapper.hxx)0
-rw-r--r--include/unotools/ucbhelper.hxx (renamed from unotools/inc/unotools/ucbhelper.hxx)0
-rw-r--r--include/unotools/ucblockbytes.hxx (renamed from unotools/inc/unotools/ucblockbytes.hxx)0
-rw-r--r--include/unotools/ucbstreamhelper.hxx (renamed from unotools/inc/unotools/ucbstreamhelper.hxx)0
-rw-r--r--include/unotools/unotoolsdllapi.h (renamed from unotools/inc/unotools/unotoolsdllapi.h)0
-rw-r--r--include/unotools/useroptions.hxx (renamed from unotools/inc/unotools/useroptions.hxx)0
-rw-r--r--include/unotools/viewoptions.hxx (renamed from unotools/inc/unotools/viewoptions.hxx)0
-rw-r--r--include/unotools/xmlaccelcfg.hxx (renamed from unotools/inc/unotools/xmlaccelcfg.hxx)0
-rw-r--r--include/vbahelper/helperdecl.hxx (renamed from vbahelper/inc/vbahelper/helperdecl.hxx)0
-rw-r--r--include/vbahelper/vbaaccesshelper.hxx (renamed from vbahelper/inc/vbahelper/vbaaccesshelper.hxx)0
-rw-r--r--include/vbahelper/vbaapplicationbase.hxx (renamed from vbahelper/inc/vbahelper/vbaapplicationbase.hxx)0
-rw-r--r--include/vbahelper/vbacollectionimpl.hxx (renamed from vbahelper/inc/vbahelper/vbacollectionimpl.hxx)0
-rw-r--r--include/vbahelper/vbadialogbase.hxx (renamed from vbahelper/inc/vbahelper/vbadialogbase.hxx)0
-rw-r--r--include/vbahelper/vbadialogsbase.hxx (renamed from vbahelper/inc/vbahelper/vbadialogsbase.hxx)0
-rw-r--r--include/vbahelper/vbadllapi.h (renamed from vbahelper/inc/vbahelper/vbadllapi.h)0
-rw-r--r--include/vbahelper/vbadocumentbase.hxx (renamed from vbahelper/inc/vbahelper/vbadocumentbase.hxx)0
-rw-r--r--include/vbahelper/vbadocumentsbase.hxx (renamed from vbahelper/inc/vbahelper/vbadocumentsbase.hxx)0
-rw-r--r--include/vbahelper/vbaeventshelperbase.hxx (renamed from vbahelper/inc/vbahelper/vbaeventshelperbase.hxx)0
-rw-r--r--include/vbahelper/vbafontbase.hxx (renamed from vbahelper/inc/vbahelper/vbafontbase.hxx)0
-rw-r--r--include/vbahelper/vbaglobalbase.hxx (renamed from vbahelper/inc/vbahelper/vbaglobalbase.hxx)0
-rw-r--r--include/vbahelper/vbahelper.hxx (renamed from vbahelper/inc/vbahelper/vbahelper.hxx)0
-rw-r--r--include/vbahelper/vbahelperinterface.hxx (renamed from vbahelper/inc/vbahelper/vbahelperinterface.hxx)0
-rw-r--r--include/vbahelper/vbapagesetupbase.hxx (renamed from vbahelper/inc/vbahelper/vbapagesetupbase.hxx)0
-rw-r--r--include/vbahelper/vbapropvalue.hxx (renamed from vbahelper/inc/vbahelper/vbapropvalue.hxx)0
-rw-r--r--include/vbahelper/vbashape.hxx (renamed from vbahelper/inc/vbahelper/vbashape.hxx)0
-rw-r--r--include/vbahelper/vbashaperange.hxx (renamed from vbahelper/inc/vbahelper/vbashaperange.hxx)0
-rw-r--r--include/vbahelper/vbashapes.hxx (renamed from vbahelper/inc/vbahelper/vbashapes.hxx)0
-rw-r--r--include/vbahelper/vbatextframe.hxx (renamed from vbahelper/inc/vbahelper/vbatextframe.hxx)0
-rw-r--r--include/vbahelper/vbawindowbase.hxx (renamed from vbahelper/inc/vbahelper/vbawindowbase.hxx)0
-rw-r--r--include/vcl/FilterConfigItem.hxx (renamed from vcl/inc/vcl/FilterConfigItem.hxx)0
-rw-r--r--include/vcl/GraphicNativeMetadata.hxx (renamed from vcl/inc/vcl/GraphicNativeMetadata.hxx)0
-rw-r--r--include/vcl/GraphicNativeTransform.hxx (renamed from vcl/inc/vcl/GraphicNativeTransform.hxx)0
-rw-r--r--include/vcl/ImageListProvider.hxx (renamed from vcl/inc/vcl/ImageListProvider.hxx)0
-rw-r--r--include/vcl/abstdlg.hxx (renamed from vcl/inc/vcl/abstdlg.hxx)0
-rw-r--r--include/vcl/accel.hxx (renamed from vcl/inc/vcl/accel.hxx)0
-rw-r--r--include/vcl/alpha.hxx (renamed from vcl/inc/vcl/alpha.hxx)0
-rw-r--r--include/vcl/animate.hxx (renamed from vcl/inc/vcl/animate.hxx)0
-rw-r--r--include/vcl/apptypes.hxx (renamed from vcl/inc/vcl/apptypes.hxx)0
-rw-r--r--include/vcl/bitmap.hxx (renamed from vcl/inc/vcl/bitmap.hxx)0
-rw-r--r--include/vcl/bitmapex.hxx (renamed from vcl/inc/vcl/bitmapex.hxx)0
-rw-r--r--include/vcl/bmpacc.hxx (renamed from vcl/inc/vcl/bmpacc.hxx)0
-rw-r--r--include/vcl/btndlg.hxx (renamed from vcl/inc/vcl/btndlg.hxx)0
-rw-r--r--include/vcl/builder.hxx (renamed from vcl/inc/vcl/builder.hxx)0
-rw-r--r--include/vcl/button.hxx (renamed from vcl/inc/vcl/button.hxx)0
-rw-r--r--include/vcl/canvastools.hxx (renamed from vcl/inc/vcl/canvastools.hxx)0
-rw-r--r--include/vcl/cmdevt.hxx (renamed from vcl/inc/vcl/cmdevt.hxx)0
-rw-r--r--include/vcl/combobox.h (renamed from vcl/inc/vcl/combobox.h)0
-rw-r--r--include/vcl/combobox.hxx (renamed from vcl/inc/vcl/combobox.hxx)0
-rw-r--r--include/vcl/configsettings.hxx (renamed from vcl/inc/vcl/configsettings.hxx)0
-rw-r--r--include/vcl/controllayout.hxx (renamed from vcl/inc/vcl/controllayout.hxx)0
-rw-r--r--include/vcl/ctrl.hxx (renamed from vcl/inc/vcl/ctrl.hxx)0
-rw-r--r--include/vcl/cursor.hxx (renamed from vcl/inc/vcl/cursor.hxx)0
-rw-r--r--include/vcl/cvtgrf.hxx (renamed from vcl/inc/vcl/cvtgrf.hxx)0
-rw-r--r--include/vcl/cvtsvm.hxx (renamed from vcl/inc/vcl/cvtsvm.hxx)0
-rw-r--r--include/vcl/decoview.hxx (renamed from vcl/inc/vcl/decoview.hxx)0
-rw-r--r--include/vcl/dialog.hxx (renamed from vcl/inc/vcl/dialog.hxx)0
-rw-r--r--include/vcl/displayconnectiondispatch.hxx (renamed from vcl/inc/vcl/displayconnectiondispatch.hxx)0
-rw-r--r--include/vcl/dllapi.h (renamed from vcl/inc/vcl/dllapi.h)0
-rw-r--r--include/vcl/dndhelp.hxx (renamed from vcl/inc/vcl/dndhelp.hxx)0
-rw-r--r--include/vcl/dockingarea.hxx (renamed from vcl/inc/vcl/dockingarea.hxx)0
-rw-r--r--include/vcl/dockwin.hxx (renamed from vcl/inc/vcl/dockwin.hxx)0
-rw-r--r--include/vcl/edit.hxx (renamed from vcl/inc/vcl/edit.hxx)0
-rw-r--r--include/vcl/embeddedfontshelper.hxx (renamed from vcl/inc/vcl/embeddedfontshelper.hxx)0
-rw-r--r--include/vcl/event.hxx (renamed from vcl/inc/vcl/event.hxx)0
-rw-r--r--include/vcl/evntpost.hxx (renamed from vcl/inc/vcl/evntpost.hxx)0
-rw-r--r--include/vcl/extoutdevdata.hxx (renamed from vcl/inc/vcl/extoutdevdata.hxx)0
-rw-r--r--include/vcl/field.hxx (renamed from vcl/inc/vcl/field.hxx)0
-rw-r--r--include/vcl/fixed.hxx (renamed from vcl/inc/vcl/fixed.hxx)0
-rw-r--r--include/vcl/fixedhyper.hxx (renamed from vcl/inc/vcl/fixedhyper.hxx)0
-rw-r--r--include/vcl/floatwin.hxx (renamed from vcl/inc/vcl/floatwin.hxx)0
-rw-r--r--include/vcl/fltcall.hxx (renamed from vcl/inc/vcl/fltcall.hxx)0
-rw-r--r--include/vcl/fntstyle.hxx (renamed from vcl/inc/vcl/fntstyle.hxx)0
-rw-r--r--include/vcl/font.hxx (renamed from vcl/inc/vcl/font.hxx)0
-rw-r--r--include/vcl/fontcapabilities.hxx (renamed from vcl/inc/vcl/fontcapabilities.hxx)0
-rw-r--r--include/vcl/fontmanager.hxx (renamed from vcl/inc/vcl/fontmanager.hxx)0
-rw-r--r--include/vcl/fpicker.hrc (renamed from vcl/inc/vcl/fpicker.hrc)0
-rw-r--r--include/vcl/gdimtf.hxx (renamed from vcl/inc/vcl/gdimtf.hxx)0
-rw-r--r--include/vcl/gfxlink.hxx (renamed from vcl/inc/vcl/gfxlink.hxx)0
-rw-r--r--include/vcl/gradient.hxx (renamed from vcl/inc/vcl/gradient.hxx)0
-rw-r--r--include/vcl/graph.h (renamed from vcl/inc/vcl/graph.h)0
-rw-r--r--include/vcl/graph.hxx (renamed from vcl/inc/vcl/graph.hxx)0
-rw-r--r--include/vcl/graphicfilter.hxx (renamed from vcl/inc/vcl/graphicfilter.hxx)0
-rw-r--r--include/vcl/graphictools.hxx (renamed from vcl/inc/vcl/graphictools.hxx)0
-rw-r--r--include/vcl/group.hxx (renamed from vcl/inc/vcl/group.hxx)0
-rw-r--r--include/vcl/hatch.hxx (renamed from vcl/inc/vcl/hatch.hxx)0
-rw-r--r--include/vcl/help.hxx (renamed from vcl/inc/vcl/help.hxx)0
-rw-r--r--include/vcl/helper.hxx (renamed from vcl/inc/vcl/helper.hxx)0
-rw-r--r--include/vcl/i18nhelp.hxx (renamed from vcl/inc/vcl/i18nhelp.hxx)0
-rw-r--r--include/vcl/image.hxx (renamed from vcl/inc/vcl/image.hxx)0
-rw-r--r--include/vcl/imagerepository.hxx (renamed from vcl/inc/vcl/imagerepository.hxx)0
-rw-r--r--include/vcl/imgctrl.hxx (renamed from vcl/inc/vcl/imgctrl.hxx)0
-rw-r--r--include/vcl/impdel.hxx (renamed from vcl/inc/vcl/impdel.hxx)0
-rw-r--r--include/vcl/inputctx.hxx (renamed from vcl/inc/vcl/inputctx.hxx)0
-rw-r--r--include/vcl/introwin.hxx (renamed from vcl/inc/vcl/introwin.hxx)0
-rw-r--r--include/vcl/jobdata.hxx (renamed from vcl/inc/vcl/jobdata.hxx)0
-rw-r--r--include/vcl/jobset.hxx (renamed from vcl/inc/vcl/jobset.hxx)0
-rw-r--r--include/vcl/keycod.hxx (renamed from vcl/inc/vcl/keycod.hxx)0
-rw-r--r--include/vcl/keycodes.hxx (renamed from vcl/inc/vcl/keycodes.hxx)0
-rw-r--r--include/vcl/layout.hxx (renamed from vcl/inc/vcl/layout.hxx)0
-rw-r--r--include/vcl/lazydelete.hxx (renamed from vcl/inc/vcl/lazydelete.hxx)0
-rw-r--r--include/vcl/lineinfo.hxx (renamed from vcl/inc/vcl/lineinfo.hxx)0
-rw-r--r--include/vcl/longcurr.hxx (renamed from vcl/inc/vcl/longcurr.hxx)0
-rw-r--r--include/vcl/lstbox.h (renamed from vcl/inc/vcl/lstbox.h)0
-rw-r--r--include/vcl/lstbox.hxx (renamed from vcl/inc/vcl/lstbox.hxx)0
-rw-r--r--include/vcl/mapmod.hxx (renamed from vcl/inc/vcl/mapmod.hxx)0
-rw-r--r--include/vcl/menu.hxx (renamed from vcl/inc/vcl/menu.hxx)0
-rw-r--r--include/vcl/menubtn.hxx (renamed from vcl/inc/vcl/menubtn.hxx)0
-rw-r--r--include/vcl/metaact.hxx (renamed from vcl/inc/vcl/metaact.hxx)0
-rw-r--r--include/vcl/metric.hxx (renamed from vcl/inc/vcl/metric.hxx)0
-rw-r--r--include/vcl/mnemonic.hxx (renamed from vcl/inc/vcl/mnemonic.hxx)0
-rw-r--r--include/vcl/mnemonicengine.hxx (renamed from vcl/inc/vcl/mnemonicengine.hxx)0
-rw-r--r--include/vcl/morebtn.hxx (renamed from vcl/inc/vcl/morebtn.hxx)0
-rw-r--r--include/vcl/msgbox.hxx (renamed from vcl/inc/vcl/msgbox.hxx)0
-rw-r--r--include/vcl/octree.hxx (renamed from vcl/inc/vcl/octree.hxx)0
-rw-r--r--include/vcl/oldprintadaptor.hxx (renamed from vcl/inc/vcl/oldprintadaptor.hxx)0
-rw-r--r--include/vcl/outdev.hxx (renamed from vcl/inc/vcl/outdev.hxx)0
-rw-r--r--include/vcl/pdfextoutdevdata.hxx (renamed from vcl/inc/vcl/pdfextoutdevdata.hxx)0
-rw-r--r--include/vcl/pdfwriter.hxx (renamed from vcl/inc/vcl/pdfwriter.hxx)0
-rw-r--r--include/vcl/pngread.hxx (renamed from vcl/inc/vcl/pngread.hxx)0
-rw-r--r--include/vcl/pngwrite.hxx (renamed from vcl/inc/vcl/pngwrite.hxx)0
-rw-r--r--include/vcl/pointr.hxx (renamed from vcl/inc/vcl/pointr.hxx)0
-rw-r--r--include/vcl/popupmenuwindow.hxx (renamed from vcl/inc/vcl/popupmenuwindow.hxx)0
-rw-r--r--include/vcl/ppdparser.hxx (renamed from vcl/inc/vcl/ppdparser.hxx)0
-rw-r--r--include/vcl/prgsbar.hxx (renamed from vcl/inc/vcl/prgsbar.hxx)0
-rw-r--r--include/vcl/print.hxx (renamed from vcl/inc/vcl/print.hxx)0
-rw-r--r--include/vcl/printerinfomanager.hxx (renamed from vcl/inc/vcl/printerinfomanager.hxx)0
-rw-r--r--include/vcl/prntypes.hxx (renamed from vcl/inc/vcl/prntypes.hxx)0
-rw-r--r--include/vcl/ptrstyle.hxx (renamed from vcl/inc/vcl/ptrstyle.hxx)0
-rw-r--r--include/vcl/quickselectionengine.hxx (renamed from vcl/inc/vcl/quickselectionengine.hxx)0
-rw-r--r--include/vcl/regband.hxx (renamed from vcl/inc/vcl/regband.hxx)0
-rw-r--r--include/vcl/region.hxx (renamed from vcl/inc/vcl/region.hxx)0
-rw-r--r--include/vcl/salbtype.hxx (renamed from vcl/inc/vcl/salbtype.hxx)0
-rw-r--r--include/vcl/salctype.hxx (renamed from vcl/inc/vcl/salctype.hxx)0
-rw-r--r--include/vcl/salgtype.hxx (renamed from vcl/inc/vcl/salgtype.hxx)0
-rw-r--r--include/vcl/salnativewidgets.hxx (renamed from vcl/inc/vcl/salnativewidgets.hxx)0
-rw-r--r--include/vcl/scopedbitmapaccess.hxx (renamed from vcl/inc/vcl/scopedbitmapaccess.hxx)0
-rw-r--r--include/vcl/scrbar.hxx (renamed from vcl/inc/vcl/scrbar.hxx)0
-rw-r--r--include/vcl/seleng.hxx (renamed from vcl/inc/vcl/seleng.hxx)0
-rw-r--r--include/vcl/settings.hxx (renamed from vcl/inc/vcl/settings.hxx)0
-rw-r--r--include/vcl/slider.hxx (renamed from vcl/inc/vcl/slider.hxx)0
-rw-r--r--include/vcl/solarmutex.hxx (renamed from vcl/inc/vcl/solarmutex.hxx)0
-rw-r--r--include/vcl/sound.hxx (renamed from vcl/inc/vcl/sound.hxx)0
-rw-r--r--include/vcl/spin.h (renamed from vcl/inc/vcl/spin.h)0
-rw-r--r--include/vcl/spin.hxx (renamed from vcl/inc/vcl/spin.hxx)0
-rw-r--r--include/vcl/spinfld.hxx (renamed from vcl/inc/vcl/spinfld.hxx)0
-rw-r--r--include/vcl/split.hxx (renamed from vcl/inc/vcl/split.hxx)0
-rw-r--r--include/vcl/splitwin.hxx (renamed from vcl/inc/vcl/splitwin.hxx)0
-rw-r--r--include/vcl/status.hxx (renamed from vcl/inc/vcl/status.hxx)0
-rw-r--r--include/vcl/stdtext.hxx (renamed from vcl/inc/vcl/stdtext.hxx)0
-rw-r--r--include/vcl/strhelper.hxx (renamed from vcl/inc/vcl/strhelper.hxx)0
-rw-r--r--include/vcl/svapp.hxx (renamed from vcl/inc/vcl/svapp.hxx)0
-rw-r--r--include/vcl/svgdata.hxx (renamed from vcl/inc/vcl/svgdata.hxx)0
-rw-r--r--include/vcl/syschild.hxx (renamed from vcl/inc/vcl/syschild.hxx)0
-rw-r--r--include/vcl/sysdata.hxx (renamed from vcl/inc/vcl/sysdata.hxx)0
-rw-r--r--include/vcl/syswin.hxx (renamed from vcl/inc/vcl/syswin.hxx)0
-rw-r--r--include/vcl/tabctrl.hxx (renamed from vcl/inc/vcl/tabctrl.hxx)0
-rw-r--r--include/vcl/tabdlg.hxx (renamed from vcl/inc/vcl/tabdlg.hxx)0
-rw-r--r--include/vcl/tabpage.hxx (renamed from vcl/inc/vcl/tabpage.hxx)0
-rw-r--r--include/vcl/taskpanelist.hxx (renamed from vcl/inc/vcl/taskpanelist.hxx)0
-rw-r--r--include/vcl/textdata.hxx (renamed from vcl/inc/vcl/textdata.hxx)0
-rw-r--r--include/vcl/texteng.hxx (renamed from vcl/inc/vcl/texteng.hxx)0
-rw-r--r--include/vcl/textview.hxx (renamed from vcl/inc/vcl/textview.hxx)0
-rw-r--r--include/vcl/threadex.hxx (renamed from vcl/inc/vcl/threadex.hxx)0
-rw-r--r--include/vcl/throbber.hxx (renamed from vcl/inc/vcl/throbber.hxx)0
-rw-r--r--include/vcl/timer.hxx (renamed from vcl/inc/vcl/timer.hxx)0
-rw-r--r--include/vcl/toolbox.hxx (renamed from vcl/inc/vcl/toolbox.hxx)0
-rw-r--r--include/vcl/txtattr.hxx (renamed from vcl/inc/vcl/txtattr.hxx)0
-rw-r--r--include/vcl/unohelp.hxx (renamed from vcl/inc/vcl/unohelp.hxx)0
-rw-r--r--include/vcl/unohelp2.hxx (renamed from vcl/inc/vcl/unohelp2.hxx)0
-rw-r--r--include/vcl/unowrap.hxx (renamed from vcl/inc/vcl/unowrap.hxx)0
-rw-r--r--include/vcl/vclenum.hxx (renamed from vcl/inc/vcl/vclenum.hxx)0
-rw-r--r--include/vcl/vclevent.hxx (renamed from vcl/inc/vcl/vclevent.hxx)0
-rw-r--r--include/vcl/vclmain.hxx (renamed from vcl/inc/vcl/vclmain.hxx)0
-rw-r--r--include/vcl/vclmedit.hxx (renamed from vcl/inc/vcl/vclmedit.hxx)0
-rw-r--r--include/vcl/virdev.hxx (renamed from vcl/inc/vcl/virdev.hxx)0
-rw-r--r--include/vcl/waitobj.hxx (renamed from vcl/inc/vcl/waitobj.hxx)0
-rw-r--r--include/vcl/wall.hxx (renamed from vcl/inc/vcl/wall.hxx)0
-rw-r--r--include/vcl/window.hxx (renamed from vcl/inc/vcl/window.hxx)0
-rw-r--r--include/vcl/wmf.hxx (renamed from vcl/inc/vcl/wmf.hxx)0
-rw-r--r--include/vcl/wrkwin.hxx (renamed from vcl/inc/vcl/wrkwin.hxx)0
-rw-r--r--include/vcl/xtextedt.hxx (renamed from vcl/inc/vcl/xtextedt.hxx)0
-rw-r--r--include/xmloff/DashStyle.hxx (renamed from xmloff/inc/xmloff/DashStyle.hxx)0
-rw-r--r--include/xmloff/DocumentSettingsContext.hxx (renamed from xmloff/inc/xmloff/DocumentSettingsContext.hxx)0
-rw-r--r--include/xmloff/EnumPropertyHdl.hxx (renamed from xmloff/inc/xmloff/EnumPropertyHdl.hxx)0
-rw-r--r--include/xmloff/GradientStyle.hxx (renamed from xmloff/inc/xmloff/GradientStyle.hxx)0
-rw-r--r--include/xmloff/HatchStyle.hxx (renamed from xmloff/inc/xmloff/HatchStyle.hxx)0
-rw-r--r--include/xmloff/ImageStyle.hxx (renamed from xmloff/inc/xmloff/ImageStyle.hxx)0
-rw-r--r--include/xmloff/MarkerStyle.hxx (renamed from xmloff/inc/xmloff/MarkerStyle.hxx)0
-rw-r--r--include/xmloff/NamedBoolPropertyHdl.hxx (renamed from xmloff/inc/xmloff/NamedBoolPropertyHdl.hxx)0
-rw-r--r--include/xmloff/PageMasterStyleMap.hxx (renamed from xmloff/inc/xmloff/PageMasterStyleMap.hxx)0
-rw-r--r--include/xmloff/ProgressBarHelper.hxx (renamed from xmloff/inc/xmloff/ProgressBarHelper.hxx)0
-rw-r--r--include/xmloff/PropertySetInfoHash.hxx (renamed from xmloff/inc/xmloff/PropertySetInfoHash.hxx)0
-rw-r--r--include/xmloff/PropertySetInfoKey.hxx (renamed from xmloff/inc/xmloff/PropertySetInfoKey.hxx)0
-rw-r--r--include/xmloff/SchXMLExportHelper.hxx (renamed from xmloff/inc/xmloff/SchXMLExportHelper.hxx)0
-rw-r--r--include/xmloff/SchXMLImportHelper.hxx (renamed from xmloff/inc/xmloff/SchXMLImportHelper.hxx)0
-rw-r--r--include/xmloff/SchXMLSeriesHelper.hxx (renamed from xmloff/inc/xmloff/SchXMLSeriesHelper.hxx)0
-rw-r--r--include/xmloff/SettingsExportHelper.hxx (renamed from xmloff/inc/xmloff/SettingsExportHelper.hxx)0
-rw-r--r--include/xmloff/SinglePropertySetInfoCache.hxx (renamed from xmloff/inc/xmloff/SinglePropertySetInfoCache.hxx)0
-rw-r--r--include/xmloff/WordWrapPropertyHdl.hxx (renamed from xmloff/inc/xmloff/WordWrapPropertyHdl.hxx)0
-rw-r--r--include/xmloff/XMLBase64ImportContext.hxx (renamed from xmloff/inc/xmloff/XMLBase64ImportContext.hxx)0
-rw-r--r--include/xmloff/XMLCharContext.hxx (renamed from xmloff/inc/xmloff/XMLCharContext.hxx)0
-rw-r--r--include/xmloff/XMLConstantsPropertyHandler.hxx (renamed from xmloff/inc/xmloff/XMLConstantsPropertyHandler.hxx)0
-rw-r--r--include/xmloff/XMLEmbeddedObjectExportFilter.hxx (renamed from xmloff/inc/xmloff/XMLEmbeddedObjectExportFilter.hxx)0
-rw-r--r--include/xmloff/XMLEventExport.hxx (renamed from xmloff/inc/xmloff/XMLEventExport.hxx)0
-rw-r--r--include/xmloff/XMLEventsImportContext.hxx (renamed from xmloff/inc/xmloff/XMLEventsImportContext.hxx)0
-rw-r--r--include/xmloff/XMLFilterServiceNames.h (renamed from xmloff/inc/xmloff/XMLFilterServiceNames.h)0
-rw-r--r--include/xmloff/XMLFontAutoStylePool.hxx (renamed from xmloff/inc/xmloff/XMLFontAutoStylePool.hxx)0
-rw-r--r--include/xmloff/XMLFontStylesContext.hxx (renamed from xmloff/inc/xmloff/XMLFontStylesContext.hxx)0
-rw-r--r--include/xmloff/XMLGraphicsDefaultStyle.hxx (renamed from xmloff/inc/xmloff/XMLGraphicsDefaultStyle.hxx)0
-rw-r--r--include/xmloff/XMLPageExport.hxx (renamed from xmloff/inc/xmloff/XMLPageExport.hxx)0
-rw-r--r--include/xmloff/XMLSettingsExportContext.hxx (renamed from xmloff/inc/xmloff/XMLSettingsExportContext.hxx)0
-rw-r--r--include/xmloff/XMLShapeStyleContext.hxx (renamed from xmloff/inc/xmloff/XMLShapeStyleContext.hxx)0
-rw-r--r--include/xmloff/XMLStringVector.hxx (renamed from xmloff/inc/xmloff/XMLStringVector.hxx)0
-rw-r--r--include/xmloff/XMLTextListAutoStylePool.hxx (renamed from xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx)0
-rw-r--r--include/xmloff/XMLTextMasterPageContext.hxx (renamed from xmloff/inc/xmloff/XMLTextMasterPageContext.hxx)0
-rw-r--r--include/xmloff/XMLTextMasterPageExport.hxx (renamed from xmloff/inc/xmloff/XMLTextMasterPageExport.hxx)0
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx (renamed from xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx)0
-rw-r--r--include/xmloff/XMLTextShapeImportHelper.hxx (renamed from xmloff/inc/xmloff/XMLTextShapeImportHelper.hxx)0
-rw-r--r--include/xmloff/XMLTextShapeStyleContext.hxx (renamed from xmloff/inc/xmloff/XMLTextShapeStyleContext.hxx)0
-rw-r--r--include/xmloff/XMLTextTableContext.hxx (renamed from xmloff/inc/xmloff/XMLTextTableContext.hxx)0
-rw-r--r--include/xmloff/animationexport.hxx (renamed from xmloff/inc/xmloff/animationexport.hxx)0
-rw-r--r--include/xmloff/animexp.hxx (renamed from xmloff/inc/xmloff/animexp.hxx)0
-rw-r--r--include/xmloff/attrlist.hxx (renamed from xmloff/inc/xmloff/attrlist.hxx)0
-rw-r--r--include/xmloff/contextid.hxx (renamed from xmloff/inc/xmloff/contextid.hxx)0
-rw-r--r--include/xmloff/controlpropertyhdl.hxx (renamed from xmloff/inc/xmloff/controlpropertyhdl.hxx)0
-rw-r--r--include/xmloff/dllapi.h (renamed from xmloff/inc/xmloff/dllapi.h)0
-rw-r--r--include/xmloff/families.hxx (renamed from xmloff/inc/xmloff/families.hxx)0
-rw-r--r--include/xmloff/formlayerexport.hxx (renamed from xmloff/inc/xmloff/formlayerexport.hxx)0
-rw-r--r--include/xmloff/formlayerimport.hxx (renamed from xmloff/inc/xmloff/formlayerimport.hxx)0
-rw-r--r--include/xmloff/i18nmap.hxx (renamed from xmloff/inc/xmloff/i18nmap.hxx)0
-rw-r--r--include/xmloff/maptype.hxx (renamed from xmloff/inc/xmloff/maptype.hxx)0
-rw-r--r--include/xmloff/nmspmap.hxx (renamed from xmloff/inc/xmloff/nmspmap.hxx)0
-rw-r--r--include/xmloff/numehelp.hxx (renamed from xmloff/inc/xmloff/numehelp.hxx)0
-rw-r--r--include/xmloff/odffields.hxx (renamed from xmloff/inc/xmloff/odffields.hxx)0
-rw-r--r--include/xmloff/prhdlfac.hxx (renamed from xmloff/inc/xmloff/prhdlfac.hxx)0
-rw-r--r--include/xmloff/prstylei.hxx (renamed from xmloff/inc/xmloff/prstylei.hxx)0
-rw-r--r--include/xmloff/settingsstore.hxx (renamed from xmloff/inc/xmloff/settingsstore.hxx)0
-rw-r--r--include/xmloff/shapeexport.hxx (renamed from xmloff/inc/xmloff/shapeexport.hxx)0
-rw-r--r--include/xmloff/shapeimport.hxx (renamed from xmloff/inc/xmloff/shapeimport.hxx)0
-rw-r--r--include/xmloff/styleexp.hxx (renamed from xmloff/inc/xmloff/styleexp.hxx)0
-rw-r--r--include/xmloff/table/XMLTableExport.hxx (renamed from xmloff/inc/xmloff/table/XMLTableExport.hxx)0
-rw-r--r--include/xmloff/table/XMLTableImport.hxx (renamed from xmloff/inc/xmloff/table/XMLTableImport.hxx)0
-rw-r--r--include/xmloff/txtimp.hxx (renamed from xmloff/inc/xmloff/txtimp.hxx)0
-rw-r--r--include/xmloff/txtimppr.hxx (renamed from xmloff/inc/xmloff/txtimppr.hxx)0
-rw-r--r--include/xmloff/txtparae.hxx (renamed from xmloff/inc/xmloff/txtparae.hxx)0
-rw-r--r--include/xmloff/txtprmap.hxx (renamed from xmloff/inc/xmloff/txtprmap.hxx)0
-rw-r--r--include/xmloff/txtstyli.hxx (renamed from xmloff/inc/xmloff/txtstyli.hxx)0
-rw-r--r--include/xmloff/uniref.hxx (renamed from xmloff/inc/xmloff/uniref.hxx)0
-rw-r--r--include/xmloff/unoatrcn.hxx (renamed from xmloff/inc/xmloff/unoatrcn.hxx)0
-rw-r--r--include/xmloff/unointerfacetouniqueidentifiermapper.hxx (renamed from xmloff/inc/xmloff/unointerfacetouniqueidentifiermapper.hxx)0
-rw-r--r--include/xmloff/xformsexport.hxx (renamed from xmloff/inc/xmloff/xformsexport.hxx)0
-rw-r--r--include/xmloff/xformsimport.hxx (renamed from xmloff/inc/xmloff/xformsimport.hxx)0
-rw-r--r--include/xmloff/xmlaustp.hxx (renamed from xmloff/inc/xmloff/xmlaustp.hxx)0
-rw-r--r--include/xmloff/xmlcnimp.hxx (renamed from xmloff/inc/xmloff/xmlcnimp.hxx)0
-rw-r--r--include/xmloff/xmlement.hxx (renamed from xmloff/inc/xmloff/xmlement.hxx)0
-rw-r--r--include/xmloff/xmlerror.hxx (renamed from xmloff/inc/xmloff/xmlerror.hxx)0
-rw-r--r--include/xmloff/xmlevent.hxx (renamed from xmloff/inc/xmloff/xmlevent.hxx)0
-rw-r--r--include/xmloff/xmlexp.hxx (renamed from xmloff/inc/xmloff/xmlexp.hxx)0
-rw-r--r--include/xmloff/xmlexppr.hxx (renamed from xmloff/inc/xmloff/xmlexppr.hxx)0
-rw-r--r--include/xmloff/xmlictxt.hxx (renamed from xmloff/inc/xmloff/xmlictxt.hxx)0
-rw-r--r--include/xmloff/xmlimp.hxx (renamed from xmloff/inc/xmloff/xmlimp.hxx)0
-rw-r--r--include/xmloff/xmlimppr.hxx (renamed from xmloff/inc/xmloff/xmlimppr.hxx)0
-rw-r--r--include/xmloff/xmlmetae.hxx (renamed from xmloff/inc/xmloff/xmlmetae.hxx)0
-rw-r--r--include/xmloff/xmlmetai.hxx (renamed from xmloff/inc/xmloff/xmlmetai.hxx)0
-rw-r--r--include/xmloff/xmlmultiimagehelper.hxx (renamed from xmloff/inc/xmloff/xmlmultiimagehelper.hxx)0
-rw-r--r--include/xmloff/xmlnmspe.hxx (renamed from xmloff/inc/xmloff/xmlnmspe.hxx)0
-rw-r--r--include/xmloff/xmlnume.hxx (renamed from xmloff/inc/xmloff/xmlnume.hxx)0
-rw-r--r--include/xmloff/xmlnumfe.hxx (renamed from xmloff/inc/xmloff/xmlnumfe.hxx)0
-rw-r--r--include/xmloff/xmlnumfi.hxx (renamed from xmloff/inc/xmloff/xmlnumfi.hxx)0
-rw-r--r--include/xmloff/xmlnumi.hxx (renamed from xmloff/inc/xmloff/xmlnumi.hxx)0
-rw-r--r--include/xmloff/xmlprcon.hxx (renamed from xmloff/inc/xmloff/xmlprcon.hxx)0
-rw-r--r--include/xmloff/xmlprhdl.hxx (renamed from xmloff/inc/xmloff/xmlprhdl.hxx)0
-rw-r--r--include/xmloff/xmlprmap.hxx (renamed from xmloff/inc/xmloff/xmlprmap.hxx)0
-rw-r--r--include/xmloff/xmlreg.hxx (renamed from xmloff/inc/xmloff/xmlreg.hxx)0
-rw-r--r--include/xmloff/xmlscripti.hxx (renamed from xmloff/inc/xmloff/xmlscripti.hxx)0
-rw-r--r--include/xmloff/xmlstyle.hxx (renamed from xmloff/inc/xmloff/xmlstyle.hxx)0
-rw-r--r--include/xmloff/xmltabe.hxx (renamed from xmloff/inc/xmloff/xmltabe.hxx)0
-rw-r--r--include/xmloff/xmltkmap.hxx (renamed from xmloff/inc/xmloff/xmltkmap.hxx)0
-rw-r--r--include/xmloff/xmltoken.hxx (renamed from xmloff/inc/xmloff/xmltoken.hxx)0
-rw-r--r--include/xmloff/xmltypes.hxx (renamed from xmloff/inc/xmloff/xmltypes.hxx)0
-rw-r--r--include/xmloff/xmluconv.hxx (renamed from xmloff/inc/xmloff/xmluconv.hxx)0
-rw-r--r--include/xmlreader/README (renamed from xmlreader/inc/xmlreader/README)0
-rw-r--r--include/xmlreader/detail/xmlreaderdllapi.hxx (renamed from xmlreader/inc/xmlreader/detail/xmlreaderdllapi.hxx)0
-rw-r--r--include/xmlreader/pad.hxx (renamed from xmlreader/inc/xmlreader/pad.hxx)0
-rw-r--r--include/xmlreader/span.hxx (renamed from xmlreader/inc/xmlreader/span.hxx)0
-rw-r--r--include/xmlreader/xmlreader.hxx (renamed from xmlreader/inc/xmlreader/xmlreader.hxx)0
-rw-r--r--include/xmlscript/xml_helper.hxx (renamed from xmlscript/inc/xmlscript/xml_helper.hxx)0
-rw-r--r--include/xmlscript/xmldlg_imexp.hxx (renamed from xmlscript/inc/xmlscript/xmldlg_imexp.hxx)0
-rw-r--r--include/xmlscript/xmllib_imexp.hxx (renamed from xmlscript/inc/xmlscript/xmllib_imexp.hxx)0
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx (renamed from xmlscript/inc/xmlscript/xmlmod_imexp.hxx)0
-rw-r--r--include/xmlscript/xmlns.h (renamed from xmlscript/inc/xmlscript/xmlns.h)0
-rw-r--r--include/xmlscript/xmlscriptdllapi.h (renamed from xmlscript/inc/xmlscript/xmlscriptdllapi.h)0
-rw-r--r--jvmaccess/Module_jvmaccess.mk1
-rw-r--r--jvmaccess/Package_inc.mk17
-rw-r--r--jvmfwk/Module_jvmfwk.mk1
-rw-r--r--jvmfwk/Package_inc.mk17
-rw-r--r--linguistic/Module_linguistic.mk1
-rw-r--r--linguistic/Package_inc.mk41
-rw-r--r--o3tl/Module_o3tl.mk1
-rw-r--r--o3tl/Package_inc.mk38
-rw-r--r--oox/Module_oox.mk1
-rw-r--r--oox/Package_inc.mk87
-rw-r--r--package/Module_package.mk1
-rw-r--r--package/Package_inc.mk35
-rw-r--r--registry/Module_registry.mk1
-rw-r--r--registry/Package_inc.mk43
-rw-r--r--rsc/Module_rsc.mk1
-rw-r--r--rsc/Package_inc.mk34
-rw-r--r--sax/Module_sax.mk1
-rw-r--r--sax/Package_inc.mk18
-rw-r--r--sfx2/Library_qstart_gtk.mk2
-rw-r--r--sfx2/Library_sfx.mk4
-rw-r--r--sfx2/Module_sfx2.mk1
-rw-r--r--sfx2/Package_inc.mk134
-rw-r--r--shell/Module_shell.mk1
-rw-r--r--shell/Package_inc.mk18
-rw-r--r--sot/Module_sot.mk1
-rw-r--r--sot/Package_inc.mk32
-rw-r--r--store/Module_store.mk1
-rw-r--r--store/Package_inc.mk34
-rw-r--r--svl/Module_svl.mk1
-rw-r--r--svl/Package_inc.mk112
-rw-r--r--svtools/Library_svt.mk2
-rw-r--r--svtools/Module_svtools.mk1
-rw-r--r--svtools/Package_inc.mk174
-rw-r--r--svx/Module_svx.mk1
-rw-r--r--svx/Package_inc.mk549
-rw-r--r--svx/source/svdraw/svdoashp.cxx6
-rw-r--r--test/Module_test.mk1
-rw-r--r--test/Package_inc.mk46
-rw-r--r--toolkit/Module_toolkit.mk1
-rw-r--r--toolkit/Package_inc.mk55
-rw-r--r--tools/Module_tools.mk1
-rw-r--r--tools/Package_inc.mk87
-rw-r--r--touch/Module_touch.mk1
-rw-r--r--touch/Package_inc.mk13
-rw-r--r--tubes/Module_tubes.mk1
-rw-r--r--tubes/Package_inc.mk16
-rw-r--r--ucbhelper/Module_ucbhelper.mk1
-rw-r--r--ucbhelper/Package_inc.mk42
-rw-r--r--udm/Module_udm.mk1
-rw-r--r--udm/Package_inc.mk14
-rw-r--r--unoidl/Module_unoidl.mk1
-rw-r--r--unoidl/Package_inc.mk17
-rw-r--r--unotest/Module_unotest.mk1
-rw-r--r--unotest/Package_inc.mk39
-rw-r--r--unotools/Module_unotools.mk1
-rw-r--r--unotools/Package_inc.mk82
-rw-r--r--vbahelper/Module_vbahelper.mk1
-rw-r--r--vbahelper/Package_inc.mk43
-rw-r--r--vcl/Module_vcl.mk1
-rw-r--r--vcl/Package_inc.mk174
-rw-r--r--xmloff/Module_xmloff.mk1
-rw-r--r--xmloff/Package_inc.mk123
-rw-r--r--xmlreader/Module_xmlreader.mk1
-rw-r--r--xmlreader/Package_inc.mk35
-rw-r--r--xmlscript/Module_xmlscript.mk1
-rw-r--r--xmlscript/Package_inc.mk19
2488 files changed, 10 insertions, 3309 deletions
diff --git a/animations/Module_animations.mk b/animations/Module_animations.mk
index fe7770ac3f77..34680afcb748 100644
--- a/animations/Module_animations.mk
+++ b/animations/Module_animations.mk
@@ -30,7 +30,6 @@ $(eval $(call gb_Module_Module,animations))
$(eval $(call gb_Module_add_targets,animations,\
Library_animcore \
- Package_inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/animations/Package_inc.mk b/animations/Package_inc.mk
deleted file mode 100644
index c72b909f5750..000000000000
--- a/animations/Package_inc.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2011 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Package_Package,animations_inc,$(SRCDIR)/animations/inc))
-
-$(eval $(call gb_Package_add_file,animations_inc,inc/animations/animationnodehelper.hxx,animations/animationnodehelper.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/apple_remote/Module_apple_remote.mk b/apple_remote/Module_apple_remote.mk
index 72caa990b1dd..68cc7f1d47ff 100644
--- a/apple_remote/Module_apple_remote.mk
+++ b/apple_remote/Module_apple_remote.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,apple_remote))
ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,apple_remote,\
Library_AppleRemote \
- Package_inc \
))
endif
diff --git a/apple_remote/Package_inc.mk b/apple_remote/Package_inc.mk
deleted file mode 100644
index e4c3a2123691..000000000000
--- a/apple_remote/Package_inc.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,apple_remote_inc,$(SRCDIR)/apple_remote/inc))
-
-$(eval $(call gb_Package_add_file,apple_remote_inc,inc/apple_remote/RemoteControl.h,apple_remote/RemoteControl.h))
-$(eval $(call gb_Package_add_file,apple_remote_inc,inc/apple_remote/RemoteMainController.h,apple_remote/RemoteMainController.h))
-
diff --git a/avmedia/Module_avmedia.mk b/avmedia/Module_avmedia.mk
index 2f03dd941017..4888d4adfc9a 100644
--- a/avmedia/Module_avmedia.mk
+++ b/avmedia/Module_avmedia.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Module_Module,avmedia))
$(eval $(call gb_Module_add_targets,avmedia,\
AllLangResTarget_avmedia \
Library_avmedia \
- Package_inc \
))
ifeq ($(ENABLE_GSTREAMER),TRUE)
diff --git a/avmedia/Package_inc.mk b/avmedia/Package_inc.mk
deleted file mode 100644
index c245ba32cb64..000000000000
--- a/avmedia/Package_inc.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Initial Developer of the Original Code is
-# Matúš Kukan <matus.kukan@gmail.com>
-# Portions created by the Initial Developer are Copyright (C) 2011 the
-# Initial Developer. All Rights Reserved.
-#
-# Major Contributor(s):
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Package_Package,avmedia_inc,$(SRCDIR)/avmedia/inc))
-
-$(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/avmediadllapi.h,avmedia/avmediadllapi.h))
-$(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediaitem.hxx,avmedia/mediaitem.hxx))
-$(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediaplayer.hxx,avmedia/mediaplayer.hxx))
-$(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediatoolbox.hxx,avmedia/mediatoolbox.hxx))
-$(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediawindow.hxx,avmedia/mediawindow.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/basebmp/Module_basebmp.mk b/basebmp/Module_basebmp.mk
index b1c45fed11fb..e55ebbbd6988 100644
--- a/basebmp/Module_basebmp.mk
+++ b/basebmp/Module_basebmp.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Module_add_targets,basebmp,\
endif
$(eval $(call gb_Module_add_targets,basebmp,\
- Package_inc \
))
$(eval $(call gb_Module_add_check_targets,basebmp,\
diff --git a/basebmp/Package_inc.mk b/basebmp/Package_inc.mk
deleted file mode 100644
index 1be28fa11bd1..000000000000
--- a/basebmp/Package_inc.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,basebmp_inc,$(SRCDIR)/basebmp/inc))
-
-$(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/bitmapdevice.hxx,basebmp/bitmapdevice.hxx))
-$(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/basebmpdllapi.h,basebmp/basebmpdllapi.h))
-$(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/color.hxx,basebmp/color.hxx))
-$(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/debug.hxx,basebmp/debug.hxx))
-$(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/drawmodes.hxx,basebmp/drawmodes.hxx))
-$(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/scanlineformats.hxx,basebmp/scanlineformats.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/basegfx/Module_basegfx.mk b/basegfx/Module_basegfx.mk
index d5d63ebac954..c854d995e876 100644
--- a/basegfx/Module_basegfx.mk
+++ b/basegfx/Module_basegfx.mk
@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,basegfx))
$(eval $(call gb_Module_add_targets,basegfx,\
Library_basegfx \
- Package_inc \
))
$(eval $(call gb_Module_add_check_targets,basegfx,\
diff --git a/basegfx/Package_inc.mk b/basegfx/Package_inc.mk
deleted file mode 100644
index 76d40ab96ba6..000000000000
--- a/basegfx/Package_inc.mk
+++ /dev/null
@@ -1,84 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,basegfx_inc,$(SRCDIR)/basegfx/inc))
-
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/basegfxdllapi.h,basegfx/basegfxdllapi.h))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/color/bcolor.hxx,basegfx/color/bcolor.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/color/bcolormodifier.hxx,basegfx/color/bcolormodifier.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/color/bcolortools.hxx,basegfx/color/bcolortools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/curve/b2dbeziertools.hxx,basegfx/curve/b2dbeziertools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/curve/b2dcubicbezier.hxx,basegfx/curve/b2dcubicbezier.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/matrix/b2dhommatrix.hxx,basegfx/matrix/b2dhommatrix.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/matrix/b2dhommatrixtools.hxx,basegfx/matrix/b2dhommatrixtools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/matrix/b3dhommatrix.hxx,basegfx/matrix/b3dhommatrix.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/numeric/ftools.hxx,basegfx/numeric/ftools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/pixel/bpixel.hxx,basegfx/pixel/bpixel.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2dpoint.hxx,basegfx/point/b2dpoint.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b2ipoint.hxx,basegfx/point/b2ipoint.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3dpoint.hxx,basegfx/point/b3dpoint.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/point/b3ipoint.hxx,basegfx/point/b3ipoint.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dlinegeometry.hxx,basegfx/polygon/b2dlinegeometry.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolygon.hxx,basegfx/polygon/b2dpolygon.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolygonclipper.hxx,basegfx/polygon/b2dpolygonclipper.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolygoncutandtouch.hxx,basegfx/polygon/b2dpolygoncutandtouch.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolygontools.hxx,basegfx/polygon/b2dpolygontools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolygontriangulator.hxx,basegfx/polygon/b2dpolygontriangulator.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolypolygon.hxx,basegfx/polygon/b2dpolypolygon.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolypolygoncutter.hxx,basegfx/polygon/b2dpolypolygoncutter.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolypolygonfillrule.hxx,basegfx/polygon/b2dpolypolygonfillrule.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dpolypolygontools.hxx,basegfx/polygon/b2dpolypolygontools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b2dtrapezoid.hxx,basegfx/polygon/b2dtrapezoid.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b3dpolygon.hxx,basegfx/polygon/b3dpolygon.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b3dpolygontools.hxx,basegfx/polygon/b3dpolygontools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b3dpolypolygon.hxx,basegfx/polygon/b3dpolypolygon.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/polygon/b3dpolypolygontools.hxx,basegfx/polygon/b3dpolypolygontools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1drange.hxx,basegfx/range/b1drange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1ibox.hxx,basegfx/range/b1ibox.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1irange.hxx,basegfx/range/b1irange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2dconnectedranges.hxx,basegfx/range/b2dconnectedranges.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2dpolyrange.hxx,basegfx/range/b2dpolyrange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2drange.hxx,basegfx/range/b2drange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2drangeclipper.hxx,basegfx/range/b2drangeclipper.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2drectangle.hxx,basegfx/range/b2drectangle.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2ibox.hxx,basegfx/range/b2ibox.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2irange.hxx,basegfx/range/b2irange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2irectangle.hxx,basegfx/range/b2irectangle.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b3drange.hxx,basegfx/range/b3drange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b3irange.hxx,basegfx/range/b3irange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/basicbox.hxx,basegfx/range/basicbox.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/basicrange.hxx,basegfx/range/basicrange.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/raster/bpixelraster.hxx,basegfx/raster/bpixelraster.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/raster/bzpixelraster.hxx,basegfx/raster/bzpixelraster.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/raster/rasterconvert3d.hxx,basegfx/raster/rasterconvert3d.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/b2dclipstate.hxx,basegfx/tools/b2dclipstate.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/canvastools.hxx,basegfx/tools/canvastools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/gradienttools.hxx,basegfx/tools/gradienttools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/keystoplerp.hxx,basegfx/tools/keystoplerp.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/lerp.hxx,basegfx/tools/lerp.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/rectcliptools.hxx,basegfx/tools/rectcliptools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/tools.hxx,basegfx/tools/tools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/unopolypolygon.hxx,basegfx/tools/unopolypolygon.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/unotools.hxx,basegfx/tools/unotools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/zoomtools.hxx,basegfx/tools/zoomtools.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b2dtuple.hxx,basegfx/tuple/b2dtuple.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b2i64tuple.hxx,basegfx/tuple/b2i64tuple.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b2ituple.hxx,basegfx/tuple/b2ituple.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b3dtuple.hxx,basegfx/tuple/b3dtuple.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b3i64tuple.hxx,basegfx/tuple/b3i64tuple.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b3ituple.hxx,basegfx/tuple/b3ituple.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b2dsize.hxx,basegfx/vector/b2dsize.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b2dvector.hxx,basegfx/vector/b2dvector.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b2enums.hxx,basegfx/vector/b2enums.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b2isize.hxx,basegfx/vector/b2isize.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b2ivector.hxx,basegfx/vector/b2ivector.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b3dvector.hxx,basegfx/vector/b3dvector.hxx))
-$(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/vector/b3ivector.hxx,basegfx/vector/b3ivector.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk
index d94bf160f39c..3dc300535079 100644
--- a/basic/Module_basic.mk
+++ b/basic/Module_basic.mk
@@ -27,7 +27,6 @@ endif
$(eval $(call gb_Module_add_targets,basic,\
Library_sb \
- Package_inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/basic/Package_inc.mk b/basic/Package_inc.mk
deleted file mode 100644
index 0bd147917c55..000000000000
--- a/basic/Package_inc.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,basic_inc,$(SRCDIR)/basic/inc))
-
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/basicdllapi.h,basic/basicdllapi.h))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/basicmanagerrepository.hxx,basic/basicmanagerrepository.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/basmgr.hxx,basic/basmgr.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/basrdll.hxx,basic/basrdll.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/modsizeexceeded.hxx,basic/modsizeexceeded.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbdef.hxx,basic/sbdef.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sberrors.hxx,basic/sberrors.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbmeth.hxx,basic/sbmeth.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbmod.hxx,basic/sbmod.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbstar.hxx,basic/sbstar.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbuno.hxx,basic/sbuno.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxcore.hxx,basic/sbxcore.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxdef.hxx,basic/sbxdef.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxfac.hxx,basic/sbxfac.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxform.hxx,basic/sbxform.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbx.hxx,basic/sbx.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/global.hxx,basic/global.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxmeth.hxx,basic/sbxmeth.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxobj.hxx,basic/sbxobj.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxprop.hxx,basic/sbxprop.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/sbxvar.hxx,basic/sbxvar.hxx))
-$(eval $(call gb_Package_add_file,basic_inc,inc/basic/vbahelper.hxx,basic/vbahelper.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/canvas/Module_canvas.mk b/canvas/Module_canvas.mk
index 39ffd5b7a09b..a678fafa5f0a 100644
--- a/canvas/Module_canvas.mk
+++ b/canvas/Module_canvas.mk
@@ -34,7 +34,6 @@ $(eval $(call gb_Module_add_targets,canvas,\
Library_nullcanvas \
Library_simplecanvas \
Library_vclcanvas \
- Package_inc \
))
ifeq ($(ENABLE_CAIRO_CANVAS),TRUE)
diff --git a/canvas/Package_inc.mk b/canvas/Package_inc.mk
deleted file mode 100644
index f5fa6b5c2b3d..000000000000
--- a/canvas/Package_inc.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2011 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Package_Package,canvas_inc,$(SRCDIR)/canvas/inc))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/bitmapcanvasbase.hxx,canvas/base/bitmapcanvasbase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/bufferedgraphicdevicebase.hxx,canvas/base/bufferedgraphicdevicebase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/cachedprimitivebase.hxx,canvas/base/cachedprimitivebase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvasbase.hxx,canvas/base/canvasbase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvascustomspritebase.hxx,canvas/base/canvascustomspritebase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvascustomspritehelper.hxx,canvas/base/canvascustomspritehelper.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/graphicdevicebase.hxx,canvas/base/graphicdevicebase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/integerbitmapbase.hxx,canvas/base/integerbitmapbase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/sprite.hxx,canvas/base/sprite.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/spritecanvasbase.hxx,canvas/base/spritecanvasbase.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/spritesurface.hxx,canvas/base/spritesurface.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/canvastools.hxx,canvas/canvastools.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/canvastoolsdllapi.h,canvas/canvastoolsdllapi.h))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/debug.hxx,canvas/debug.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/elapsedtime.hxx,canvas/elapsedtime.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/parametricpolypolygon.hxx,canvas/parametricpolypolygon.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/propertysethelper.hxx,canvas/propertysethelper.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/bitmap.hxx,canvas/rendering/bitmap.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/icachedprimitive.hxx,canvas/rendering/icachedprimitive.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/icolorbuffer.hxx,canvas/rendering/icolorbuffer.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/irendermodule.hxx,canvas/rendering/irendermodule.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/isurface.hxx,canvas/rendering/isurface.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/isurfaceproxy.hxx,canvas/rendering/isurfaceproxy.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/isurfaceproxymanager.hxx,canvas/rendering/isurfaceproxymanager.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/spriteredrawmanager.hxx,canvas/spriteredrawmanager.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/vclwrapper.hxx,canvas/vclwrapper.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/verbosetrace.hxx,canvas/verbosetrace.hxx))
-$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/verifyinput.hxx,canvas/verifyinput.hxx))
-
-
-# vim: set noet sw=4 ts=4:
diff --git a/codemaker/Module_codemaker.mk b/codemaker/Module_codemaker.mk
index 3bb1f0baeded..6ad80917d451 100644
--- a/codemaker/Module_codemaker.mk
+++ b/codemaker/Module_codemaker.mk
@@ -30,7 +30,6 @@ $(eval $(call gb_Module_Module,codemaker))
ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,codemaker,\
- Package_inc \
StaticLibrary_codemaker \
StaticLibrary_codemaker_cpp \
StaticLibrary_codemaker_java \
diff --git a/codemaker/Package_inc.mk b/codemaker/Package_inc.mk
deleted file mode 100644
index bb438437ecfb..000000000000
--- a/codemaker/Package_inc.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Package_Package,codemaker_inc,$(SRCDIR)/codemaker/inc))
-
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/codemaker.hxx,codemaker/codemaker.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/commoncpp.hxx,codemaker/commoncpp.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/commonjava.hxx,codemaker/commonjava.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/commonjava.hxx,codemaker/commonjava.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/exceptiontree.hxx,codemaker/exceptiontree.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/generatedtypeset.hxx,codemaker/generatedtypeset.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/global.hxx,codemaker/global.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/options.hxx,codemaker/options.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/typemanager.hxx,codemaker/typemanager.hxx))
-$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/unotype.hxx,codemaker/unotype.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/comphelper/Module_comphelper.mk b/comphelper/Module_comphelper.mk
index 57f1e224a5f1..48bf740be481 100644
--- a/comphelper/Module_comphelper.mk
+++ b/comphelper/Module_comphelper.mk
@@ -21,7 +21,6 @@ $(eval $(call gb_Module_Module,comphelper))
$(eval $(call gb_Module_add_targets,comphelper,\
Library_comphelper \
- Package_inc \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
diff --git a/comphelper/Package_inc.mk b/comphelper/Package_inc.mk
deleted file mode 100644
index f03f56d60ce6..000000000000
--- a/comphelper/Package_inc.mk
+++ /dev/null
@@ -1,128 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_Package_Package,comphelper_inc,$(SRCDIR)/comphelper/inc))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/flagguard.hxx,comphelper/flagguard.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stlunosequence.hxx,comphelper/stlunosequence.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/documentconstants.hxx,comphelper/documentconstants.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/evtmethodhelper.hxx,comphelper/evtmethodhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/weakbag.hxx,comphelper/weakbag.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/basicio.hxx,comphelper/basicio.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/classids.hxx,comphelper/classids.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/MasterPropertySet.hxx,comphelper/MasterPropertySet.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stillreadwriteinteraction.hxx,comphelper/stillreadwriteinteraction.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/anycompare.hxx,comphelper/anycompare.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propagg.hxx,comphelper/propagg.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/scopeguard.hxx,comphelper/scopeguard.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/scoped_disposing_ptr.hxx,comphelper/scoped_disposing_ptr.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/xmltools.hxx,comphelper/xmltools.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/asyncnotification.hxx,comphelper/asyncnotification.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/namedvaluecollection.hxx,comphelper/namedvaluecollection.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/mediadescriptor.hxx,comphelper/mediadescriptor.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/synchronousdispatch.hxx,comphelper/synchronousdispatch.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessiblecomponenthelper.hxx,comphelper/accessiblecomponenthelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propmultiplex.hxx,comphelper/propmultiplex.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/servicehelper.hxx,comphelper/servicehelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/servicedecl.hxx,comphelper/servicedecl.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/mimeconfighelper.hxx,comphelper/mimeconfighelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/implbase_var.hxx,comphelper/implbase_var.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/TypeGeneration.hxx,comphelper/TypeGeneration.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/MasterPropertySetInfo.hxx,comphelper/MasterPropertySetInfo.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessiblewrapper.hxx,comphelper/accessiblewrapper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/sequence.hxx,comphelper/sequence.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/docpasswordhelper.hxx,comphelper/docpasswordhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propertystatecontainer.hxx,comphelper/propertystatecontainer.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propertysetinfo.hxx,comphelper/propertysetinfo.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accimplaccess.hxx,comphelper/accimplaccess.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/docpasswordrequest.hxx,comphelper/docpasswordrequest.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/extract.hxx,comphelper/extract.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/interaction.hxx,comphelper/interaction.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/uno3.hxx,comphelper/uno3.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/unwrapargs.hxx,comphelper/unwrapargs.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propertycontainer.hxx,comphelper/propertycontainer.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/guarding.hxx,comphelper/guarding.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/fileformat.h,comphelper/fileformat.h))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/ChainablePropertySetInfo.hxx,comphelper/ChainablePropertySetInfo.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/enumhelper.hxx,comphelper/enumhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/property.hxx,comphelper/property.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propertysethelper.hxx,comphelper/propertysethelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessiblekeybindinghelper.hxx,comphelper/accessiblekeybindinghelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propertycontainerhelper.hxx,comphelper/propertycontainerhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/make_shared_from_uno.hxx,comphelper/make_shared_from_uno.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/comphelperdllapi.h,comphelper/comphelperdllapi.h))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/listenernotification.hxx,comphelper/listenernotification.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/attributelist.hxx,comphelper/attributelist.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/streamsection.hxx,comphelper/streamsection.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessibletexthelper.hxx,comphelper/accessibletexthelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessibleselectionhelper.hxx,comphelper/accessibleselectionhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/serviceinfohelper.hxx,comphelper/serviceinfohelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/numberedcollection.hxx,comphelper/numberedcollection.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/ChainablePropertySet.hxx,comphelper/ChainablePropertySet.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stl_types.hxx,comphelper/stl_types.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/eventattachermgr.hxx,comphelper/eventattachermgr.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/componentcontext.hxx,comphelper/componentcontext.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessibleeventnotifier.hxx,comphelper/accessibleeventnotifier.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/ihwrapnofilter.hxx,comphelper/ihwrapnofilter.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/sequenceasvector.hxx,comphelper/sequenceasvector.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/officeresourcebundle.hxx,comphelper/officeresourcebundle.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/types.hxx,comphelper/types.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/seekableinput.hxx,comphelper/seekableinput.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/IdPropArrayHelper.hxx,comphelper/IdPropArrayHelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/accessiblecontexthelper.hxx,comphelper/accessiblecontexthelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/SelectionMultiplex.hxx,comphelper/SelectionMultiplex.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/storagehelper.hxx,comphelper/storagehelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/logging.hxx,comphelper/logging.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/sharedmutex.hxx,comphelper/sharedmutex.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/documentinfo.hxx,comphelper/documentinfo.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/weakeventlistener.hxx,comphelper/weakeventlistener.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/containermultiplexer.hxx,comphelper/containermultiplexer.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/broadcasthelper.hxx,comphelper/broadcasthelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/numbers.hxx,comphelper/numbers.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/evtlistenerhlp.hxx,comphelper/evtlistenerhlp.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/optional.hxx,comphelper/optional.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/componentbase.hxx,comphelper/componentbase.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/componentguard.hxx,comphelper/componentguard.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/InlineContainer.hxx,comphelper/InlineContainer.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propertybag.hxx,comphelper/propertybag.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/embeddedobjectcontainer.hxx,comphelper/embeddedobjectcontainer.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/anytostring.hxx,comphelper/anytostring.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/implementationreference.hxx,comphelper/implementationreference.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/proparrhlp.hxx,comphelper/proparrhlp.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/PropertyInfoHash.hxx,comphelper/PropertyInfoHash.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/propstate.hxx,comphelper/propstate.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/proxyaggregation.hxx,comphelper/proxyaggregation.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/oslfile2streamwrap.hxx,comphelper/oslfile2streamwrap.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/genericpropertyset.hxx,comphelper/genericpropertyset.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/makesequence.hxx,comphelper/makesequence.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/ofopxmlhelper.hxx,comphelper/ofopxmlhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/SettingsHelper.hxx,comphelper/SettingsHelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/string.hxx,comphelper/string.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/weak.hxx,comphelper/weak.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/componentmodule.hxx,comphelper/componentmodule.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/container.hxx,comphelper/container.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/seqstream.hxx,comphelper/seqstream.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/namecontainer.hxx,comphelper/namecontainer.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/processfactory.hxx,comphelper/processfactory.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/sequenceashashmap.hxx,comphelper/sequenceashashmap.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/configuration.hxx,comphelper/configuration.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/configurationhelper.hxx,comphelper/configurationhelper.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/newarray.hxx,comphelper/newarray.hxx))
-$(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/syntaxhighlight.hxx,comphelper/syntaxhighlight.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk
index 4ca6a6ffc179..61b317078f3c 100644
--- a/connectivity/Module_connectivity.mk
+++ b/connectivity/Module_connectivity.mk
@@ -48,7 +48,6 @@ $(eval $(call gb_Module_add_targets,connectivity,\
Library_odbcbase) \
Library_sdbc2 \
Package_generated \
- Package_inc \
))
ifneq ($(SOLAR_JAVA),)
diff --git a/connectivity/Package_inc.mk b/connectivity/Package_inc.mk
deleted file mode 100644
index bbf5fbb45988..000000000000
--- a/connectivity/Package_inc.mk
+++ /dev/null
@@ -1,87 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Package_Package,connectivity_inc,$(SRCDIR)/connectivity/inc/connectivity))
-
-# sqlbison.hxx is generated and thus in another package
-$(call gb_Package_get_target,connectivity_inc) : $(call gb_Package_get_target,connectivity_generated)
-
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/BlobHelper.hxx,BlobHelper.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/CommonTools.hxx,CommonTools.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/conncleanup.hxx,conncleanup.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/ConnectionWrapper.hxx,ConnectionWrapper.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbcharset.hxx,dbcharset.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbconversion.hxx,dbconversion.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbexception.hxx,dbexception.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbmetadata.hxx,dbmetadata.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbtools.hxx,dbtools.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/dbtoolsdllapi.hxx,dbtoolsdllapi.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/DriversConfig.hxx,DriversConfig.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/filtermanager.hxx,filtermanager.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/formattedcolumnvalue.hxx,formattedcolumnvalue.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/FValue.hxx,FValue.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/IParseContext.hxx,IParseContext.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/OSubComponent.hxx,OSubComponent.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/ParameterCont.hxx,ParameterCont.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/parameters.hxx,parameters.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/paramwrapper.hxx,paramwrapper.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/PColumn.hxx,PColumn.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/predicateinput.hxx,predicateinput.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqlerror.hxx,sqlerror.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqliterator.hxx,sqliterator.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqlnode.hxx,sqlnode.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sqlparse.hxx,sqlparse.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/SQLStatementHelper.hxx,SQLStatementHelper.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/standardsqlstate.hxx,standardsqlstate.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/statementcomposer.hxx,statementcomposer.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/StdTypeDefs.hxx,StdTypeDefs.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TColumnsHelper.hxx,TColumnsHelper.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TIndex.hxx,TIndex.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TIndexColumns.hxx,TIndexColumns.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TIndexes.hxx,TIndexes.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TKey.hxx,TKey.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TKeyColumns.hxx,TKeyColumns.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TKeys.hxx,TKeys.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/TTableHelper.hxx,TTableHelper.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/virtualdbtools.hxx,virtualdbtools.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/warningscontainer.hxx,warningscontainer.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/IRefreshable.hxx,sdbcx/IRefreshable.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VCatalog.hxx,sdbcx/VCatalog.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VCollection.hxx,sdbcx/VCollection.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VColumn.hxx,sdbcx/VColumn.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VDescriptor.hxx,sdbcx/VDescriptor.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VGroup.hxx,sdbcx/VGroup.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VIndex.hxx,sdbcx/VIndex.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VIndexColumn.hxx,sdbcx/VIndexColumn.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VKey.hxx,sdbcx/VKey.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VKeyColumn.hxx,sdbcx/VKeyColumn.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VTable.hxx,sdbcx/VTable.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VTypeDef.hxx,sdbcx/VTypeDef.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VUser.hxx,sdbcx/VUser.hxx))
-$(eval $(call gb_Package_add_file,connectivity_inc,inc/connectivity/sdbcx/VView.hxx,sdbcx/VView.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/cosv/Module_cosv.mk b/cosv/Module_cosv.mk
index 9c9e242d5ef0..31351a6aa484 100644
--- a/cosv/Module_cosv.mk
+++ b/cosv/Module_cosv.mk
@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,cosv))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cosv,\
- Package_inc \
StaticLibrary_cosv \
))
diff --git a/cosv/Package_inc.mk b/cosv/Package_inc.mk
deleted file mode 100644
index fa22956bc5ba..000000000000
--- a/cosv/Package_inc.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-$(eval $(call gb_Package_Package,cosv_inc,$(SRCDIR)/cosv/inc))
-
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/csv_precomp.h,cosv/csv_precomp.h))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/bstream.hxx,cosv/bstream.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/comdline.hxx,cosv/comdline.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/comfunc.hxx,cosv/comfunc.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/csv_env.hxx,cosv/csv_env.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/csv_ostream.hxx,cosv/csv_ostream.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/dirchain.hxx,cosv/dirchain.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/file.hxx,cosv/file.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/openclose.hxx,cosv/openclose.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/persist.hxx,cosv/persist.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/ploc_dir.hxx,cosv/ploc_dir.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/ploc.hxx,cosv/ploc.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/plocroot.hxx,cosv/plocroot.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/std_outp.hxx,cosv/std_outp.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/streamstr.hxx,cosv/streamstr.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/stringdata.hxx,cosv/stringdata.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/string.hxx,cosv/string.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/str_types.hxx,cosv/str_types.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/x.hxx,cosv/x.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/tpl/dyn.hxx,cosv/tpl/dyn.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/tpl/processor.hxx,cosv/tpl/processor.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/tpl/swelist.hxx,cosv/tpl/swelist.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/tpl/tpltools.hxx,cosv/tpl/tpltools.hxx))
-$(eval $(call gb_Package_add_file,cosv_inc,inc/cosv/tpl/vvector.hxx,cosv/tpl/vvector.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/cppcanvas/Module_cppcanvas.mk b/cppcanvas/Module_cppcanvas.mk
index fc310b282271..fad05f1c60a0 100644
--- a/cppcanvas/Module_cppcanvas.mk
+++ b/cppcanvas/Module_cppcanvas.mk
@@ -22,7 +22,6 @@ $(eval $(call gb_Module_Module,cppcanvas))
$(eval $(call gb_Module_add_targets,cppcanvas,\
Library_cppcanvas \
Library_mtfrenderer \
- Package_inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/cppcanvas/Package_inc.mk b/cppcanvas/Package_inc.mk
deleted file mode 100644
index 759cd30fa2bc..000000000000
--- a/cppcanvas/Package_inc.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_Package_Package,cppcanvas_inc,$(SRCDIR)/cppcanvas/inc))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/canvas.hxx,cppcanvas/canvas.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/sprite.hxx,cppcanvas/sprite.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/vclfactory.hxx,cppcanvas/vclfactory.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/font.hxx,cppcanvas/font.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/customsprite.hxx,cppcanvas/customsprite.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/canvasgraphic.hxx,cppcanvas/canvasgraphic.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/polypolygon.hxx,cppcanvas/polypolygon.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/color.hxx,cppcanvas/color.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/spritecanvas.hxx,cppcanvas/spritecanvas.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/text.hxx,cppcanvas/text.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/renderer.hxx,cppcanvas/renderer.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/basegfxfactory.hxx,cppcanvas/basegfxfactory.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/bitmap.hxx,cppcanvas/bitmap.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/bitmapcanvas.hxx,cppcanvas/bitmapcanvas.hxx))
-$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/cppcanvasdllapi.h,cppcanvas/cppcanvasdllapi.h))
-
-# vim: set noet sw=4 ts=4:
diff --git a/drawinglayer/Module_drawinglayer.mk b/drawinglayer/Module_drawinglayer.mk
index 567fac5884f8..52f2482fc714 100644
--- a/drawinglayer/Module_drawinglayer.mk
+++ b/drawinglayer/Module_drawinglayer.mk
@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,drawinglayer))
$(eval $(call gb_Module_add_targets,drawinglayer,\
Library_drawinglayer \
- Package_inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/drawinglayer/Package_inc.mk b/drawinglayer/Package_inc.mk
deleted file mode 100644
index 56b7f0a3cbe9..000000000000
--- a/drawinglayer/Package_inc.mk
+++ /dev/null
@@ -1,134 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,drawinglayer_inc,$(SRCDIR)/drawinglayer/inc))
-
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/animation/animationtiming.hxx,drawinglayer/animation/animationtiming.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fillbitmapattribute.hxx,drawinglayer/attribute/fillbitmapattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fillgradientattribute.hxx,drawinglayer/attribute/fillgradientattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fillhatchattribute.hxx,drawinglayer/attribute/fillhatchattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fontattribute.hxx,drawinglayer/attribute/fontattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/lineattribute.hxx,drawinglayer/attribute/lineattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/linestartendattribute.hxx,drawinglayer/attribute/linestartendattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/materialattribute3d.hxx,drawinglayer/attribute/materialattribute3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrallattribute3d.hxx,drawinglayer/attribute/sdrallattribute3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrfillattribute.hxx,drawinglayer/attribute/sdrfillattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx,drawinglayer/attribute/sdrfillbitmapattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrlightattribute3d.hxx,drawinglayer/attribute/sdrlightattribute3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrlightingattribute3d.hxx,drawinglayer/attribute/sdrlightingattribute3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrlineattribute.hxx,drawinglayer/attribute/sdrlineattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrlinestartendattribute.hxx,drawinglayer/attribute/sdrlinestartendattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrobjectattribute3d.hxx,drawinglayer/attribute/sdrobjectattribute3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrsceneattribute3d.hxx,drawinglayer/attribute/sdrsceneattribute3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrshadowattribute.hxx,drawinglayer/attribute/sdrshadowattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/strokeattribute.hxx,drawinglayer/attribute/strokeattribute.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/drawinglayerdllapi.h,drawinglayer/drawinglayerdllapi.h))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/geometry/viewinformation2d.hxx,drawinglayer/geometry/viewinformation2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/geometry/viewinformation3d.hxx,drawinglayer/geometry/viewinformation3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/animatedprimitive2d.hxx,drawinglayer/primitive2d/animatedprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx,drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/baseprimitive2d.hxx,drawinglayer/primitive2d/baseprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx,drawinglayer/primitive2d/bitmapprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx,drawinglayer/primitive2d/borderlineprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx,drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/controlprimitive2d.hxx,drawinglayer/primitive2d/controlprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/cropprimitive2d.hxx,drawinglayer/primitive2d/cropprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx,drawinglayer/primitive2d/discretebitmapprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx,drawinglayer/primitive2d/discreteshadowprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx,drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx,drawinglayer/primitive2d/embedded3dprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/epsprimitive2d.hxx,drawinglayer/primitive2d/epsprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx,drawinglayer/primitive2d/fillbitmapprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx,drawinglayer/primitive2d/fillgradientprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx,drawinglayer/primitive2d/fillhatchprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/graphicprimitive2d.hxx,drawinglayer/primitive2d/graphicprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/gridprimitive2d.hxx,drawinglayer/primitive2d/gridprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/groupprimitive2d.hxx,drawinglayer/primitive2d/groupprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/helplineprimitive2d.hxx,drawinglayer/primitive2d/helplineprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx,drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/invertprimitive2d.hxx,drawinglayer/primitive2d/invertprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx,drawinglayer/primitive2d/markerarrayprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/maskprimitive2d.hxx,drawinglayer/primitive2d/maskprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/mediaprimitive2d.hxx,drawinglayer/primitive2d/mediaprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/metafileprimitive2d.hxx,drawinglayer/primitive2d/metafileprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx,drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/objectinfoprimitive2d.hxx,drawinglayer/primitive2d/objectinfoprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx,drawinglayer/primitive2d/pagepreviewprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/patternfillprimitive2d.hxx,drawinglayer/primitive2d/patternfillprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx,drawinglayer/primitive2d/pointarrayprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/polygonprimitive2d.hxx,drawinglayer/primitive2d/polygonprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx,drawinglayer/primitive2d/polypolygonprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/primitivetools2d.hxx,drawinglayer/primitive2d/primitivetools2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/sceneprimitive2d.hxx,drawinglayer/primitive2d/sceneprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx,drawinglayer/primitive2d/sdrdecompositiontools2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/shadowprimitive2d.hxx,drawinglayer/primitive2d/shadowprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx,drawinglayer/primitive2d/structuretagprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx,drawinglayer/primitive2d/svggradientprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textbreakuphelper.hxx,drawinglayer/primitive2d/textbreakuphelper.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx,drawinglayer/primitive2d/textdecoratedprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx,drawinglayer/primitive2d/texteffectprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textenumsprimitive2d.hxx,drawinglayer/primitive2d/textenumsprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx,drawinglayer/primitive2d/texthierarchyprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textlayoutdevice.hxx,drawinglayer/primitive2d/textlayoutdevice.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textlineprimitive2d.hxx,drawinglayer/primitive2d/textlineprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textlineprimitive2d.hxx,drawinglayer/primitive2d/textlineprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textprimitive2d.hxx,drawinglayer/primitive2d/textprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx,drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx,drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/transformprimitive2d.hxx,drawinglayer/primitive2d/transformprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/transparenceprimitive2d.hxx,drawinglayer/primitive2d/transparenceprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx,drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/wallpaperprimitive2d.hxx,drawinglayer/primitive2d/wallpaperprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx,drawinglayer/primitive2d/wrongspellprimitive2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/baseprimitive3d.hxx,drawinglayer/primitive3d/baseprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx,drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/groupprimitive3d.hxx,drawinglayer/primitive3d/groupprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx,drawinglayer/primitive3d/hatchtextureprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx,drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx,drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx,drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/polygonprimitive3d.hxx,drawinglayer/primitive3d/polygonprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx,drawinglayer/primitive3d/polygontubeprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx,drawinglayer/primitive3d/polypolygonprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx,drawinglayer/primitive3d/sdrcubeprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx,drawinglayer/primitive3d/sdrdecompositiontools3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx,drawinglayer/primitive3d/sdrextrudelathetools3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx,drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx,drawinglayer/primitive3d/sdrlatheprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx,drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrprimitive3d.hxx,drawinglayer/primitive3d/sdrprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx,drawinglayer/primitive3d/sdrsphereprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/shadowprimitive3d.hxx,drawinglayer/primitive3d/shadowprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/textureprimitive3d.hxx,drawinglayer/primitive3d/textureprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive3d/transformprimitive3d.hxx,drawinglayer/primitive3d/transformprimitive3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/baseprocessor2d.hxx,drawinglayer/processor2d/baseprocessor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/canvasprocessor.hxx,drawinglayer/processor2d/canvasprocessor.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/contourextractor2d.hxx,drawinglayer/processor2d/contourextractor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/hittestprocessor2d.hxx,drawinglayer/processor2d/hittestprocessor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/processorfromoutputdevice.hxx,drawinglayer/processor2d/processorfromoutputdevice.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/linegeometryextractor2d.hxx,drawinglayer/processor2d/linegeometryextractor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/objectinfoextractor2d.hxx,drawinglayer/processor2d/objectinfoextractor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx,drawinglayer/processor2d/textaspolygonextractor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx,drawinglayer/processor2d/vclmetafileprocessor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx,drawinglayer/processor2d/vclpixelprocessor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor2d/vclprocessor2d.hxx,drawinglayer/processor2d/vclprocessor2d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/baseprocessor3d.hxx,drawinglayer/processor3d/baseprocessor3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/cutfindprocessor3d.hxx,drawinglayer/processor3d/cutfindprocessor3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/defaultprocessor3d.hxx,drawinglayer/processor3d/defaultprocessor3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/geometry2dextractor.hxx,drawinglayer/processor3d/geometry2dextractor.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/shadow3dextractor.hxx,drawinglayer/processor3d/shadow3dextractor.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/geometry2dextractor.hxx,drawinglayer/processor3d/geometry2dextractor.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/shadow3dextractor.hxx,drawinglayer/processor3d/shadow3dextractor.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/zbufferprocessor3d.hxx,drawinglayer/processor3d/zbufferprocessor3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/texture/texture3d.hxx,drawinglayer/texture/texture3d.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/texture/texture.hxx,drawinglayer/texture/texture.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/tools/converters.hxx,drawinglayer/tools/converters.hxx))
-$(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/XShapeDumper.hxx,drawinglayer/XShapeDumper.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/editeng/Module_editeng.mk b/editeng/Module_editeng.mk
index d507c6ecc5d9..4c760bf0a100 100644
--- a/editeng/Module_editeng.mk
+++ b/editeng/Module_editeng.mk
@@ -22,7 +22,6 @@ $(eval $(call gb_Module_Module,editeng))
$(eval $(call gb_Module_add_targets,editeng,\
AllLangResTarget_editeng \
Library_editeng \
- Package_inc \
))
# add any runtime tests (unit tests) here
diff --git a/editeng/Package_inc.mk b/editeng/Package_inc.mk
deleted file mode 100644
index 4794507ca193..000000000000
--- a/editeng/Package_inc.mk
+++ /dev/null
@@ -1,154 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_Package_Package,editeng_inc,$(SRCDIR)/editeng/inc))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleComponentBase.hxx,editeng/AccessibleComponentBase.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleContextBase.hxx,editeng/AccessibleContextBase.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleEditableTextPara.hxx,editeng/AccessibleEditableTextPara.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleImageBullet.hxx,editeng/AccessibleImageBullet.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleParaManager.hxx,editeng/AccessibleParaManager.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleSelectionBase.hxx,editeng/AccessibleSelectionBase.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleStaticTextBase.hxx,editeng/AccessibleStaticTextBase.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleStringWrap.hxx,editeng/AccessibleStringWrap.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/acorrcfg.hxx,editeng/acorrcfg.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/adjustitem.hxx,editeng/adjustitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/autokernitem.hxx,editeng/autokernitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/blinkitem.hxx,editeng/blinkitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/lineitem.hxx,editeng/lineitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/borderline.hxx,editeng/borderline.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/boxitem.hxx,editeng/boxitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/formatbreakitem.hxx,editeng/formatbreakitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/brushitem.hxx,editeng/brushitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/bulletitem.hxx,editeng/bulletitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/charhiddenitem.hxx,editeng/charhiddenitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/charreliefitem.hxx,editeng/charreliefitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/charrotateitem.hxx,editeng/charrotateitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/charscaleitem.hxx,editeng/charscaleitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/cmapitem.hxx,editeng/cmapitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/contouritem.hxx,editeng/contouritem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/colritem.hxx,editeng/colritem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/crossedoutitem.hxx,editeng/crossedoutitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/charsetcoloritem.hxx,editeng/charsetcoloritem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editdata.hxx,editeng/editdata.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editeng.hxx,editeng/editeng.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editengdllapi.h,editeng/editengdllapi.h))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editerr.hxx,editeng/editerr.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editids.hrc,editeng/editids.hrc))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editobj.hxx,editeng/editobj.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editrids.hrc,editeng/editrids.hrc))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editstat.hxx,editeng/editstat.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editund2.hxx,editeng/editund2.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/editview.hxx,editeng/editview.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/edtdlg.hxx,editeng/edtdlg.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/eedata.hxx,editeng/eedata.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/eeitem.hxx,editeng/eeitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/eeitemid.hxx,editeng/eeitemid.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/eerdll.hxx,editeng/eerdll.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/emphasismarkitem.hxx,editeng/emphasismarkitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/escapementitem.hxx,editeng/escapementitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/fhgtitem.hxx,editeng/fhgtitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/fieldupdater.hxx,editeng/fieldupdater.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/flditem.hxx,editeng/flditem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/flstitem.hxx,editeng/flstitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/fontitem.hxx,editeng/fontitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/forbiddencharacterstable.hxx,editeng/forbiddencharacterstable.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/forbiddenruleitem.hxx,editeng/forbiddenruleitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/frmdir.hxx,editeng/frmdir.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/frmdiritem.hxx,editeng/frmdiritem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/fwdtitem.hxx,editeng/fwdtitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/hangulhanja.hxx,editeng/hangulhanja.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/hngpnctitem.hxx,editeng/hngpnctitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/hyphenzoneitem.hxx,editeng/hyphenzoneitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/itemtype.hxx,editeng/itemtype.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/justifyitem.hxx,editeng/justifyitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/keepitem.hxx,editeng/keepitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/kernitem.hxx,editeng/kernitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/langitem.hxx,editeng/langitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/lcolitem.hxx,editeng/lcolitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/lrspitem.hxx,editeng/lrspitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/lspcitem.hxx,editeng/lspcitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/macros.hxx,editeng/macros.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/measfld.hxx,editeng/measfld.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/memberids.hrc,editeng/memberids.hrc))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/mutxhelp.hxx,editeng/mutxhelp.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/nhypitem.hxx,editeng/nhypitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/nlbkitem.hxx,editeng/nlbkitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/numdef.hxx,editeng/numdef.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/numitem.hxx,editeng/numitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/opaqitem.hxx,editeng/opaqitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/optitems.hxx,editeng/optitems.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/orphitem.hxx,editeng/orphitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/outliner.hxx,editeng/outliner.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/outlobj.hxx,editeng/outlobj.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/paperinf.hxx,editeng/paperinf.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/paragraphdata.hxx,editeng/paragraphdata.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/paravertalignitem.hxx,editeng/paravertalignitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/pbinitem.hxx,editeng/pbinitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/pgrditem.hxx,editeng/pgrditem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/pmdlitem.hxx,editeng/pmdlitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/postitem.hxx,editeng/postitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/prntitem.hxx,editeng/prntitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/protitem.hxx,editeng/protitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/prszitem.hxx,editeng/prszitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/rsiditem.hxx,editeng/rsiditem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/scriptspaceitem.hxx,editeng/scriptspaceitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/scripttypeitem.hxx,editeng/scripttypeitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/shaditem.hxx,editeng/shaditem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/shdditem.hxx,editeng/shdditem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/sizeitem.hxx,editeng/sizeitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/SpellPortions.hxx,editeng/SpellPortions.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/spltitem.hxx,editeng/spltitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/splwrap.hxx,editeng/splwrap.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/svxacorr.hxx,editeng/svxacorr.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/svxenum.hxx,editeng/svxenum.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/svxfont.hxx,editeng/svxfont.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/svxrtf.hxx,editeng/svxrtf.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/swafopt.hxx,editeng/swafopt.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/tstpitem.hxx,editeng/tstpitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/twolinesitem.hxx,editeng/twolinesitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/txtrange.hxx,editeng/txtrange.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/udlnitem.hxx,editeng/udlnitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/ulspitem.hxx,editeng/ulspitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoedhlp.hxx,editeng/unoedhlp.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoedprx.hxx,editeng/unoedprx.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoedsrc.hxx,editeng/unoedsrc.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unofdesc.hxx,editeng/unofdesc.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unofield.hxx,editeng/unofield.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/UnoForbiddenCharsTable.hxx,editeng/UnoForbiddenCharsTable.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unofored.hxx,editeng/unofored.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoforou.hxx,editeng/unoforou.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoipset.hxx,editeng/unoipset.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unolingu.hxx,editeng/unolingu.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unonrule.hxx,editeng/unonrule.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unopracc.hxx,editeng/unopracc.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoprnms.hxx,editeng/unoprnms.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unotext.hxx,editeng/unotext.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/unoviwou.hxx,editeng/unoviwou.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/wghtitem.hxx,editeng/wghtitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/widwitem.hxx,editeng/widwitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/writingmodeitem.hxx,editeng/writingmodeitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/wrlmitem.hxx,editeng/wrlmitem.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/xmlcnitm.hxx,editeng/xmlcnitm.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/LookupTree.hxx,editeng/LookupTree.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/Node.hxx,editeng/Node.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/TreeHead.hxx,editeng/TreeHead.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/LatinLookupTree.hxx,editeng/LatinLookupTree.hxx))
-$(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/LatinTreeNode.hxx,editeng/LatinTreeNode.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 4f241d75e9b2..5fd6c070bb28 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -63,7 +63,6 @@ $(eval $(call gb_Module_add_targets,filter,\
Library_xmlfd \
Library_xsltdlg \
Library_xsltfilter \
- Package_inc \
Package_docbook \
Package_xslt \
UIConfig_xsltdlg \
diff --git a/filter/Package_inc.mk b/filter/Package_inc.mk
deleted file mode 100644
index f14893df1b61..000000000000
--- a/filter/Package_inc.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_Package_Package,filter_inc,$(SRCDIR)/filter/inc))
-
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/msfilterdllapi.h,filter/msfilter/msfilterdllapi.h))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/countryid.hxx,filter/msfilter/countryid.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/dffpropset.hxx,filter/msfilter/dffpropset.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/dffrecordheader.hxx,filter/msfilter/dffrecordheader.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/escherex.hxx,filter/msfilter/escherex.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/mscodec.hxx,filter/msfilter/mscodec.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/msdffimp.hxx,filter/msfilter/msdffimp.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/msocximex.hxx,filter/msfilter/msocximex.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/msoleexp.hxx,filter/msfilter/msoleexp.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/mstoolbar.hxx,filter/msfilter/mstoolbar.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/msvbahelper.hxx,filter/msfilter/msvbahelper.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/svdfppt.hxx,filter/msfilter/svdfppt.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/svxmsbas.hxx,filter/msfilter/svxmsbas.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/rtfutil.hxx,filter/msfilter/rtfutil.hxx))
-$(eval $(call gb_Package_add_file,filter_inc,inc/filter/msfilter/util.hxx,filter/msfilter/util.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/formula/Module_formula.mk b/formula/Module_formula.mk
index 381ce0901ffd..a19406f6685b 100644
--- a/formula/Module_formula.mk
+++ b/formula/Module_formula.mk
@@ -14,7 +14,6 @@ $(eval $(call gb_Module_add_targets,formula,\
AllLangResTarget_forui \
Library_for \
Library_forui \
- Package_inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/formula/Package_inc.mk b/formula/Package_inc.mk
deleted file mode 100644
index b2dbc85e382a..000000000000
--- a/formula/Package_inc.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,formula_inc,$(SRCDIR)/formula/inc/formula))
-
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/compiler.hrc,compiler.hrc))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/errorcodes.hxx,errorcodes.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/ExternalReferenceHelper.hxx,ExternalReferenceHelper.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formdata.hxx,formdata.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/FormulaCompiler.hxx,FormulaCompiler.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formuladllapi.h,formuladllapi.h))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formulahelper.hxx,formulahelper.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formula.hxx,formula.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/FormulaOpCodeMapperObj.hxx,FormulaOpCodeMapperObj.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/funcutl.hxx,funcutl.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/grammar.hxx,grammar.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/IControlReferenceHandler.hxx,IControlReferenceHandler.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/IFunctionDescription.hxx,IFunctionDescription.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/omoduleclient.hxx,omoduleclient.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/opcode.hxx,opcode.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/tokenarray.hxx,tokenarray.hxx))
-$(eval $(call gb_Package_add_file,formula_inc,inc/formula/token.hxx,token.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/framework/Module_framework.mk b/framework/Module_framework.mk
index 66e645fb0ec1..a95d9f2052ba 100644
--- a/framework/Module_framework.mk
+++ b/framework/Module_framework.mk
@@ -27,7 +27,6 @@ $(eval $(call gb_Module_add_targets,framework,\
Library_fwl \
Library_fwm \
Package_dtd \
- Package_inc \
UIConfig_startmodule \
))
diff --git a/framework/Package_inc.mk b/framework/Package_inc.mk
deleted file mode 100644
index 2d210c2ee23e..000000000000
--- a/framework/Package_inc.mk
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_Package_Package,framework_inc,$(SRCDIR)/framework/inc))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/actiontriggerhelper.hxx,framework/actiontriggerhelper.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/addonmenu.hxx,framework/addonmenu.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/addonsoptions.hxx,framework/addonsoptions.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/bmkmenu.hxx,framework/bmkmenu.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/configimporter.hxx,framework/configimporter.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/eventsconfiguration.hxx,framework/eventsconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/framelistanalyzer.hxx,framework/framelistanalyzer.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/documentundoguard.hxx,framework/documentundoguard.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/undomanagerhelper.hxx,framework/undomanagerhelper.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imutex.hxx,framework/imutex.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/iguard.hxx,framework/iguard.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imageproducer.hxx,framework/imageproducer.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/interaction.hxx,framework/interaction.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/menuconfiguration.hxx,framework/menuconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/menuextensionsupplier.hxx,framework/menuextensionsupplier.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/preventduplicateinteraction.hxx,framework/preventduplicateinteraction.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/sfxhelperfunctions.hxx,framework/sfxhelperfunctions.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/titlehelper.hxx,framework/titlehelper.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/toolboxconfiguration.hxx,framework/toolboxconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/fwedllapi.h,framework/fwedllapi.h))
-$(eval $(call gb_Package_add_file,framework_inc,inc/fwkdllapi.h,fwkdllapi.h))
-$(eval $(call gb_Package_add_file,framework_inc,inc/fwidllapi.h,fwidllapi.h))
-
-# vim: set noet sw=4 ts=4:
diff --git a/i18nlangtag/Module_i18nlangtag.mk b/i18nlangtag/Module_i18nlangtag.mk
index c16f50f4576a..edd2e1d2e2a9 100644
--- a/i18nlangtag/Module_i18nlangtag.mk
+++ b/i18nlangtag/Module_i18nlangtag.mk
@@ -10,7 +10,6 @@ $(eval $(call gb_Module_Module,i18nlangtag))
$(eval $(call gb_Module_add_targets,i18nlangtag,\
Library_i18nlangtag \
- Package_inc \
))
$(eval $(call gb_Module_add_check_targets,i18nlangtag,\
diff --git a/i18nlangtag/Package_inc.mk b/i18nlangtag/Package_inc.mk
deleted file mode 100644
index 984faf4e21b3..000000000000
--- a/i18nlangtag/Package_inc.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Initial Developer of the Original Code is
-# Matúš Kukan <matus.kukan@gmail.com>
-# Portions created by the Initial Developer are Copyright (C) 2011 the
-# Initial Developer. All Rights Reserved.
-#
-# Major Contributor(s):
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Package_Package,i18nlangtag_inc,$(SRCDIR)/i18nlangtag/inc))
-
-$(eval $(call gb_Package_add_file,i18nlangtag_inc,inc/i18nlangtag/i18nlangtagdllapi.h,i18nlangtag/i18nlangtagdllapi.h))
-$(eval $(call gb_Package_add_file,i18nlangtag_inc,inc/i18nlangtag/lang.h,i18nlangtag/lang.h))
-$(eval $(call gb_Package_add_file,i18nlangtag_inc,inc/i18nlangtag/languagetag.hxx,i18nlangtag/languagetag.hxx))
-$(eval $(call gb_Package_add_file,i18nlangtag_inc,inc/i18nlangtag/mslangid.hxx,i18nlangtag/mslangid.hxx))
-
-# vim: set noet sw=4 ts=4:
diff --git a/i18nutil/Module_i18nutil.mk b/i18nutil/Module_i18nutil.mk
index aa67867d69d3..9b543dfdc359 100644
--- a/i18nutil/Module_i18nutil.mk
+++ b/i18nutil/Module_i18nutil.mk
@@ -10,7 +10,6 @@ $(eval $(call gb_Module_Module,i18nutil))
$(eval $(call gb_Module_add_targets,i18nutil,\
Library_i18nutil \
- Package_inc \
))
# vim: set noet sw=4:
diff --git a/i18nutil/Package_inc.mk b/i18nutil/Package_inc.mk
deleted file mode 100644
index 82b64e782b7f..000000000000
--- a/i18nutil/Package_inc.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,i18nutil_inc,$(SRCDIR)/i18nutil/inc))
-
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/i18nutildllapi.h,i18nutil/i18nutildllapi.h))
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/casefolding.hxx,i18nutil/casefolding.hxx))
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/oneToOneMapping.hxx,i18nutil/oneToOneMapping.hxx))
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/paper.hxx,i18nutil/paper.hxx))
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/scripttypedetector.hxx,i18nutil/scripttypedetector.hxx))
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/unicode.hxx,i18nutil/unicode.hxx))
-$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/widthfolding.hxx,i18nutil/widthfolding.hxx))
-
-# vim: set noet sw=4:
diff --git a/animations/inc/animations/animationnodehelper.hxx b/include/animations/animationnodehelper.hxx
index d6f000d5dd40..d6f000d5dd40 100644
--- a/animations/inc/animations/animationnodehelper.hxx
+++ b/include/animations/animationnodehelper.hxx
diff --git a/apple_remote/inc/apple_remote/RemoteControl.h b/include/apple_remote/RemoteControl.h
index 6e2c67765890..6e2c67765890 100644
--- a/apple_remote/inc/apple_remote/RemoteControl.h
+++ b/include/apple_remote/RemoteControl.h
diff --git a/apple_remote/inc/apple_remote/RemoteMainController.h b/include/apple_remote/RemoteMainController.h
index 5fde4639c155..5fde4639c155 100644
--- a/apple_remote/inc/apple_remote/RemoteMainController.h
+++ b/include/apple_remote/RemoteMainController.h
diff --git a/avmedia/inc/avmedia/avmediadllapi.h b/include/avmedia/avmediadllapi.h
index 351b82854a7f..351b82854a7f 100644
--- a/avmedia/inc/avmedia/avmediadllapi.h
+++ b/include/avmedia/avmediadllapi.h
diff --git a/avmedia/inc/avmedia/mediaitem.hxx b/include/avmedia/mediaitem.hxx
index f14281999307..f14281999307 100644
--- a/avmedia/inc/avmedia/mediaitem.hxx
+++ b/include/avmedia/mediaitem.hxx
diff --git a/avmedia/inc/avmedia/mediaplayer.hxx b/include/avmedia/mediaplayer.hxx
index b823f7c63b67..b823f7c63b67 100644
--- a/avmedia/inc/avmedia/mediaplayer.hxx
+++ b/include/avmedia/mediaplayer.hxx
diff --git a/avmedia/inc/avmedia/mediatoolbox.hxx b/include/avmedia/mediatoolbox.hxx
index 570167024aff..570167024aff 100644
--- a/avmedia/inc/avmedia/mediatoolbox.hxx
+++ b/include/avmedia/mediatoolbox.hxx
diff --git a/avmedia/inc/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index a5cb5dc8e7a8..a5cb5dc8e7a8 100644
--- a/avmedia/inc/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
diff --git a/basebmp/inc/basebmp/accessor.hxx b/include/basebmp/accessor.hxx
index 0ef3b5716465..0ef3b5716465 100644
--- a/basebmp/inc/basebmp/accessor.hxx
+++ b/include/basebmp/accessor.hxx
diff --git a/basebmp/inc/basebmp/accessoradapters.hxx b/include/basebmp/accessoradapters.hxx
index f4a05dc331c2..f4a05dc331c2 100644
--- a/basebmp/inc/basebmp/accessoradapters.hxx
+++ b/include/basebmp/accessoradapters.hxx
diff --git a/basebmp/inc/basebmp/accessorfunctors.hxx b/include/basebmp/accessorfunctors.hxx
index 58550b010512..58550b010512 100644
--- a/basebmp/inc/basebmp/accessorfunctors.hxx
+++ b/include/basebmp/accessorfunctors.hxx
diff --git a/basebmp/inc/basebmp/accessortraits.hxx b/include/basebmp/accessortraits.hxx
index 4ce9e6926e35..4ce9e6926e35 100644
--- a/basebmp/inc/basebmp/accessortraits.hxx
+++ b/include/basebmp/accessortraits.hxx
diff --git a/basebmp/inc/basebmp/basebmpdllapi.h b/include/basebmp/basebmpdllapi.h
index c44eee01ce7b..c44eee01ce7b 100644
--- a/basebmp/inc/basebmp/basebmpdllapi.h
+++ b/include/basebmp/basebmpdllapi.h
diff --git a/basebmp/inc/basebmp/bitmapdevice.hxx b/include/basebmp/bitmapdevice.hxx
index 941b01c840c3..941b01c840c3 100644
--- a/basebmp/inc/basebmp/bitmapdevice.hxx
+++ b/include/basebmp/bitmapdevice.hxx
diff --git a/basebmp/inc/basebmp/clippedlinerenderer.hxx b/include/basebmp/clippedlinerenderer.hxx
index 92ca167730f5..92ca167730f5 100644
--- a/basebmp/inc/basebmp/clippedlinerenderer.hxx
+++ b/include/basebmp/clippedlinerenderer.hxx
diff --git a/basebmp/inc/basebmp/color.hxx b/include/basebmp/color.hxx
index 52451fff7fed..52451fff7fed 100644
--- a/basebmp/inc/basebmp/color.hxx
+++ b/include/basebmp/color.hxx
diff --git a/basebmp/inc/basebmp/colorblendaccessoradapter.hxx b/include/basebmp/colorblendaccessoradapter.hxx
index c4511c709844..c4511c709844 100644
--- a/basebmp/inc/basebmp/colorblendaccessoradapter.hxx
+++ b/include/basebmp/colorblendaccessoradapter.hxx
diff --git a/basebmp/inc/basebmp/colormisc.hxx b/include/basebmp/colormisc.hxx
index d2142968d3ba..d2142968d3ba 100644
--- a/basebmp/inc/basebmp/colormisc.hxx
+++ b/include/basebmp/colormisc.hxx
diff --git a/basebmp/inc/basebmp/colortraits.hxx b/include/basebmp/colortraits.hxx
index bcbc8f9b259d..bcbc8f9b259d 100644
--- a/basebmp/inc/basebmp/colortraits.hxx
+++ b/include/basebmp/colortraits.hxx
diff --git a/basebmp/inc/basebmp/compositeiterator.hxx b/include/basebmp/compositeiterator.hxx
index 4fb9c10f0bb4..4fb9c10f0bb4 100644
--- a/basebmp/inc/basebmp/compositeiterator.hxx
+++ b/include/basebmp/compositeiterator.hxx
diff --git a/basebmp/inc/basebmp/debug.hxx b/include/basebmp/debug.hxx
index 688daf41c834..688daf41c834 100644
--- a/basebmp/inc/basebmp/debug.hxx
+++ b/include/basebmp/debug.hxx
diff --git a/basebmp/inc/basebmp/drawmodes.hxx b/include/basebmp/drawmodes.hxx
index a5f98ed3d418..a5f98ed3d418 100644
--- a/basebmp/inc/basebmp/drawmodes.hxx
+++ b/include/basebmp/drawmodes.hxx
diff --git a/basebmp/inc/basebmp/endian.hxx b/include/basebmp/endian.hxx
index 22c32b6077ac..22c32b6077ac 100644
--- a/basebmp/inc/basebmp/endian.hxx
+++ b/include/basebmp/endian.hxx
diff --git a/basebmp/inc/basebmp/fillimage.hxx b/include/basebmp/fillimage.hxx
index 815ec32539bf..815ec32539bf 100644
--- a/basebmp/inc/basebmp/fillimage.hxx
+++ b/include/basebmp/fillimage.hxx
diff --git a/basebmp/inc/basebmp/genericcolorimageaccessor.hxx b/include/basebmp/genericcolorimageaccessor.hxx
index 5aaa95327176..5aaa95327176 100644
--- a/basebmp/inc/basebmp/genericcolorimageaccessor.hxx
+++ b/include/basebmp/genericcolorimageaccessor.hxx
diff --git a/basebmp/inc/basebmp/greylevelformats.hxx b/include/basebmp/greylevelformats.hxx
index 3fcd90fcda5f..3fcd90fcda5f 100644
--- a/basebmp/inc/basebmp/greylevelformats.hxx
+++ b/include/basebmp/greylevelformats.hxx
diff --git a/basebmp/inc/basebmp/iteratortraits.hxx b/include/basebmp/iteratortraits.hxx
index 5d87df7d5a85..5d87df7d5a85 100644
--- a/basebmp/inc/basebmp/iteratortraits.hxx
+++ b/include/basebmp/iteratortraits.hxx
diff --git a/basebmp/inc/basebmp/metafunctions.hxx b/include/basebmp/metafunctions.hxx
index e451dce8e4d9..e451dce8e4d9 100644
--- a/basebmp/inc/basebmp/metafunctions.hxx
+++ b/include/basebmp/metafunctions.hxx
diff --git a/basebmp/inc/basebmp/nonstandarditerator.hxx b/include/basebmp/nonstandarditerator.hxx
index ff51c59afcee..ff51c59afcee 100644
--- a/basebmp/inc/basebmp/nonstandarditerator.hxx
+++ b/include/basebmp/nonstandarditerator.hxx
diff --git a/basebmp/inc/basebmp/packedpixeliterator.hxx b/include/basebmp/packedpixeliterator.hxx
index 89a88506bbcd..89a88506bbcd 100644
--- a/basebmp/inc/basebmp/packedpixeliterator.hxx
+++ b/include/basebmp/packedpixeliterator.hxx
diff --git a/basebmp/inc/basebmp/paletteformats.hxx b/include/basebmp/paletteformats.hxx
index 5c2c58d49b94..5c2c58d49b94 100644
--- a/basebmp/inc/basebmp/paletteformats.hxx
+++ b/include/basebmp/paletteformats.hxx
diff --git a/basebmp/inc/basebmp/paletteimageaccessor.hxx b/include/basebmp/paletteimageaccessor.hxx
index 6f0164e64af6..6f0164e64af6 100644
--- a/basebmp/inc/basebmp/paletteimageaccessor.hxx
+++ b/include/basebmp/paletteimageaccessor.hxx
diff --git a/basebmp/inc/basebmp/pixelformatadapters.hxx b/include/basebmp/pixelformatadapters.hxx
index 09cc9368394d..09cc9368394d 100644
--- a/basebmp/inc/basebmp/pixelformatadapters.hxx
+++ b/include/basebmp/pixelformatadapters.hxx
diff --git a/basebmp/inc/basebmp/pixeliterator.hxx b/include/basebmp/pixeliterator.hxx
index e629af275dd9..e629af275dd9 100644
--- a/basebmp/inc/basebmp/pixeliterator.hxx
+++ b/include/basebmp/pixeliterator.hxx
diff --git a/basebmp/inc/basebmp/polypolygonrenderer.hxx b/include/basebmp/polypolygonrenderer.hxx
index 80f73ac01279..80f73ac01279 100644
--- a/basebmp/inc/basebmp/polypolygonrenderer.hxx
+++ b/include/basebmp/polypolygonrenderer.hxx
diff --git a/basebmp/inc/basebmp/rgb24pixelformats.hxx b/include/basebmp/rgb24pixelformats.hxx
index c4f460cc5e10..c4f460cc5e10 100644
--- a/basebmp/inc/basebmp/rgb24pixelformats.hxx
+++ b/include/basebmp/rgb24pixelformats.hxx
diff --git a/basebmp/inc/basebmp/rgbmaskpixelformats.hxx b/include/basebmp/rgbmaskpixelformats.hxx
index 19cf65f97e0d..19cf65f97e0d 100644
--- a/basebmp/inc/basebmp/rgbmaskpixelformats.hxx
+++ b/include/basebmp/rgbmaskpixelformats.hxx
diff --git a/basebmp/inc/basebmp/scaleimage.hxx b/include/basebmp/scaleimage.hxx
index fc9022357fe6..fc9022357fe6 100644
--- a/basebmp/inc/basebmp/scaleimage.hxx
+++ b/include/basebmp/scaleimage.hxx
diff --git a/basebmp/inc/basebmp/scanlineformats.hxx b/include/basebmp/scanlineformats.hxx
index a1708980b5ac..a1708980b5ac 100644
--- a/basebmp/inc/basebmp/scanlineformats.hxx
+++ b/include/basebmp/scanlineformats.hxx
diff --git a/basebmp/inc/basebmp/stridedarrayiterator.hxx b/include/basebmp/stridedarrayiterator.hxx
index 6f5772e527c6..6f5772e527c6 100644
--- a/basebmp/inc/basebmp/stridedarrayiterator.hxx
+++ b/include/basebmp/stridedarrayiterator.hxx
diff --git a/basebmp/inc/basebmp/tools.hxx b/include/basebmp/tools.hxx
index 31854a1d5e25..31854a1d5e25 100644
--- a/basebmp/inc/basebmp/tools.hxx
+++ b/include/basebmp/tools.hxx
diff --git a/basegfx/inc/basegfx/basegfxdllapi.h b/include/basegfx/basegfxdllapi.h
index b71f0755d277..b71f0755d277 100644
--- a/basegfx/inc/basegfx/basegfxdllapi.h
+++ b/include/basegfx/basegfxdllapi.h
diff --git a/basegfx/inc/basegfx/color/bcolor.hxx b/include/basegfx/color/bcolor.hxx
index 9b91e212ec89..9b91e212ec89 100644
--- a/basegfx/inc/basegfx/color/bcolor.hxx
+++ b/include/basegfx/color/bcolor.hxx
diff --git a/basegfx/inc/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 4b6f04efc8e9..4b6f04efc8e9 100644
--- a/basegfx/inc/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
diff --git a/basegfx/inc/basegfx/color/bcolortools.hxx b/include/basegfx/color/bcolortools.hxx
index 42ac7aafb3cc..42ac7aafb3cc 100644
--- a/basegfx/inc/basegfx/color/bcolortools.hxx
+++ b/include/basegfx/color/bcolortools.hxx
diff --git a/basegfx/inc/basegfx/curve/b2dbeziertools.hxx b/include/basegfx/curve/b2dbeziertools.hxx
index f52f00a1912f..f52f00a1912f 100644
--- a/basegfx/inc/basegfx/curve/b2dbeziertools.hxx
+++ b/include/basegfx/curve/b2dbeziertools.hxx
diff --git a/basegfx/inc/basegfx/curve/b2dcubicbezier.hxx b/include/basegfx/curve/b2dcubicbezier.hxx
index 003a1970bb0a..003a1970bb0a 100644
--- a/basegfx/inc/basegfx/curve/b2dcubicbezier.hxx
+++ b/include/basegfx/curve/b2dcubicbezier.hxx
diff --git a/basegfx/inc/basegfx/matrix/b2dhommatrix.hxx b/include/basegfx/matrix/b2dhommatrix.hxx
index 30204b91fad5..30204b91fad5 100644
--- a/basegfx/inc/basegfx/matrix/b2dhommatrix.hxx
+++ b/include/basegfx/matrix/b2dhommatrix.hxx
diff --git a/basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index ed255360f831..ed255360f831 100644
--- a/basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
diff --git a/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx b/include/basegfx/matrix/b3dhommatrix.hxx
index 037d400d674f..037d400d674f 100644
--- a/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx
+++ b/include/basegfx/matrix/b3dhommatrix.hxx
diff --git a/basegfx/inc/basegfx/numeric/ftools.hxx b/include/basegfx/numeric/ftools.hxx
index 70dcabe1a190..70dcabe1a190 100644
--- a/basegfx/inc/basegfx/numeric/ftools.hxx
+++ b/include/basegfx/numeric/ftools.hxx
diff --git a/basegfx/inc/basegfx/pixel/bpixel.hxx b/include/basegfx/pixel/bpixel.hxx
index a2c59101fa78..a2c59101fa78 100644
--- a/basegfx/inc/basegfx/pixel/bpixel.hxx
+++ b/include/basegfx/pixel/bpixel.hxx
diff --git a/basegfx/inc/basegfx/point/b2dpoint.hxx b/include/basegfx/point/b2dpoint.hxx
index ef73c8ab46c9..ef73c8ab46c9 100644
--- a/basegfx/inc/basegfx/point/b2dpoint.hxx
+++ b/include/basegfx/point/b2dpoint.hxx
diff --git a/basegfx/inc/basegfx/point/b2ipoint.hxx b/include/basegfx/point/b2ipoint.hxx
index 33b225a2a36d..33b225a2a36d 100644
--- a/basegfx/inc/basegfx/point/b2ipoint.hxx
+++ b/include/basegfx/point/b2ipoint.hxx
diff --git a/basegfx/inc/basegfx/point/b3dpoint.hxx b/include/basegfx/point/b3dpoint.hxx
index 391bc128b9fb..391bc128b9fb 100644
--- a/basegfx/inc/basegfx/point/b3dpoint.hxx
+++ b/include/basegfx/point/b3dpoint.hxx
diff --git a/basegfx/inc/basegfx/point/b3ipoint.hxx b/include/basegfx/point/b3ipoint.hxx
index e80514c13de2..e80514c13de2 100644
--- a/basegfx/inc/basegfx/point/b3ipoint.hxx
+++ b/include/basegfx/point/b3ipoint.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dlinegeometry.hxx b/include/basegfx/polygon/b2dlinegeometry.hxx
index 934158f88a2f..934158f88a2f 100644
--- a/basegfx/inc/basegfx/polygon/b2dlinegeometry.hxx
+++ b/include/basegfx/polygon/b2dlinegeometry.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx
index 7c854fdc8a0e..7c854fdc8a0e 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
+++ b/include/basegfx/polygon/b2dpolygon.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx b/include/basegfx/polygon/b2dpolygonclipper.hxx
index 197958e45a00..197958e45a00 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx
+++ b/include/basegfx/polygon/b2dpolygonclipper.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygoncutandtouch.hxx b/include/basegfx/polygon/b2dpolygoncutandtouch.hxx
index 05f8e0e0cb3a..05f8e0e0cb3a 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygoncutandtouch.hxx
+++ b/include/basegfx/polygon/b2dpolygoncutandtouch.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index dce479847d65..dce479847d65 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx b/include/basegfx/polygon/b2dpolygontriangulator.hxx
index 5af34ae1ecd2..5af34ae1ecd2 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygontriangulator.hxx
+++ b/include/basegfx/polygon/b2dpolygontriangulator.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx b/include/basegfx/polygon/b2dpolypolygon.hxx
index cd22644ab8ce..cd22644ab8ce 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx
+++ b/include/basegfx/polygon/b2dpolypolygon.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx b/include/basegfx/polygon/b2dpolypolygoncutter.hxx
index 31bd8b6279f9..31bd8b6279f9 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
+++ b/include/basegfx/polygon/b2dpolypolygoncutter.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygonfillrule.hxx b/include/basegfx/polygon/b2dpolypolygonfillrule.hxx
index 390dd9bac9f0..390dd9bac9f0 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygonfillrule.hxx
+++ b/include/basegfx/polygon/b2dpolypolygonfillrule.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx b/include/basegfx/polygon/b2dpolypolygontools.hxx
index 29ae3e042133..29ae3e042133 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolypolygontools.hxx
diff --git a/basegfx/inc/basegfx/polygon/b2dtrapezoid.hxx b/include/basegfx/polygon/b2dtrapezoid.hxx
index 43ee9fb37f6c..43ee9fb37f6c 100644
--- a/basegfx/inc/basegfx/polygon/b2dtrapezoid.hxx
+++ b/include/basegfx/polygon/b2dtrapezoid.hxx
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygon.hxx b/include/basegfx/polygon/b3dpolygon.hxx
index 7199eea9684c..7199eea9684c 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolygon.hxx
+++ b/include/basegfx/polygon/b3dpolygon.hxx
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx b/include/basegfx/polygon/b3dpolygontools.hxx
index 9ed32b42fb90..9ed32b42fb90 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
+++ b/include/basegfx/polygon/b3dpolygontools.hxx
diff --git a/basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx b/include/basegfx/polygon/b3dpolypolygon.hxx
index d67da6ad690b..d67da6ad690b 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx
+++ b/include/basegfx/polygon/b3dpolypolygon.hxx
diff --git a/basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx b/include/basegfx/polygon/b3dpolypolygontools.hxx
index a50167f9b4de..a50167f9b4de 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
+++ b/include/basegfx/polygon/b3dpolypolygontools.hxx
diff --git a/basegfx/inc/basegfx/range/b1drange.hxx b/include/basegfx/range/b1drange.hxx
index ffe704a1b845..ffe704a1b845 100644
--- a/basegfx/inc/basegfx/range/b1drange.hxx
+++ b/include/basegfx/range/b1drange.hxx
diff --git a/basegfx/inc/basegfx/range/b1ibox.hxx b/include/basegfx/range/b1ibox.hxx
index 7c81e37c1288..7c81e37c1288 100644
--- a/basegfx/inc/basegfx/range/b1ibox.hxx
+++ b/include/basegfx/range/b1ibox.hxx
diff --git a/basegfx/inc/basegfx/range/b1irange.hxx b/include/basegfx/range/b1irange.hxx
index 0ba5878fb0c8..0ba5878fb0c8 100644
--- a/basegfx/inc/basegfx/range/b1irange.hxx
+++ b/include/basegfx/range/b1irange.hxx
diff --git a/basegfx/inc/basegfx/range/b2dconnectedranges.hxx b/include/basegfx/range/b2dconnectedranges.hxx
index f1d65196bd8f..f1d65196bd8f 100644
--- a/basegfx/inc/basegfx/range/b2dconnectedranges.hxx
+++ b/include/basegfx/range/b2dconnectedranges.hxx
diff --git a/basegfx/inc/basegfx/range/b2dpolyrange.hxx b/include/basegfx/range/b2dpolyrange.hxx
index b910062d11a3..b910062d11a3 100644
--- a/basegfx/inc/basegfx/range/b2dpolyrange.hxx
+++ b/include/basegfx/range/b2dpolyrange.hxx
diff --git a/basegfx/inc/basegfx/range/b2drange.hxx b/include/basegfx/range/b2drange.hxx
index 1f3884c1c9ce..1f3884c1c9ce 100644
--- a/basegfx/inc/basegfx/range/b2drange.hxx
+++ b/include/basegfx/range/b2drange.hxx
diff --git a/basegfx/inc/basegfx/range/b2drangeclipper.hxx b/include/basegfx/range/b2drangeclipper.hxx
index 99bc8763369d..99bc8763369d 100644
--- a/basegfx/inc/basegfx/range/b2drangeclipper.hxx
+++ b/include/basegfx/range/b2drangeclipper.hxx
diff --git a/basegfx/inc/basegfx/range/b2drectangle.hxx b/include/basegfx/range/b2drectangle.hxx
index 8d4715d64410..8d4715d64410 100644
--- a/basegfx/inc/basegfx/range/b2drectangle.hxx
+++ b/include/basegfx/range/b2drectangle.hxx
diff --git a/basegfx/inc/basegfx/range/b2ibox.hxx b/include/basegfx/range/b2ibox.hxx
index 7c182a4ab327..7c182a4ab327 100644
--- a/basegfx/inc/basegfx/range/b2ibox.hxx
+++ b/include/basegfx/range/b2ibox.hxx
diff --git a/basegfx/inc/basegfx/range/b2irange.hxx b/include/basegfx/range/b2irange.hxx
index 60f9fc79fa67..60f9fc79fa67 100644
--- a/basegfx/inc/basegfx/range/b2irange.hxx
+++ b/include/basegfx/range/b2irange.hxx
diff --git a/basegfx/inc/basegfx/range/b2irectangle.hxx b/include/basegfx/range/b2irectangle.hxx
index 40792732ab1d..40792732ab1d 100644
--- a/basegfx/inc/basegfx/range/b2irectangle.hxx
+++ b/include/basegfx/range/b2irectangle.hxx
diff --git a/basegfx/inc/basegfx/range/b3drange.hxx b/include/basegfx/range/b3drange.hxx
index 7b17f04e4964..7b17f04e4964 100644
--- a/basegfx/inc/basegfx/range/b3drange.hxx
+++ b/include/basegfx/range/b3drange.hxx
diff --git a/basegfx/inc/basegfx/range/b3irange.hxx b/include/basegfx/range/b3irange.hxx
index 558c2abb4d62..558c2abb4d62 100644
--- a/basegfx/inc/basegfx/range/b3irange.hxx
+++ b/include/basegfx/range/b3irange.hxx
diff --git a/basegfx/inc/basegfx/range/basicbox.hxx b/include/basegfx/range/basicbox.hxx
index bab84c17f89a..bab84c17f89a 100644
--- a/basegfx/inc/basegfx/range/basicbox.hxx
+++ b/include/basegfx/range/basicbox.hxx
diff --git a/basegfx/inc/basegfx/range/basicrange.hxx b/include/basegfx/range/basicrange.hxx
index 51b5593ae61d..51b5593ae61d 100644
--- a/basegfx/inc/basegfx/range/basicrange.hxx
+++ b/include/basegfx/range/basicrange.hxx
diff --git a/basegfx/inc/basegfx/raster/bpixelraster.hxx b/include/basegfx/raster/bpixelraster.hxx
index ed7ac931d805..ed7ac931d805 100644
--- a/basegfx/inc/basegfx/raster/bpixelraster.hxx
+++ b/include/basegfx/raster/bpixelraster.hxx
diff --git a/basegfx/inc/basegfx/raster/bzpixelraster.hxx b/include/basegfx/raster/bzpixelraster.hxx
index ddd4f1e56cb0..ddd4f1e56cb0 100644
--- a/basegfx/inc/basegfx/raster/bzpixelraster.hxx
+++ b/include/basegfx/raster/bzpixelraster.hxx
diff --git a/basegfx/inc/basegfx/raster/rasterconvert3d.hxx b/include/basegfx/raster/rasterconvert3d.hxx
index 1bfbe20b1cf0..1bfbe20b1cf0 100644
--- a/basegfx/inc/basegfx/raster/rasterconvert3d.hxx
+++ b/include/basegfx/raster/rasterconvert3d.hxx
diff --git a/basegfx/inc/basegfx/tools/b2dclipstate.hxx b/include/basegfx/tools/b2dclipstate.hxx
index f1d750ae636b..f1d750ae636b 100644
--- a/basegfx/inc/basegfx/tools/b2dclipstate.hxx
+++ b/include/basegfx/tools/b2dclipstate.hxx
diff --git a/basegfx/inc/basegfx/tools/canvastools.hxx b/include/basegfx/tools/canvastools.hxx
index 819a62e47b28..819a62e47b28 100644
--- a/basegfx/inc/basegfx/tools/canvastools.hxx
+++ b/include/basegfx/tools/canvastools.hxx
diff --git a/basegfx/inc/basegfx/tools/gradienttools.hxx b/include/basegfx/tools/gradienttools.hxx
index aa7479d2c369..aa7479d2c369 100644
--- a/basegfx/inc/basegfx/tools/gradienttools.hxx
+++ b/include/basegfx/tools/gradienttools.hxx
diff --git a/basegfx/inc/basegfx/tools/keystoplerp.hxx b/include/basegfx/tools/keystoplerp.hxx
index 8d6d41af63d9..8d6d41af63d9 100644
--- a/basegfx/inc/basegfx/tools/keystoplerp.hxx
+++ b/include/basegfx/tools/keystoplerp.hxx
diff --git a/basegfx/inc/basegfx/tools/lerp.hxx b/include/basegfx/tools/lerp.hxx
index a0c0d714a295..a0c0d714a295 100644
--- a/basegfx/inc/basegfx/tools/lerp.hxx
+++ b/include/basegfx/tools/lerp.hxx
diff --git a/basegfx/inc/basegfx/tools/rectcliptools.hxx b/include/basegfx/tools/rectcliptools.hxx
index 3d5f77e18e0e..3d5f77e18e0e 100644
--- a/basegfx/inc/basegfx/tools/rectcliptools.hxx
+++ b/include/basegfx/tools/rectcliptools.hxx
diff --git a/basegfx/inc/basegfx/tools/tools.hxx b/include/basegfx/tools/tools.hxx
index c1fa0940ae35..c1fa0940ae35 100644
--- a/basegfx/inc/basegfx/tools/tools.hxx
+++ b/include/basegfx/tools/tools.hxx
diff --git a/basegfx/inc/basegfx/tools/unopolypolygon.hxx b/include/basegfx/tools/unopolypolygon.hxx
index 72ed9418663a..72ed9418663a 100644
--- a/basegfx/inc/basegfx/tools/unopolypolygon.hxx
+++ b/include/basegfx/tools/unopolypolygon.hxx
diff --git a/basegfx/inc/basegfx/tools/unotools.hxx b/include/basegfx/tools/unotools.hxx
index c95eb5361f5c..c95eb5361f5c 100644
--- a/basegfx/inc/basegfx/tools/unotools.hxx
+++ b/include/basegfx/tools/unotools.hxx
diff --git a/basegfx/inc/basegfx/tools/zoomtools.hxx b/include/basegfx/tools/zoomtools.hxx
index 44d9052a2552..44d9052a2552 100644
--- a/basegfx/inc/basegfx/tools/zoomtools.hxx
+++ b/include/basegfx/tools/zoomtools.hxx
diff --git a/basegfx/inc/basegfx/tuple/b2dtuple.hxx b/include/basegfx/tuple/b2dtuple.hxx
index 380ba8adf493..380ba8adf493 100644
--- a/basegfx/inc/basegfx/tuple/b2dtuple.hxx
+++ b/include/basegfx/tuple/b2dtuple.hxx
diff --git a/basegfx/inc/basegfx/tuple/b2i64tuple.hxx b/include/basegfx/tuple/b2i64tuple.hxx
index debb4cabe578..debb4cabe578 100644
--- a/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
+++ b/include/basegfx/tuple/b2i64tuple.hxx
diff --git a/basegfx/inc/basegfx/tuple/b2ituple.hxx b/include/basegfx/tuple/b2ituple.hxx
index 41203a0c58c4..41203a0c58c4 100644
--- a/basegfx/inc/basegfx/tuple/b2ituple.hxx
+++ b/include/basegfx/tuple/b2ituple.hxx
diff --git a/basegfx/inc/basegfx/tuple/b3dtuple.hxx b/include/basegfx/tuple/b3dtuple.hxx
index 1eb4dd38de09..1eb4dd38de09 100644
--- a/basegfx/inc/basegfx/tuple/b3dtuple.hxx
+++ b/include/basegfx/tuple/b3dtuple.hxx
diff --git a/basegfx/inc/basegfx/tuple/b3i64tuple.hxx b/include/basegfx/tuple/b3i64tuple.hxx
index bcc1acaee6b1..bcc1acaee6b1 100644
--- a/basegfx/inc/basegfx/tuple/b3i64tuple.hxx
+++ b/include/basegfx/tuple/b3i64tuple.hxx
diff --git a/basegfx/inc/basegfx/tuple/b3ituple.hxx b/include/basegfx/tuple/b3ituple.hxx
index 49fb24634ed4..49fb24634ed4 100644
--- a/basegfx/inc/basegfx/tuple/b3ituple.hxx
+++ b/include/basegfx/tuple/b3ituple.hxx
diff --git a/basegfx/inc/basegfx/vector/b2dsize.hxx b/include/basegfx/vector/b2dsize.hxx
index bde343b46685..bde343b46685 100644
--- a/basegfx/inc/basegfx/vector/b2dsize.hxx
+++ b/include/basegfx/vector/b2dsize.hxx
diff --git a/basegfx/inc/basegfx/vector/b2dvector.hxx b/include/basegfx/vector/b2dvector.hxx
index 99489eb7169c..99489eb7169c 100644
--- a/basegfx/inc/basegfx/vector/b2dvector.hxx
+++ b/include/basegfx/vector/b2dvector.hxx
diff --git a/basegfx/inc/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx
index abbf4cfaf546..abbf4cfaf546 100644
--- a/basegfx/inc/basegfx/vector/b2enums.hxx
+++ b/include/basegfx/vector/b2enums.hxx
diff --git a/basegfx/inc/basegfx/vector/b2isize.hxx b/include/basegfx/vector/b2isize.hxx
index 4a2fe2228661..4a2fe2228661 100644
--- a/basegfx/inc/basegfx/vector/b2isize.hxx
+++ b/include/basegfx/vector/b2isize.hxx
diff --git a/basegfx/inc/basegfx/vector/b2ivector.hxx b/include/basegfx/vector/b2ivector.hxx
index 63ce2ae28fba..63ce2ae28fba 100644
--- a/basegfx/inc/basegfx/vector/b2ivector.hxx
+++ b/include/basegfx/vector/b2ivector.hxx
diff --git a/basegfx/inc/basegfx/vector/b3dvector.hxx b/include/basegfx/vector/b3dvector.hxx
index 99f23bc7b6d3..99f23bc7b6d3 100644
--- a/basegfx/inc/basegfx/vector/b3dvector.hxx
+++ b/include/basegfx/vector/b3dvector.hxx
diff --git a/basegfx/inc/basegfx/vector/b3ivector.hxx b/include/basegfx/vector/b3ivector.hxx
index 8248ade15cb0..8248ade15cb0 100644
--- a/basegfx/inc/basegfx/vector/b3ivector.hxx
+++ b/include/basegfx/vector/b3ivector.hxx
diff --git a/basic/inc/basic/basicdllapi.h b/include/basic/basicdllapi.h
index 5c5c4647cd4c..5c5c4647cd4c 100644
--- a/basic/inc/basic/basicdllapi.h
+++ b/include/basic/basicdllapi.h
diff --git a/basic/inc/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx
index 411aeadb8545..411aeadb8545 100644
--- a/basic/inc/basic/basicmanagerrepository.hxx
+++ b/include/basic/basicmanagerrepository.hxx
diff --git a/basic/inc/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 12bca4779565..12bca4779565 100644
--- a/basic/inc/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
diff --git a/basic/inc/basic/basrdll.hxx b/include/basic/basrdll.hxx
index 20edde65b9cd..20edde65b9cd 100644
--- a/basic/inc/basic/basrdll.hxx
+++ b/include/basic/basrdll.hxx
diff --git a/basic/inc/basic/global.hxx b/include/basic/global.hxx
index e63029da5785..e63029da5785 100644
--- a/basic/inc/basic/global.hxx
+++ b/include/basic/global.hxx
diff --git a/basic/inc/basic/modsizeexceeded.hxx b/include/basic/modsizeexceeded.hxx
index 05dd70b4b66d..05dd70b4b66d 100644
--- a/basic/inc/basic/modsizeexceeded.hxx
+++ b/include/basic/modsizeexceeded.hxx
diff --git a/basic/inc/basic/sbdef.hxx b/include/basic/sbdef.hxx
index 2bc29cbb08c3..2bc29cbb08c3 100644
--- a/basic/inc/basic/sbdef.hxx
+++ b/include/basic/sbdef.hxx
diff --git a/basic/inc/basic/sberrors.hxx b/include/basic/sberrors.hxx
index f287f3afca88..f287f3afca88 100644
--- a/basic/inc/basic/sberrors.hxx
+++ b/include/basic/sberrors.hxx
diff --git a/basic/inc/basic/sbmeth.hxx b/include/basic/sbmeth.hxx
index 9d4afbc37a24..9d4afbc37a24 100644
--- a/basic/inc/basic/sbmeth.hxx
+++ b/include/basic/sbmeth.hxx
diff --git a/basic/inc/basic/sbmod.hxx b/include/basic/sbmod.hxx
index f94e2c9e8a36..f94e2c9e8a36 100644
--- a/basic/inc/basic/sbmod.hxx
+++ b/include/basic/sbmod.hxx
diff --git a/basic/inc/basic/sbobjmod.hxx b/include/basic/sbobjmod.hxx
index 14ca48681688..14ca48681688 100644
--- a/basic/inc/basic/sbobjmod.hxx
+++ b/include/basic/sbobjmod.hxx
diff --git a/basic/inc/basic/sbprop.hxx b/include/basic/sbprop.hxx
index 463fd5d41c73..463fd5d41c73 100644
--- a/basic/inc/basic/sbprop.hxx
+++ b/include/basic/sbprop.hxx
diff --git a/basic/inc/basic/sbstar.hxx b/include/basic/sbstar.hxx
index c84b62494169..c84b62494169 100644
--- a/basic/inc/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
diff --git a/basic/inc/basic/sbstdobj.hxx b/include/basic/sbstdobj.hxx
index 75a5a6ecb452..75a5a6ecb452 100644
--- a/basic/inc/basic/sbstdobj.hxx
+++ b/include/basic/sbstdobj.hxx
diff --git a/basic/inc/basic/sbuno.hxx b/include/basic/sbuno.hxx
index 55d487a48b75..55d487a48b75 100644
--- a/basic/inc/basic/sbuno.hxx
+++ b/include/basic/sbuno.hxx
diff --git a/basic/inc/basic/sbx.hxx b/include/basic/sbx.hxx
index d5fba159e510..d5fba159e510 100644
--- a/basic/inc/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
diff --git a/basic/inc/basic/sbxbase.hxx b/include/basic/sbxbase.hxx
index 16484ee929d8..16484ee929d8 100644
--- a/basic/inc/basic/sbxbase.hxx
+++ b/include/basic/sbxbase.hxx
diff --git a/basic/inc/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index 4c71d1a5b977..4c71d1a5b977 100644
--- a/basic/inc/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
diff --git a/basic/inc/basic/sbxdef.hxx b/include/basic/sbxdef.hxx
index 781a71b3b430..781a71b3b430 100644
--- a/basic/inc/basic/sbxdef.hxx
+++ b/include/basic/sbxdef.hxx
diff --git a/basic/inc/basic/sbxfac.hxx b/include/basic/sbxfac.hxx
index 33035cf45c9b..33035cf45c9b 100644
--- a/basic/inc/basic/sbxfac.hxx
+++ b/include/basic/sbxfac.hxx
diff --git a/basic/inc/basic/sbxform.hxx b/include/basic/sbxform.hxx
index 589f3ec24fd0..589f3ec24fd0 100644
--- a/basic/inc/basic/sbxform.hxx
+++ b/include/basic/sbxform.hxx
diff --git a/basic/inc/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx
index 227c00cbad88..227c00cbad88 100644
--- a/basic/inc/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
diff --git a/basic/inc/basic/sbxobj.hxx b/include/basic/sbxobj.hxx
index 2dc4aa735513..2dc4aa735513 100644
--- a/basic/inc/basic/sbxobj.hxx
+++ b/include/basic/sbxobj.hxx
diff --git a/basic/inc/basic/sbxprop.hxx b/include/basic/sbxprop.hxx
index 89d774d4967f..89d774d4967f 100644
--- a/basic/inc/basic/sbxprop.hxx
+++ b/include/basic/sbxprop.hxx
diff --git a/basic/inc/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index 4d4a8b625bc3..4d4a8b625bc3 100644
--- a/basic/inc/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
diff --git a/basic/inc/basic/vbahelper.hxx b/include/basic/vbahelper.hxx
index c18b67b63cd1..c18b67b63cd1 100644
--- a/basic/inc/basic/vbahelper.hxx
+++ b/include/basic/vbahelper.hxx
diff --git a/canvas/inc/canvas/base/bitmapcanvasbase.hxx b/include/canvas/base/bitmapcanvasbase.hxx
index 5c1376b0632b..5c1376b0632b 100644
--- a/canvas/inc/canvas/base/bitmapcanvasbase.hxx
+++ b/include/canvas/base/bitmapcanvasbase.hxx
diff --git a/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx b/include/canvas/base/bufferedgraphicdevicebase.hxx
index 2713e0ea11bb..2713e0ea11bb 100644
--- a/canvas/inc/canvas/base/bufferedgraphicdevicebase.hxx
+++ b/include/canvas/base/bufferedgraphicdevicebase.hxx
diff --git a/canvas/inc/canvas/base/cachedprimitivebase.hxx b/include/canvas/base/cachedprimitivebase.hxx
index 8c7e1579f1e2..8c7e1579f1e2 100644
--- a/canvas/inc/canvas/base/cachedprimitivebase.hxx
+++ b/include/canvas/base/cachedprimitivebase.hxx
diff --git a/canvas/inc/canvas/base/canvasbase.hxx b/include/canvas/base/canvasbase.hxx
index f7844fd219de..f7844fd219de 100644
--- a/canvas/inc/canvas/base/canvasbase.hxx
+++ b/include/canvas/base/canvasbase.hxx
diff --git a/canvas/inc/canvas/base/canvascustomspritebase.hxx b/include/canvas/base/canvascustomspritebase.hxx
index 7c1b5508bb4e..7c1b5508bb4e 100644
--- a/canvas/inc/canvas/base/canvascustomspritebase.hxx
+++ b/include/canvas/base/canvascustomspritebase.hxx
diff --git a/canvas/inc/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx
index 2b2fd2d774d8..2b2fd2d774d8 100644
--- a/canvas/inc/canvas/base/canvascustomspritehelper.hxx
+++ b/include/canvas/base/canvascustomspritehelper.hxx
diff --git a/canvas/inc/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx
index f12a61472cd4..f12a61472cd4 100644
--- a/canvas/inc/canvas/base/disambiguationhelper.hxx
+++ b/include/canvas/base/disambiguationhelper.hxx
diff --git a/canvas/inc/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index 5c3372e3f76a..5c3372e3f76a 100644
--- a/canvas/inc/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
diff --git a/canvas/inc/canvas/base/integerbitmapbase.hxx b/include/canvas/base/integerbitmapbase.hxx
index 602e18a09eb0..602e18a09eb0 100644
--- a/canvas/inc/canvas/base/integerbitmapbase.hxx
+++ b/include/canvas/base/integerbitmapbase.hxx
diff --git a/canvas/inc/canvas/base/sprite.hxx b/include/canvas/base/sprite.hxx
index 4ebafd57f998..4ebafd57f998 100644
--- a/canvas/inc/canvas/base/sprite.hxx
+++ b/include/canvas/base/sprite.hxx
diff --git a/canvas/inc/canvas/base/spritecanvasbase.hxx b/include/canvas/base/spritecanvasbase.hxx
index f892bf4170a7..f892bf4170a7 100644
--- a/canvas/inc/canvas/base/spritecanvasbase.hxx
+++ b/include/canvas/base/spritecanvasbase.hxx
diff --git a/canvas/inc/canvas/base/spritesurface.hxx b/include/canvas/base/spritesurface.hxx
index 47a0fb24a67d..47a0fb24a67d 100644
--- a/canvas/inc/canvas/base/spritesurface.hxx
+++ b/include/canvas/base/spritesurface.hxx
diff --git a/canvas/inc/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index fd6dadd0a791..fd6dadd0a791 100644
--- a/canvas/inc/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
diff --git a/canvas/inc/canvas/canvastoolsdllapi.h b/include/canvas/canvastoolsdllapi.h
index ad96dec3ea7c..ad96dec3ea7c 100644
--- a/canvas/inc/canvas/canvastoolsdllapi.h
+++ b/include/canvas/canvastoolsdllapi.h
diff --git a/canvas/inc/canvas/debug.hxx b/include/canvas/debug.hxx
index 9fc5ad31711f..9fc5ad31711f 100644
--- a/canvas/inc/canvas/debug.hxx
+++ b/include/canvas/debug.hxx
diff --git a/canvas/inc/canvas/elapsedtime.hxx b/include/canvas/elapsedtime.hxx
index 8248e3408785..8248e3408785 100644
--- a/canvas/inc/canvas/elapsedtime.hxx
+++ b/include/canvas/elapsedtime.hxx
diff --git a/canvas/inc/canvas/parametricpolypolygon.hxx b/include/canvas/parametricpolypolygon.hxx
index 2e8cb7af45fb..2e8cb7af45fb 100644
--- a/canvas/inc/canvas/parametricpolypolygon.hxx
+++ b/include/canvas/parametricpolypolygon.hxx
diff --git a/canvas/inc/canvas/propertysethelper.hxx b/include/canvas/propertysethelper.hxx
index b90d9ef344e5..b90d9ef344e5 100644
--- a/canvas/inc/canvas/propertysethelper.hxx
+++ b/include/canvas/propertysethelper.hxx
diff --git a/canvas/inc/canvas/rendering/bitmap.hxx b/include/canvas/rendering/bitmap.hxx
index 295057bd832b..295057bd832b 100644
--- a/canvas/inc/canvas/rendering/bitmap.hxx
+++ b/include/canvas/rendering/bitmap.hxx
diff --git a/canvas/inc/canvas/rendering/icachedprimitive.hxx b/include/canvas/rendering/icachedprimitive.hxx
index f15fed3e72e8..f15fed3e72e8 100644
--- a/canvas/inc/canvas/rendering/icachedprimitive.hxx
+++ b/include/canvas/rendering/icachedprimitive.hxx
diff --git a/canvas/inc/canvas/rendering/icolorbuffer.hxx b/include/canvas/rendering/icolorbuffer.hxx
index 4226a9a6d759..4226a9a6d759 100644
--- a/canvas/inc/canvas/rendering/icolorbuffer.hxx
+++ b/include/canvas/rendering/icolorbuffer.hxx
diff --git a/canvas/inc/canvas/rendering/irendermodule.hxx b/include/canvas/rendering/irendermodule.hxx
index 413320eb85e9..413320eb85e9 100644
--- a/canvas/inc/canvas/rendering/irendermodule.hxx
+++ b/include/canvas/rendering/irendermodule.hxx
diff --git a/canvas/inc/canvas/rendering/isurface.hxx b/include/canvas/rendering/isurface.hxx
index a79faf96a8c8..a79faf96a8c8 100644
--- a/canvas/inc/canvas/rendering/isurface.hxx
+++ b/include/canvas/rendering/isurface.hxx
diff --git a/canvas/inc/canvas/rendering/isurfaceproxy.hxx b/include/canvas/rendering/isurfaceproxy.hxx
index f8db605a38d3..f8db605a38d3 100644
--- a/canvas/inc/canvas/rendering/isurfaceproxy.hxx
+++ b/include/canvas/rendering/isurfaceproxy.hxx
diff --git a/canvas/inc/canvas/rendering/isurfaceproxymanager.hxx b/include/canvas/rendering/isurfaceproxymanager.hxx
index 98c7795a293e..98c7795a293e 100644
--- a/canvas/inc/canvas/rendering/isurfaceproxymanager.hxx
+++ b/include/canvas/rendering/isurfaceproxymanager.hxx
diff --git a/canvas/inc/canvas/spriteredrawmanager.hxx b/include/canvas/spriteredrawmanager.hxx
index 7609b4f8f4a6..7609b4f8f4a6 100644
--- a/canvas/inc/canvas/spriteredrawmanager.hxx
+++ b/include/canvas/spriteredrawmanager.hxx
diff --git a/canvas/inc/canvas/vclwrapper.hxx b/include/canvas/vclwrapper.hxx
index 330e88cb88ad..330e88cb88ad 100644
--- a/canvas/inc/canvas/vclwrapper.hxx
+++ b/include/canvas/vclwrapper.hxx
diff --git a/canvas/inc/canvas/verbosetrace.hxx b/include/canvas/verbosetrace.hxx
index d3810c4deaad..d3810c4deaad 100644
--- a/canvas/inc/canvas/verbosetrace.hxx
+++ b/include/canvas/verbosetrace.hxx
diff --git a/canvas/inc/canvas/verifyinput.hxx b/include/canvas/verifyinput.hxx
index 07d72b32ff6c..07d72b32ff6c 100644
--- a/canvas/inc/canvas/verifyinput.hxx
+++ b/include/canvas/verifyinput.hxx
diff --git a/codemaker/inc/codemaker/codemaker.hxx b/include/codemaker/codemaker.hxx
index 49d1d4b9cea8..49d1d4b9cea8 100644
--- a/codemaker/inc/codemaker/codemaker.hxx
+++ b/include/codemaker/codemaker.hxx
diff --git a/codemaker/inc/codemaker/commoncpp.hxx b/include/codemaker/commoncpp.hxx
index 8bff48fc0809..8bff48fc0809 100644
--- a/codemaker/inc/codemaker/commoncpp.hxx
+++ b/include/codemaker/commoncpp.hxx
diff --git a/codemaker/inc/codemaker/commonjava.hxx b/include/codemaker/commonjava.hxx
index 54d9403cda57..54d9403cda57 100644
--- a/codemaker/inc/codemaker/commonjava.hxx
+++ b/include/codemaker/commonjava.hxx
diff --git a/codemaker/inc/codemaker/exceptiontree.hxx b/include/codemaker/exceptiontree.hxx
index 5392386a3c07..5392386a3c07 100644
--- a/codemaker/inc/codemaker/exceptiontree.hxx
+++ b/include/codemaker/exceptiontree.hxx
diff --git a/codemaker/inc/codemaker/generatedtypeset.hxx b/include/codemaker/generatedtypeset.hxx
index 3d1a5615b0b1..3d1a5615b0b1 100644
--- a/codemaker/inc/codemaker/generatedtypeset.hxx
+++ b/include/codemaker/generatedtypeset.hxx
diff --git a/codemaker/inc/codemaker/global.hxx b/include/codemaker/global.hxx
index 2c61ce88ec51..2c61ce88ec51 100644
--- a/codemaker/inc/codemaker/global.hxx
+++ b/include/codemaker/global.hxx
diff --git a/codemaker/inc/codemaker/options.hxx b/include/codemaker/options.hxx
index 4a33e280ca69..4a33e280ca69 100644
--- a/codemaker/inc/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
diff --git a/codemaker/inc/codemaker/typemanager.hxx b/include/codemaker/typemanager.hxx
index fc6aba69ab1d..fc6aba69ab1d 100644
--- a/codemaker/inc/codemaker/typemanager.hxx
+++ b/include/codemaker/typemanager.hxx
diff --git a/codemaker/inc/codemaker/unotype.hxx b/include/codemaker/unotype.hxx
index b00de6658a99..b00de6658a99 100644
--- a/codemaker/inc/codemaker/unotype.hxx
+++ b/include/codemaker/unotype.hxx
diff --git a/comphelper/inc/comphelper/ChainablePropertySet.hxx b/include/comphelper/ChainablePropertySet.hxx
index 2dfe5f3ca256..2dfe5f3ca256 100644
--- a/comphelper/inc/comphelper/ChainablePropertySet.hxx
+++ b/include/comphelper/ChainablePropertySet.hxx
diff --git a/comphelper/inc/comphelper/ChainablePropertySetInfo.hxx b/include/comphelper/ChainablePropertySetInfo.hxx
index ce28803036d5..ce28803036d5 100644
--- a/comphelper/inc/comphelper/ChainablePropertySetInfo.hxx
+++ b/include/comphelper/ChainablePropertySetInfo.hxx
diff --git a/comphelper/inc/comphelper/IdPropArrayHelper.hxx b/include/comphelper/IdPropArrayHelper.hxx
index 497a39fd500d..497a39fd500d 100644
--- a/comphelper/inc/comphelper/IdPropArrayHelper.hxx
+++ b/include/comphelper/IdPropArrayHelper.hxx
diff --git a/comphelper/inc/comphelper/InlineContainer.hxx b/include/comphelper/InlineContainer.hxx
index b23574bbad58..b23574bbad58 100644
--- a/comphelper/inc/comphelper/InlineContainer.hxx
+++ b/include/comphelper/InlineContainer.hxx
diff --git a/comphelper/inc/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx
index 266137fdb9b4..266137fdb9b4 100644
--- a/comphelper/inc/comphelper/MasterPropertySet.hxx
+++ b/include/comphelper/MasterPropertySet.hxx
diff --git a/comphelper/inc/comphelper/MasterPropertySetInfo.hxx b/include/comphelper/MasterPropertySetInfo.hxx
index d2c772e2c5d5..d2c772e2c5d5 100644
--- a/comphelper/inc/comphelper/MasterPropertySetInfo.hxx
+++ b/include/comphelper/MasterPropertySetInfo.hxx
diff --git a/comphelper/inc/comphelper/PropertyInfoHash.hxx b/include/comphelper/PropertyInfoHash.hxx
index 3241560b4a94..3241560b4a94 100644
--- a/comphelper/inc/comphelper/PropertyInfoHash.hxx
+++ b/include/comphelper/PropertyInfoHash.hxx
diff --git a/comphelper/inc/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx
index 56e8375fd215..56e8375fd215 100644
--- a/comphelper/inc/comphelper/SelectionMultiplex.hxx
+++ b/include/comphelper/SelectionMultiplex.hxx
diff --git a/comphelper/inc/comphelper/SettingsHelper.hxx b/include/comphelper/SettingsHelper.hxx
index d623fa3e5494..d623fa3e5494 100644
--- a/comphelper/inc/comphelper/SettingsHelper.hxx
+++ b/include/comphelper/SettingsHelper.hxx
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/include/comphelper/TypeGeneration.hxx
index 0ced57b31714..0ced57b31714 100644
--- a/comphelper/inc/comphelper/TypeGeneration.hxx
+++ b/include/comphelper/TypeGeneration.hxx
diff --git a/comphelper/inc/comphelper/accessiblecomponenthelper.hxx b/include/comphelper/accessiblecomponenthelper.hxx
index d0eabc27b807..d0eabc27b807 100644
--- a/comphelper/inc/comphelper/accessiblecomponenthelper.hxx
+++ b/include/comphelper/accessiblecomponenthelper.hxx
diff --git a/comphelper/inc/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index e6c5c10ab20f..e6c5c10ab20f 100644
--- a/comphelper/inc/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
diff --git a/comphelper/inc/comphelper/accessibleeventnotifier.hxx b/include/comphelper/accessibleeventnotifier.hxx
index f0a745baa5a8..f0a745baa5a8 100644
--- a/comphelper/inc/comphelper/accessibleeventnotifier.hxx
+++ b/include/comphelper/accessibleeventnotifier.hxx
diff --git a/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx b/include/comphelper/accessiblekeybindinghelper.hxx
index 4849b124cf87..4849b124cf87 100644
--- a/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx
+++ b/include/comphelper/accessiblekeybindinghelper.hxx
diff --git a/comphelper/inc/comphelper/accessibleselectionhelper.hxx b/include/comphelper/accessibleselectionhelper.hxx
index e1bb5dd5f1ef..e1bb5dd5f1ef 100644
--- a/comphelper/inc/comphelper/accessibleselectionhelper.hxx
+++ b/include/comphelper/accessibleselectionhelper.hxx
diff --git a/comphelper/inc/comphelper/accessibletexthelper.hxx b/include/comphelper/accessibletexthelper.hxx
index ea3f505ee7fe..ea3f505ee7fe 100644
--- a/comphelper/inc/comphelper/accessibletexthelper.hxx
+++ b/include/comphelper/accessibletexthelper.hxx
diff --git a/comphelper/inc/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index fbd65d638899..fbd65d638899 100644
--- a/comphelper/inc/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
diff --git a/comphelper/inc/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx
index 3407c5a7b8b4..3407c5a7b8b4 100644
--- a/comphelper/inc/comphelper/accimplaccess.hxx
+++ b/include/comphelper/accimplaccess.hxx
diff --git a/comphelper/inc/comphelper/anycompare.hxx b/include/comphelper/anycompare.hxx
index fb17b7ca67ec..fb17b7ca67ec 100644
--- a/comphelper/inc/comphelper/anycompare.hxx
+++ b/include/comphelper/anycompare.hxx
diff --git a/comphelper/inc/comphelper/anytostring.hxx b/include/comphelper/anytostring.hxx
index e68779854292..e68779854292 100644
--- a/comphelper/inc/comphelper/anytostring.hxx
+++ b/include/comphelper/anytostring.hxx
diff --git a/comphelper/inc/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx
index 19c1910dbc8f..19c1910dbc8f 100644
--- a/comphelper/inc/comphelper/asyncnotification.hxx
+++ b/include/comphelper/asyncnotification.hxx
diff --git a/comphelper/inc/comphelper/attributelist.hxx b/include/comphelper/attributelist.hxx
index dd10e13c70ab..dd10e13c70ab 100644
--- a/comphelper/inc/comphelper/attributelist.hxx
+++ b/include/comphelper/attributelist.hxx
diff --git a/comphelper/inc/comphelper/basicio.hxx b/include/comphelper/basicio.hxx
index 42eea8076e47..42eea8076e47 100644
--- a/comphelper/inc/comphelper/basicio.hxx
+++ b/include/comphelper/basicio.hxx
diff --git a/comphelper/inc/comphelper/broadcasthelper.hxx b/include/comphelper/broadcasthelper.hxx
index d8cf69eeb17b..d8cf69eeb17b 100644
--- a/comphelper/inc/comphelper/broadcasthelper.hxx
+++ b/include/comphelper/broadcasthelper.hxx
diff --git a/comphelper/inc/comphelper/classids.hxx b/include/comphelper/classids.hxx
index 39ab6095802e..39ab6095802e 100644
--- a/comphelper/inc/comphelper/classids.hxx
+++ b/include/comphelper/classids.hxx
diff --git a/comphelper/inc/comphelper/comphelperdllapi.h b/include/comphelper/comphelperdllapi.h
index 88d35f61c359..88d35f61c359 100644
--- a/comphelper/inc/comphelper/comphelperdllapi.h
+++ b/include/comphelper/comphelperdllapi.h
diff --git a/comphelper/inc/comphelper/componentbase.hxx b/include/comphelper/componentbase.hxx
index b4035a60f77b..b4035a60f77b 100644
--- a/comphelper/inc/comphelper/componentbase.hxx
+++ b/include/comphelper/componentbase.hxx
diff --git a/comphelper/inc/comphelper/componentcontext.hxx b/include/comphelper/componentcontext.hxx
index d6461502be54..d6461502be54 100644
--- a/comphelper/inc/comphelper/componentcontext.hxx
+++ b/include/comphelper/componentcontext.hxx
diff --git a/comphelper/inc/comphelper/componentguard.hxx b/include/comphelper/componentguard.hxx
index eb1cfbcc24a8..eb1cfbcc24a8 100644
--- a/comphelper/inc/comphelper/componentguard.hxx
+++ b/include/comphelper/componentguard.hxx
diff --git a/comphelper/inc/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx
index 9ce8a137ede2..9ce8a137ede2 100644
--- a/comphelper/inc/comphelper/componentmodule.hxx
+++ b/include/comphelper/componentmodule.hxx
diff --git a/comphelper/inc/comphelper/configuration.hxx b/include/comphelper/configuration.hxx
index 8eecc7facd91..8eecc7facd91 100644
--- a/comphelper/inc/comphelper/configuration.hxx
+++ b/include/comphelper/configuration.hxx
diff --git a/comphelper/inc/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index b267e4c0c564..b267e4c0c564 100644
--- a/comphelper/inc/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
diff --git a/comphelper/inc/comphelper/container.hxx b/include/comphelper/container.hxx
index d6c5be927873..d6c5be927873 100644
--- a/comphelper/inc/comphelper/container.hxx
+++ b/include/comphelper/container.hxx
diff --git a/comphelper/inc/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx
index 725265e493c6..725265e493c6 100644
--- a/comphelper/inc/comphelper/containermultiplexer.hxx
+++ b/include/comphelper/containermultiplexer.hxx
diff --git a/comphelper/inc/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx
index 24fd868c0735..24fd868c0735 100644
--- a/comphelper/inc/comphelper/docpasswordhelper.hxx
+++ b/include/comphelper/docpasswordhelper.hxx
diff --git a/comphelper/inc/comphelper/docpasswordrequest.hxx b/include/comphelper/docpasswordrequest.hxx
index 54a32f522ae6..54a32f522ae6 100644
--- a/comphelper/inc/comphelper/docpasswordrequest.hxx
+++ b/include/comphelper/docpasswordrequest.hxx
diff --git a/comphelper/inc/comphelper/documentconstants.hxx b/include/comphelper/documentconstants.hxx
index 2bc00220995f..2bc00220995f 100644
--- a/comphelper/inc/comphelper/documentconstants.hxx
+++ b/include/comphelper/documentconstants.hxx
diff --git a/comphelper/inc/comphelper/documentinfo.hxx b/include/comphelper/documentinfo.hxx
index 48bc39a8cc00..48bc39a8cc00 100644
--- a/comphelper/inc/comphelper/documentinfo.hxx
+++ b/include/comphelper/documentinfo.hxx
diff --git a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx b/include/comphelper/embeddedobjectcontainer.hxx
index 0347e12ba2c2..0347e12ba2c2 100644
--- a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
+++ b/include/comphelper/embeddedobjectcontainer.hxx
diff --git a/comphelper/inc/comphelper/enumhelper.hxx b/include/comphelper/enumhelper.hxx
index 9870291b22f5..9870291b22f5 100644
--- a/comphelper/inc/comphelper/enumhelper.hxx
+++ b/include/comphelper/enumhelper.hxx
diff --git a/comphelper/inc/comphelper/eventattachermgr.hxx b/include/comphelper/eventattachermgr.hxx
index a525e7c4ea54..a525e7c4ea54 100644
--- a/comphelper/inc/comphelper/eventattachermgr.hxx
+++ b/include/comphelper/eventattachermgr.hxx
diff --git a/comphelper/inc/comphelper/evtlistenerhlp.hxx b/include/comphelper/evtlistenerhlp.hxx
index c1bb01fa3aa4..c1bb01fa3aa4 100644
--- a/comphelper/inc/comphelper/evtlistenerhlp.hxx
+++ b/include/comphelper/evtlistenerhlp.hxx
diff --git a/comphelper/inc/comphelper/evtmethodhelper.hxx b/include/comphelper/evtmethodhelper.hxx
index 7ecf08a0fc57..7ecf08a0fc57 100644
--- a/comphelper/inc/comphelper/evtmethodhelper.hxx
+++ b/include/comphelper/evtmethodhelper.hxx
diff --git a/comphelper/inc/comphelper/extract.hxx b/include/comphelper/extract.hxx
index 30cbaaefc6c9..30cbaaefc6c9 100644
--- a/comphelper/inc/comphelper/extract.hxx
+++ b/include/comphelper/extract.hxx
diff --git a/comphelper/inc/comphelper/fileformat.h b/include/comphelper/fileformat.h
index dbd3f32a1f9a..dbd3f32a1f9a 100644
--- a/comphelper/inc/comphelper/fileformat.h
+++ b/include/comphelper/fileformat.h
diff --git a/comphelper/inc/comphelper/flagguard.hxx b/include/comphelper/flagguard.hxx
index af1f1ea1e4fd..af1f1ea1e4fd 100644
--- a/comphelper/inc/comphelper/flagguard.hxx
+++ b/include/comphelper/flagguard.hxx
diff --git a/comphelper/inc/comphelper/genericpropertyset.hxx b/include/comphelper/genericpropertyset.hxx
index e46c30a4cad4..e46c30a4cad4 100644
--- a/comphelper/inc/comphelper/genericpropertyset.hxx
+++ b/include/comphelper/genericpropertyset.hxx
diff --git a/comphelper/inc/comphelper/guarding.hxx b/include/comphelper/guarding.hxx
index 3931c0284e31..3931c0284e31 100644
--- a/comphelper/inc/comphelper/guarding.hxx
+++ b/include/comphelper/guarding.hxx
diff --git a/comphelper/inc/comphelper/ihwrapnofilter.hxx b/include/comphelper/ihwrapnofilter.hxx
index eb0b13957874..eb0b13957874 100644
--- a/comphelper/inc/comphelper/ihwrapnofilter.hxx
+++ b/include/comphelper/ihwrapnofilter.hxx
diff --git a/comphelper/inc/comphelper/implbase_var.hxx b/include/comphelper/implbase_var.hxx
index fee9eb695c08..fee9eb695c08 100644
--- a/comphelper/inc/comphelper/implbase_var.hxx
+++ b/include/comphelper/implbase_var.hxx
diff --git a/comphelper/inc/comphelper/implementationreference.hxx b/include/comphelper/implementationreference.hxx
index 7957d6437ff5..7957d6437ff5 100644
--- a/comphelper/inc/comphelper/implementationreference.hxx
+++ b/include/comphelper/implementationreference.hxx
diff --git a/comphelper/inc/comphelper/interaction.hxx b/include/comphelper/interaction.hxx
index bbd925efd3fa..bbd925efd3fa 100644
--- a/comphelper/inc/comphelper/interaction.hxx
+++ b/include/comphelper/interaction.hxx
diff --git a/comphelper/inc/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx
index 21e2ea74723b..21e2ea74723b 100644
--- a/comphelper/inc/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
diff --git a/comphelper/inc/comphelper/logging.hxx b/include/comphelper/logging.hxx
index b6356384af3d..b6356384af3d 100644
--- a/comphelper/inc/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
diff --git a/comphelper/inc/comphelper/make_shared_from_uno.hxx b/include/comphelper/make_shared_from_uno.hxx
index 2a70094a3f94..2a70094a3f94 100644
--- a/comphelper/inc/comphelper/make_shared_from_uno.hxx
+++ b/include/comphelper/make_shared_from_uno.hxx
diff --git a/comphelper/inc/comphelper/makesequence.hxx b/include/comphelper/makesequence.hxx
index bc35657db9a8..bc35657db9a8 100644
--- a/comphelper/inc/comphelper/makesequence.hxx
+++ b/include/comphelper/makesequence.hxx
diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/include/comphelper/mediadescriptor.hxx
index 7c7174644292..7c7174644292 100644
--- a/comphelper/inc/comphelper/mediadescriptor.hxx
+++ b/include/comphelper/mediadescriptor.hxx
diff --git a/comphelper/inc/comphelper/mimeconfighelper.hxx b/include/comphelper/mimeconfighelper.hxx
index 6e2b128d5a23..6e2b128d5a23 100644
--- a/comphelper/inc/comphelper/mimeconfighelper.hxx
+++ b/include/comphelper/mimeconfighelper.hxx
diff --git a/comphelper/inc/comphelper/namecontainer.hxx b/include/comphelper/namecontainer.hxx
index 6ac5aff190fb..6ac5aff190fb 100644
--- a/comphelper/inc/comphelper/namecontainer.hxx
+++ b/include/comphelper/namecontainer.hxx
diff --git a/comphelper/inc/comphelper/namedvaluecollection.hxx b/include/comphelper/namedvaluecollection.hxx
index 93b53dd14c6c..93b53dd14c6c 100644
--- a/comphelper/inc/comphelper/namedvaluecollection.hxx
+++ b/include/comphelper/namedvaluecollection.hxx
diff --git a/comphelper/inc/comphelper/newarray.hxx b/include/comphelper/newarray.hxx
index b64095ae8ff4..b64095ae8ff4 100644
--- a/comphelper/inc/comphelper/newarray.hxx
+++ b/include/comphelper/newarray.hxx
diff --git a/comphelper/inc/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index 6a311767658d..6a311767658d 100644
--- a/comphelper/inc/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
diff --git a/comphelper/inc/comphelper/numbers.hxx b/include/comphelper/numbers.hxx
index b64fe341da4f..b64fe341da4f 100644
--- a/comphelper/inc/comphelper/numbers.hxx
+++ b/include/comphelper/numbers.hxx
diff --git a/comphelper/inc/comphelper/officeresourcebundle.hxx b/include/comphelper/officeresourcebundle.hxx
index 5e6d9e1bccc5..5e6d9e1bccc5 100644
--- a/comphelper/inc/comphelper/officeresourcebundle.hxx
+++ b/include/comphelper/officeresourcebundle.hxx
diff --git a/comphelper/inc/comphelper/ofopxmlhelper.hxx b/include/comphelper/ofopxmlhelper.hxx
index e054d0dbc909..e054d0dbc909 100644
--- a/comphelper/inc/comphelper/ofopxmlhelper.hxx
+++ b/include/comphelper/ofopxmlhelper.hxx
diff --git a/comphelper/inc/comphelper/optional.hxx b/include/comphelper/optional.hxx
index 031a30328340..031a30328340 100644
--- a/comphelper/inc/comphelper/optional.hxx
+++ b/include/comphelper/optional.hxx
diff --git a/comphelper/inc/comphelper/oslfile2streamwrap.hxx b/include/comphelper/oslfile2streamwrap.hxx
index f43297b28b43..f43297b28b43 100644
--- a/comphelper/inc/comphelper/oslfile2streamwrap.hxx
+++ b/include/comphelper/oslfile2streamwrap.hxx
diff --git a/comphelper/inc/comphelper/processfactory.hxx b/include/comphelper/processfactory.hxx
index e6833fc49327..e6833fc49327 100644
--- a/comphelper/inc/comphelper/processfactory.hxx
+++ b/include/comphelper/processfactory.hxx
diff --git a/comphelper/inc/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 3a6ca83e36c1..3a6ca83e36c1 100644
--- a/comphelper/inc/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
diff --git a/comphelper/inc/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx
index 840213e88427..840213e88427 100644
--- a/comphelper/inc/comphelper/proparrhlp.hxx
+++ b/include/comphelper/proparrhlp.hxx
diff --git a/comphelper/inc/comphelper/property.hxx b/include/comphelper/property.hxx
index 95fe122d51a6..95fe122d51a6 100644
--- a/comphelper/inc/comphelper/property.hxx
+++ b/include/comphelper/property.hxx
diff --git a/comphelper/inc/comphelper/propertybag.hxx b/include/comphelper/propertybag.hxx
index 92c0026ba845..92c0026ba845 100644
--- a/comphelper/inc/comphelper/propertybag.hxx
+++ b/include/comphelper/propertybag.hxx
diff --git a/comphelper/inc/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx
index 3d208413a722..3d208413a722 100644
--- a/comphelper/inc/comphelper/propertycontainer.hxx
+++ b/include/comphelper/propertycontainer.hxx
diff --git a/comphelper/inc/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx
index dacefd8737a6..dacefd8737a6 100644
--- a/comphelper/inc/comphelper/propertycontainerhelper.hxx
+++ b/include/comphelper/propertycontainerhelper.hxx
diff --git a/comphelper/inc/comphelper/propertysethelper.hxx b/include/comphelper/propertysethelper.hxx
index ecc600c37d3c..ecc600c37d3c 100644
--- a/comphelper/inc/comphelper/propertysethelper.hxx
+++ b/include/comphelper/propertysethelper.hxx
diff --git a/comphelper/inc/comphelper/propertysetinfo.hxx b/include/comphelper/propertysetinfo.hxx
index e0b863e8f2ca..e0b863e8f2ca 100644
--- a/comphelper/inc/comphelper/propertysetinfo.hxx
+++ b/include/comphelper/propertysetinfo.hxx
diff --git a/comphelper/inc/comphelper/propertystatecontainer.hxx b/include/comphelper/propertystatecontainer.hxx
index acd368646628..acd368646628 100644
--- a/comphelper/inc/comphelper/propertystatecontainer.hxx
+++ b/include/comphelper/propertystatecontainer.hxx
diff --git a/comphelper/inc/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx
index 28795e57ce8a..28795e57ce8a 100644
--- a/comphelper/inc/comphelper/propmultiplex.hxx
+++ b/include/comphelper/propmultiplex.hxx
diff --git a/comphelper/inc/comphelper/propstate.hxx b/include/comphelper/propstate.hxx
index 727f40d96824..727f40d96824 100644
--- a/comphelper/inc/comphelper/propstate.hxx
+++ b/include/comphelper/propstate.hxx
diff --git a/comphelper/inc/comphelper/proxyaggregation.hxx b/include/comphelper/proxyaggregation.hxx
index 2c01a7a3587f..2c01a7a3587f 100644
--- a/comphelper/inc/comphelper/proxyaggregation.hxx
+++ b/include/comphelper/proxyaggregation.hxx
diff --git a/comphelper/inc/comphelper/scoped_disposing_ptr.hxx b/include/comphelper/scoped_disposing_ptr.hxx
index dabf9f473e92..dabf9f473e92 100644
--- a/comphelper/inc/comphelper/scoped_disposing_ptr.hxx
+++ b/include/comphelper/scoped_disposing_ptr.hxx
diff --git a/comphelper/inc/comphelper/scopeguard.hxx b/include/comphelper/scopeguard.hxx
index 5bc2aafaa781..5bc2aafaa781 100644
--- a/comphelper/inc/comphelper/scopeguard.hxx
+++ b/include/comphelper/scopeguard.hxx
diff --git a/comphelper/inc/comphelper/seekableinput.hxx b/include/comphelper/seekableinput.hxx
index 02c4997a2cb6..02c4997a2cb6 100644
--- a/comphelper/inc/comphelper/seekableinput.hxx
+++ b/include/comphelper/seekableinput.hxx
diff --git a/comphelper/inc/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx
index 4f9c9380bfa1..4f9c9380bfa1 100644
--- a/comphelper/inc/comphelper/seqstream.hxx
+++ b/include/comphelper/seqstream.hxx
diff --git a/comphelper/inc/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index ad1e8943b952..ad1e8943b952 100644
--- a/comphelper/inc/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
diff --git a/comphelper/inc/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx
index 0c8353776931..0c8353776931 100644
--- a/comphelper/inc/comphelper/sequenceashashmap.hxx
+++ b/include/comphelper/sequenceashashmap.hxx
diff --git a/comphelper/inc/comphelper/sequenceasvector.hxx b/include/comphelper/sequenceasvector.hxx
index 305eba9245ff..305eba9245ff 100644
--- a/comphelper/inc/comphelper/sequenceasvector.hxx
+++ b/include/comphelper/sequenceasvector.hxx
diff --git a/comphelper/inc/comphelper/servicedecl.hxx b/include/comphelper/servicedecl.hxx
index be3b275cf215..be3b275cf215 100644
--- a/comphelper/inc/comphelper/servicedecl.hxx
+++ b/include/comphelper/servicedecl.hxx
diff --git a/comphelper/inc/comphelper/servicehelper.hxx b/include/comphelper/servicehelper.hxx
index a861e88db2d7..a861e88db2d7 100644
--- a/comphelper/inc/comphelper/servicehelper.hxx
+++ b/include/comphelper/servicehelper.hxx
diff --git a/comphelper/inc/comphelper/serviceinfohelper.hxx b/include/comphelper/serviceinfohelper.hxx
index 25169d1043a0..25169d1043a0 100644
--- a/comphelper/inc/comphelper/serviceinfohelper.hxx
+++ b/include/comphelper/serviceinfohelper.hxx
diff --git a/comphelper/inc/comphelper/sharedmutex.hxx b/include/comphelper/sharedmutex.hxx
index 8013e7f404aa..8013e7f404aa 100644
--- a/comphelper/inc/comphelper/sharedmutex.hxx
+++ b/include/comphelper/sharedmutex.hxx
diff --git a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx b/include/comphelper/stillreadwriteinteraction.hxx
index c6d62e8da9e2..c6d62e8da9e2 100644
--- a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx
+++ b/include/comphelper/stillreadwriteinteraction.hxx
diff --git a/comphelper/inc/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx
index cef5afdff3f2..cef5afdff3f2 100644
--- a/comphelper/inc/comphelper/stl_types.hxx
+++ b/include/comphelper/stl_types.hxx
diff --git a/comphelper/inc/comphelper/stlunosequence.hxx b/include/comphelper/stlunosequence.hxx
index c7b776f78d6e..c7b776f78d6e 100644
--- a/comphelper/inc/comphelper/stlunosequence.hxx
+++ b/include/comphelper/stlunosequence.hxx
diff --git a/comphelper/inc/comphelper/storagehelper.hxx b/include/comphelper/storagehelper.hxx
index 093038e6e5ed..093038e6e5ed 100644
--- a/comphelper/inc/comphelper/storagehelper.hxx
+++ b/include/comphelper/storagehelper.hxx
diff --git a/comphelper/inc/comphelper/streamsection.hxx b/include/comphelper/streamsection.hxx
index 40ea508f888b..40ea508f888b 100644
--- a/comphelper/inc/comphelper/streamsection.hxx
+++ b/include/comphelper/streamsection.hxx
diff --git a/comphelper/inc/comphelper/string.hxx b/include/comphelper/string.hxx
index 85b0816b895e..85b0816b895e 100644
--- a/comphelper/inc/comphelper/string.hxx
+++ b/include/comphelper/string.hxx
diff --git a/comphelper/inc/comphelper/synchronousdispatch.hxx b/include/comphelper/synchronousdispatch.hxx
index efeffea6b4eb..efeffea6b4eb 100644
--- a/comphelper/inc/comphelper/synchronousdispatch.hxx
+++ b/include/comphelper/synchronousdispatch.hxx
diff --git a/comphelper/inc/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx
index ef1a9486a6bf..ef1a9486a6bf 100644
--- a/comphelper/inc/comphelper/syntaxhighlight.hxx
+++ b/include/comphelper/syntaxhighlight.hxx
diff --git a/comphelper/inc/comphelper/types.hxx b/include/comphelper/types.hxx
index 66c6a9e0bcfb..66c6a9e0bcfb 100644
--- a/comphelper/inc/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
diff --git a/comphelper/inc/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index 1b83c73f4f25..1b83c73f4f25 100644
--- a/comphelper/inc/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
diff --git a/comphelper/inc/comphelper/unwrapargs.hxx b/include/comphelper/unwrapargs.hxx
index c4885f3883d9..c4885f3883d9 100644
--- a/comphelper/inc/comphelper/unwrapargs.hxx
+++ b/include/comphelper/unwrapargs.hxx
diff --git a/comphelper/inc/comphelper/weak.hxx b/include/comphelper/weak.hxx
index 126078adbf59..126078adbf59 100644
--- a/comphelper/inc/comphelper/weak.hxx
+++ b/include/comphelper/weak.hxx
diff --git a/comphelper/inc/comphelper/weakbag.hxx b/include/comphelper/weakbag.hxx
index b654baa2bda4..b654baa2bda4 100644
--- a/comphelper/inc/comphelper/weakbag.hxx
+++ b/include/comphelper/weakbag.hxx
diff --git a/comphelper/inc/comphelper/weakeventlistener.hxx b/include/comphelper/weakeventlistener.hxx
index 33defc8a36c9..33defc8a36c9 100644
--- a/comphelper/inc/comphelper/weakeventlistener.hxx
+++ b/include/comphelper/weakeventlistener.hxx
diff --git a/comphelper/inc/comphelper/xmltools.hxx b/include/comphelper/xmltools.hxx
index d8287dd4a89b..d8287dd4a89b 100644
--- a/comphelper/inc/comphelper/xmltools.hxx
+++ b/include/comphelper/xmltools.hxx
diff --git a/connectivity/inc/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx
index 6788a17b10df..6788a17b10df 100644
--- a/connectivity/inc/connectivity/BlobHelper.hxx
+++ b/include/connectivity/BlobHelper.hxx
diff --git a/connectivity/inc/connectivity/CommonTools.hxx b/include/connectivity/CommonTools.hxx
index c13b97dc7050..c13b97dc7050 100644
--- a/connectivity/inc/connectivity/CommonTools.hxx
+++ b/include/connectivity/CommonTools.hxx
diff --git a/connectivity/inc/connectivity/ConnectionWrapper.hxx b/include/connectivity/ConnectionWrapper.hxx
index 84a828800a9c..84a828800a9c 100644
--- a/connectivity/inc/connectivity/ConnectionWrapper.hxx
+++ b/include/connectivity/ConnectionWrapper.hxx
diff --git a/connectivity/inc/connectivity/DriversConfig.hxx b/include/connectivity/DriversConfig.hxx
index 69c28cacbb02..69c28cacbb02 100644
--- a/connectivity/inc/connectivity/DriversConfig.hxx
+++ b/include/connectivity/DriversConfig.hxx
diff --git a/connectivity/inc/connectivity/FValue.hxx b/include/connectivity/FValue.hxx
index 34e73612bfa1..34e73612bfa1 100644
--- a/connectivity/inc/connectivity/FValue.hxx
+++ b/include/connectivity/FValue.hxx
diff --git a/connectivity/inc/connectivity/IParseContext.hxx b/include/connectivity/IParseContext.hxx
index 0352ed8ec39f..0352ed8ec39f 100644
--- a/connectivity/inc/connectivity/IParseContext.hxx
+++ b/include/connectivity/IParseContext.hxx
diff --git a/connectivity/inc/connectivity/OSubComponent.hxx b/include/connectivity/OSubComponent.hxx
index 2a55aa35c374..2a55aa35c374 100644
--- a/connectivity/inc/connectivity/OSubComponent.hxx
+++ b/include/connectivity/OSubComponent.hxx
diff --git a/connectivity/inc/connectivity/PColumn.hxx b/include/connectivity/PColumn.hxx
index a54cb809ca29..a54cb809ca29 100644
--- a/connectivity/inc/connectivity/PColumn.hxx
+++ b/include/connectivity/PColumn.hxx
diff --git a/connectivity/inc/connectivity/ParameterCont.hxx b/include/connectivity/ParameterCont.hxx
index 0c9c92ee4468..0c9c92ee4468 100644
--- a/connectivity/inc/connectivity/ParameterCont.hxx
+++ b/include/connectivity/ParameterCont.hxx
diff --git a/connectivity/inc/connectivity/SQLStatementHelper.hxx b/include/connectivity/SQLStatementHelper.hxx
index 8302dae6b5c5..8302dae6b5c5 100644
--- a/connectivity/inc/connectivity/SQLStatementHelper.hxx
+++ b/include/connectivity/SQLStatementHelper.hxx
diff --git a/connectivity/inc/connectivity/StdTypeDefs.hxx b/include/connectivity/StdTypeDefs.hxx
index 8751a656d2c0..8751a656d2c0 100644
--- a/connectivity/inc/connectivity/StdTypeDefs.hxx
+++ b/include/connectivity/StdTypeDefs.hxx
diff --git a/connectivity/inc/connectivity/TColumnsHelper.hxx b/include/connectivity/TColumnsHelper.hxx
index 5fe1dd0eb845..5fe1dd0eb845 100644
--- a/connectivity/inc/connectivity/TColumnsHelper.hxx
+++ b/include/connectivity/TColumnsHelper.hxx
diff --git a/connectivity/inc/connectivity/TIndex.hxx b/include/connectivity/TIndex.hxx
index b8502af9c5ec..b8502af9c5ec 100644
--- a/connectivity/inc/connectivity/TIndex.hxx
+++ b/include/connectivity/TIndex.hxx
diff --git a/connectivity/inc/connectivity/TIndexColumns.hxx b/include/connectivity/TIndexColumns.hxx
index 31b0ecfe3ca5..31b0ecfe3ca5 100644
--- a/connectivity/inc/connectivity/TIndexColumns.hxx
+++ b/include/connectivity/TIndexColumns.hxx
diff --git a/connectivity/inc/connectivity/TIndexes.hxx b/include/connectivity/TIndexes.hxx
index c558c709c8e8..c558c709c8e8 100644
--- a/connectivity/inc/connectivity/TIndexes.hxx
+++ b/include/connectivity/TIndexes.hxx
diff --git a/connectivity/inc/connectivity/TKey.hxx b/include/connectivity/TKey.hxx
index 9b24e41c3126..9b24e41c3126 100644
--- a/connectivity/inc/connectivity/TKey.hxx
+++ b/include/connectivity/TKey.hxx
diff --git a/connectivity/inc/connectivity/TKeyColumns.hxx b/include/connectivity/TKeyColumns.hxx
index 6dbb041805b4..6dbb041805b4 100644
--- a/connectivity/inc/connectivity/TKeyColumns.hxx
+++ b/include/connectivity/TKeyColumns.hxx
diff --git a/connectivity/inc/connectivity/TKeys.hxx b/include/connectivity/TKeys.hxx
index 817b24da3a42..817b24da3a42 100644
--- a/connectivity/inc/connectivity/TKeys.hxx
+++ b/include/connectivity/TKeys.hxx
diff --git a/connectivity/inc/connectivity/TTableHelper.hxx b/include/connectivity/TTableHelper.hxx
index aeb58cb4dd0c..aeb58cb4dd0c 100644
--- a/connectivity/inc/connectivity/TTableHelper.hxx
+++ b/include/connectivity/TTableHelper.hxx
diff --git a/connectivity/inc/connectivity/conncleanup.hxx b/include/connectivity/conncleanup.hxx
index 1eec5ac50f98..1eec5ac50f98 100644
--- a/connectivity/inc/connectivity/conncleanup.hxx
+++ b/include/connectivity/conncleanup.hxx
diff --git a/connectivity/inc/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx
index 712c44abddb4..712c44abddb4 100644
--- a/connectivity/inc/connectivity/dbcharset.hxx
+++ b/include/connectivity/dbcharset.hxx
diff --git a/connectivity/inc/connectivity/dbconversion.hxx b/include/connectivity/dbconversion.hxx
index 9536c799ec81..9536c799ec81 100644
--- a/connectivity/inc/connectivity/dbconversion.hxx
+++ b/include/connectivity/dbconversion.hxx
diff --git a/connectivity/inc/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx
index a84450b607d8..a84450b607d8 100644
--- a/connectivity/inc/connectivity/dbexception.hxx
+++ b/include/connectivity/dbexception.hxx
diff --git a/connectivity/inc/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx
index 565854ba7ed8..565854ba7ed8 100644
--- a/connectivity/inc/connectivity/dbmetadata.hxx
+++ b/include/connectivity/dbmetadata.hxx
diff --git a/connectivity/inc/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 9706af6ccb1c..9706af6ccb1c 100644
--- a/connectivity/inc/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
diff --git a/connectivity/inc/connectivity/dbtoolsdllapi.hxx b/include/connectivity/dbtoolsdllapi.hxx
index 51210a633092..51210a633092 100644
--- a/connectivity/inc/connectivity/dbtoolsdllapi.hxx
+++ b/include/connectivity/dbtoolsdllapi.hxx
diff --git a/connectivity/inc/connectivity/filtermanager.hxx b/include/connectivity/filtermanager.hxx
index c489a91e5033..c489a91e5033 100644
--- a/connectivity/inc/connectivity/filtermanager.hxx
+++ b/include/connectivity/filtermanager.hxx
diff --git a/connectivity/inc/connectivity/formattedcolumnvalue.hxx b/include/connectivity/formattedcolumnvalue.hxx
index fe5c4dbfff52..fe5c4dbfff52 100644
--- a/connectivity/inc/connectivity/formattedcolumnvalue.hxx
+++ b/include/connectivity/formattedcolumnvalue.hxx
diff --git a/connectivity/inc/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index 9bdbe0e5c3fb..9bdbe0e5c3fb 100644
--- a/connectivity/inc/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
diff --git a/connectivity/inc/connectivity/paramwrapper.hxx b/include/connectivity/paramwrapper.hxx
index 69347e9c4e6d..69347e9c4e6d 100644
--- a/connectivity/inc/connectivity/paramwrapper.hxx
+++ b/include/connectivity/paramwrapper.hxx
diff --git a/connectivity/inc/connectivity/predicateinput.hxx b/include/connectivity/predicateinput.hxx
index 629419c9719d..629419c9719d 100644
--- a/connectivity/inc/connectivity/predicateinput.hxx
+++ b/include/connectivity/predicateinput.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/IRefreshable.hxx b/include/connectivity/sdbcx/IRefreshable.hxx
index 629b2b3137b5..629b2b3137b5 100644
--- a/connectivity/inc/connectivity/sdbcx/IRefreshable.hxx
+++ b/include/connectivity/sdbcx/IRefreshable.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VCatalog.hxx b/include/connectivity/sdbcx/VCatalog.hxx
index 14840400b385..14840400b385 100644
--- a/connectivity/inc/connectivity/sdbcx/VCatalog.hxx
+++ b/include/connectivity/sdbcx/VCatalog.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VCollection.hxx b/include/connectivity/sdbcx/VCollection.hxx
index e30075f009e9..e30075f009e9 100644
--- a/connectivity/inc/connectivity/sdbcx/VCollection.hxx
+++ b/include/connectivity/sdbcx/VCollection.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VColumn.hxx b/include/connectivity/sdbcx/VColumn.hxx
index 42cddc51c041..42cddc51c041 100644
--- a/connectivity/inc/connectivity/sdbcx/VColumn.hxx
+++ b/include/connectivity/sdbcx/VColumn.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VDescriptor.hxx b/include/connectivity/sdbcx/VDescriptor.hxx
index aa04b5229ac9..aa04b5229ac9 100644
--- a/connectivity/inc/connectivity/sdbcx/VDescriptor.hxx
+++ b/include/connectivity/sdbcx/VDescriptor.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VGroup.hxx b/include/connectivity/sdbcx/VGroup.hxx
index 6e4ba2355d62..6e4ba2355d62 100644
--- a/connectivity/inc/connectivity/sdbcx/VGroup.hxx
+++ b/include/connectivity/sdbcx/VGroup.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VIndex.hxx b/include/connectivity/sdbcx/VIndex.hxx
index 3e50ddf9459c..3e50ddf9459c 100644
--- a/connectivity/inc/connectivity/sdbcx/VIndex.hxx
+++ b/include/connectivity/sdbcx/VIndex.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VIndexColumn.hxx b/include/connectivity/sdbcx/VIndexColumn.hxx
index a4de9e6bf5bd..a4de9e6bf5bd 100644
--- a/connectivity/inc/connectivity/sdbcx/VIndexColumn.hxx
+++ b/include/connectivity/sdbcx/VIndexColumn.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VKey.hxx b/include/connectivity/sdbcx/VKey.hxx
index 24d85dfb2614..24d85dfb2614 100644
--- a/connectivity/inc/connectivity/sdbcx/VKey.hxx
+++ b/include/connectivity/sdbcx/VKey.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VKeyColumn.hxx b/include/connectivity/sdbcx/VKeyColumn.hxx
index b22ea3247941..b22ea3247941 100644
--- a/connectivity/inc/connectivity/sdbcx/VKeyColumn.hxx
+++ b/include/connectivity/sdbcx/VKeyColumn.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VTable.hxx b/include/connectivity/sdbcx/VTable.hxx
index 0be41a9cd22f..0be41a9cd22f 100644
--- a/connectivity/inc/connectivity/sdbcx/VTable.hxx
+++ b/include/connectivity/sdbcx/VTable.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VTypeDef.hxx b/include/connectivity/sdbcx/VTypeDef.hxx
index 08019f9174da..08019f9174da 100644
--- a/connectivity/inc/connectivity/sdbcx/VTypeDef.hxx
+++ b/include/connectivity/sdbcx/VTypeDef.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VUser.hxx b/include/connectivity/sdbcx/VUser.hxx
index 01bafc0d177c..01bafc0d177c 100644
--- a/connectivity/inc/connectivity/sdbcx/VUser.hxx
+++ b/include/connectivity/sdbcx/VUser.hxx
diff --git a/connectivity/inc/connectivity/sdbcx/VView.hxx b/include/connectivity/sdbcx/VView.hxx
index 6134ddc4bb69..6134ddc4bb69 100644
--- a/connectivity/inc/connectivity/sdbcx/VView.hxx
+++ b/include/connectivity/sdbcx/VView.hxx
diff --git a/connectivity/inc/connectivity/sqlerror.hxx b/include/connectivity/sqlerror.hxx
index ccad18a88d0f..ccad18a88d0f 100644
--- a/connectivity/inc/connectivity/sqlerror.hxx
+++ b/include/connectivity/sqlerror.hxx
diff --git a/connectivity/inc/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx
index ee967dd7d7a3..ee967dd7d7a3 100644
--- a/connectivity/inc/connectivity/sqliterator.hxx
+++ b/include/connectivity/sqliterator.hxx
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index f988f78e7e14..f988f78e7e14 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 892d3ecb8db5..892d3ecb8db5 100644
--- a/connectivity/inc/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
diff --git a/connectivity/inc/connectivity/standardsqlstate.hxx b/include/connectivity/standardsqlstate.hxx
index fb896d1a8af8..fb896d1a8af8 100644
--- a/connectivity/inc/connectivity/standardsqlstate.hxx
+++ b/include/connectivity/standardsqlstate.hxx
diff --git a/connectivity/inc/connectivity/statementcomposer.hxx b/include/connectivity/statementcomposer.hxx
index 56b10ebd0d11..56b10ebd0d11 100644
--- a/connectivity/inc/connectivity/statementcomposer.hxx
+++ b/include/connectivity/statementcomposer.hxx
diff --git a/connectivity/inc/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx
index 352c98d7a8c4..352c98d7a8c4 100644
--- a/connectivity/inc/connectivity/virtualdbtools.hxx
+++ b/include/connectivity/virtualdbtools.hxx
diff --git a/connectivity/inc/connectivity/warningscontainer.hxx b/include/connectivity/warningscontainer.hxx
index 5a013f9a5145..5a013f9a5145 100644
--- a/connectivity/inc/connectivity/warningscontainer.hxx
+++ b/include/connectivity/warningscontainer.hxx
diff --git a/cosv/inc/cosv/bstream.hxx b/include/cosv/bstream.hxx
index 2d943bc02ce6..2d943bc02ce6 100644
--- a/cosv/inc/cosv/bstream.hxx
+++ b/include/cosv/bstream.hxx
diff --git a/cosv/inc/cosv/comdline.hxx b/include/cosv/comdline.hxx
index 80ebc763b9d9..80ebc763b9d9 100644
--- a/cosv/inc/cosv/comdline.hxx
+++ b/include/cosv/comdline.hxx
diff --git a/cosv/inc/cosv/comfunc.hxx b/include/cosv/comfunc.hxx
index a294d81f2aae..a294d81f2aae 100644
--- a/cosv/inc/cosv/comfunc.hxx
+++ b/include/cosv/comfunc.hxx
diff --git a/cosv/inc/cosv/csv_env.hxx b/include/cosv/csv_env.hxx
index f49ed54ea464..f49ed54ea464 100644
--- a/cosv/inc/cosv/csv_env.hxx
+++ b/include/cosv/csv_env.hxx
diff --git a/cosv/inc/cosv/csv_ostream.hxx b/include/cosv/csv_ostream.hxx
index 911fcb8c799e..911fcb8c799e 100644
--- a/cosv/inc/cosv/csv_ostream.hxx
+++ b/include/cosv/csv_ostream.hxx
diff --git a/cosv/inc/cosv/csv_precomp.h b/include/cosv/csv_precomp.h
index 78f1378cda61..78f1378cda61 100644
--- a/cosv/inc/cosv/csv_precomp.h
+++ b/include/cosv/csv_precomp.h
diff --git a/cosv/inc/cosv/dirchain.hxx b/include/cosv/dirchain.hxx
index 980937212690..980937212690 100644
--- a/cosv/inc/cosv/dirchain.hxx
+++ b/include/cosv/dirchain.hxx
diff --git a/cosv/inc/cosv/file.hxx b/include/cosv/file.hxx
index 86c880e73184..86c880e73184 100644
--- a/cosv/inc/cosv/file.hxx
+++ b/include/cosv/file.hxx
diff --git a/cosv/inc/cosv/openclose.hxx b/include/cosv/openclose.hxx
index c65ce5b753e2..c65ce5b753e2 100644
--- a/cosv/inc/cosv/openclose.hxx
+++ b/include/cosv/openclose.hxx
diff --git a/cosv/inc/cosv/persist.hxx b/include/cosv/persist.hxx
index 13ac4b5dab68..13ac4b5dab68 100644
--- a/cosv/inc/cosv/persist.hxx
+++ b/include/cosv/persist.hxx
diff --git a/cosv/inc/cosv/ploc.hxx b/include/cosv/ploc.hxx
index 81f952de5223..81f952de5223 100644
--- a/cosv/inc/cosv/ploc.hxx
+++ b/include/cosv/ploc.hxx
diff --git a/cosv/inc/cosv/ploc_dir.hxx b/include/cosv/ploc_dir.hxx
index e6c8f04538f2..e6c8f04538f2 100644
--- a/cosv/inc/cosv/ploc_dir.hxx
+++ b/include/cosv/ploc_dir.hxx
diff --git a/cosv/inc/cosv/plocroot.hxx b/include/cosv/plocroot.hxx
index b079f04b1b9f..b079f04b1b9f 100644
--- a/cosv/inc/cosv/plocroot.hxx
+++ b/include/cosv/plocroot.hxx
diff --git a/cosv/inc/cosv/std_outp.hxx b/include/cosv/std_outp.hxx
index 08fe179e16ab..08fe179e16ab 100644
--- a/cosv/inc/cosv/std_outp.hxx
+++ b/include/cosv/std_outp.hxx
diff --git a/cosv/inc/cosv/str_types.hxx b/include/cosv/str_types.hxx
index ecf9c997c271..ecf9c997c271 100644
--- a/cosv/inc/cosv/str_types.hxx
+++ b/include/cosv/str_types.hxx
diff --git a/cosv/inc/cosv/streamstr.hxx b/include/cosv/streamstr.hxx
index ec13f8ec63c6..ec13f8ec63c6 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/include/cosv/streamstr.hxx
diff --git a/cosv/inc/cosv/string.hxx b/include/cosv/string.hxx
index 756aa9a1492c..756aa9a1492c 100644
--- a/cosv/inc/cosv/string.hxx
+++ b/include/cosv/string.hxx
diff --git a/cosv/inc/cosv/stringdata.hxx b/include/cosv/stringdata.hxx
index 0187cb4265a9..0187cb4265a9 100644
--- a/cosv/inc/cosv/stringdata.hxx
+++ b/include/cosv/stringdata.hxx
diff --git a/cosv/inc/cosv/tpl/dyn.hxx b/include/cosv/tpl/dyn.hxx
index 46095c6c3b7c..46095c6c3b7c 100644
--- a/cosv/inc/cosv/tpl/dyn.hxx
+++ b/include/cosv/tpl/dyn.hxx
diff --git a/cosv/inc/cosv/tpl/processor.hxx b/include/cosv/tpl/processor.hxx
index a685acd5bed6..a685acd5bed6 100644
--- a/cosv/inc/cosv/tpl/processor.hxx
+++ b/include/cosv/tpl/processor.hxx
diff --git a/cosv/inc/cosv/tpl/swelist.hxx b/include/cosv/tpl/swelist.hxx
index 5c64efc29cc2..5c64efc29cc2 100644
--- a/cosv/inc/cosv/tpl/swelist.hxx
+++ b/include/cosv/tpl/swelist.hxx
diff --git a/cosv/inc/cosv/tpl/tpltools.hxx b/include/cosv/tpl/tpltools.hxx
index 487a74cf8237..487a74cf8237 100644
--- a/cosv/inc/cosv/tpl/tpltools.hxx
+++ b/include/cosv/tpl/tpltools.hxx
diff --git a/cosv/inc/cosv/tpl/vvector.hxx b/include/cosv/tpl/vvector.hxx
index dec58642bf23..dec58642bf23 100644
--- a/cosv/inc/cosv/tpl/vvector.hxx
+++ b/include/cosv/tpl/vvector.hxx
diff --git a/cosv/inc/cosv/x.hxx b/include/cosv/x.hxx
index 755436317a39..755436317a39 100644
--- a/cosv/inc/cosv/x.hxx
+++ b/include/cosv/x.hxx
diff --git a/cppcanvas/inc/cppcanvas/basegfxfactory.hxx b/include/cppcanvas/basegfxfactory.hxx
index 83acb38c448f..83acb38c448f 100644
--- a/cppcanvas/inc/cppcanvas/basegfxfactory.hxx
+++ b/include/cppcanvas/basegfxfactory.hxx
diff --git a/cppcanvas/inc/cppcanvas/bitmap.hxx b/include/cppcanvas/bitmap.hxx
index 5e542e7220aa..5e542e7220aa 100644
--- a/cppcanvas/inc/cppcanvas/bitmap.hxx
+++ b/include/cppcanvas/bitmap.hxx
diff --git a/cppcanvas/inc/cppcanvas/bitmapcanvas.hxx b/include/cppcanvas/bitmapcanvas.hxx
index 620182a14e45..620182a14e45 100644
--- a/cppcanvas/inc/cppcanvas/bitmapcanvas.hxx
+++ b/include/cppcanvas/bitmapcanvas.hxx
diff --git a/cppcanvas/inc/cppcanvas/canvas.hxx b/include/cppcanvas/canvas.hxx
index 0a77e7129a43..0a77e7129a43 100644
--- a/cppcanvas/inc/cppcanvas/canvas.hxx
+++ b/include/cppcanvas/canvas.hxx
diff --git a/cppcanvas/inc/cppcanvas/canvasgraphic.hxx b/include/cppcanvas/canvasgraphic.hxx
index e496df6aeb33..e496df6aeb33 100644
--- a/cppcanvas/inc/cppcanvas/canvasgraphic.hxx
+++ b/include/cppcanvas/canvasgraphic.hxx
diff --git a/cppcanvas/inc/cppcanvas/color.hxx b/include/cppcanvas/color.hxx
index 6d7dc957286a..6d7dc957286a 100644
--- a/cppcanvas/inc/cppcanvas/color.hxx
+++ b/include/cppcanvas/color.hxx
diff --git a/cppcanvas/inc/cppcanvas/cppcanvasdllapi.h b/include/cppcanvas/cppcanvasdllapi.h
index be641aad8b2b..be641aad8b2b 100644
--- a/cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
+++ b/include/cppcanvas/cppcanvasdllapi.h
diff --git a/cppcanvas/inc/cppcanvas/customsprite.hxx b/include/cppcanvas/customsprite.hxx
index 70004e7e5900..70004e7e5900 100644
--- a/cppcanvas/inc/cppcanvas/customsprite.hxx
+++ b/include/cppcanvas/customsprite.hxx
diff --git a/cppcanvas/inc/cppcanvas/font.hxx b/include/cppcanvas/font.hxx
index 967903eaa8e7..967903eaa8e7 100644
--- a/cppcanvas/inc/cppcanvas/font.hxx
+++ b/include/cppcanvas/font.hxx
diff --git a/cppcanvas/inc/cppcanvas/polypolygon.hxx b/include/cppcanvas/polypolygon.hxx
index ccfbb95d3def..ccfbb95d3def 100644
--- a/cppcanvas/inc/cppcanvas/polypolygon.hxx
+++ b/include/cppcanvas/polypolygon.hxx
diff --git a/cppcanvas/inc/cppcanvas/renderer.hxx b/include/cppcanvas/renderer.hxx
index e260e9400248..e260e9400248 100644
--- a/cppcanvas/inc/cppcanvas/renderer.hxx
+++ b/include/cppcanvas/renderer.hxx
diff --git a/cppcanvas/inc/cppcanvas/sprite.hxx b/include/cppcanvas/sprite.hxx
index 0e87ff9b9dd1..0e87ff9b9dd1 100644
--- a/cppcanvas/inc/cppcanvas/sprite.hxx
+++ b/include/cppcanvas/sprite.hxx
diff --git a/cppcanvas/inc/cppcanvas/spritecanvas.hxx b/include/cppcanvas/spritecanvas.hxx
index 6a606b331edf..6a606b331edf 100644
--- a/cppcanvas/inc/cppcanvas/spritecanvas.hxx
+++ b/include/cppcanvas/spritecanvas.hxx
diff --git a/cppcanvas/inc/cppcanvas/text.hxx b/include/cppcanvas/text.hxx
index 4ca53532c282..4ca53532c282 100644
--- a/cppcanvas/inc/cppcanvas/text.hxx
+++ b/include/cppcanvas/text.hxx
diff --git a/cppcanvas/inc/cppcanvas/vclfactory.hxx b/include/cppcanvas/vclfactory.hxx
index b5d2f9612be9..b5d2f9612be9 100644
--- a/cppcanvas/inc/cppcanvas/vclfactory.hxx
+++ b/include/cppcanvas/vclfactory.hxx
diff --git a/drawinglayer/inc/drawinglayer/XShapeDumper.hxx b/include/drawinglayer/XShapeDumper.hxx
index a1cd59948362..a1cd59948362 100644
--- a/drawinglayer/inc/drawinglayer/XShapeDumper.hxx
+++ b/include/drawinglayer/XShapeDumper.hxx
diff --git a/drawinglayer/inc/drawinglayer/animation/animationtiming.hxx b/include/drawinglayer/animation/animationtiming.hxx
index 08ee95090f6c..08ee95090f6c 100644
--- a/drawinglayer/inc/drawinglayer/animation/animationtiming.hxx
+++ b/include/drawinglayer/animation/animationtiming.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/fillbitmapattribute.hxx b/include/drawinglayer/attribute/fillbitmapattribute.hxx
index 851dc5ed0697..851dc5ed0697 100644
--- a/drawinglayer/inc/drawinglayer/attribute/fillbitmapattribute.hxx
+++ b/include/drawinglayer/attribute/fillbitmapattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/fillgradientattribute.hxx b/include/drawinglayer/attribute/fillgradientattribute.hxx
index e791193651a0..e791193651a0 100644
--- a/drawinglayer/inc/drawinglayer/attribute/fillgradientattribute.hxx
+++ b/include/drawinglayer/attribute/fillgradientattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/fillhatchattribute.hxx b/include/drawinglayer/attribute/fillhatchattribute.hxx
index 7e6244be090b..7e6244be090b 100644
--- a/drawinglayer/inc/drawinglayer/attribute/fillhatchattribute.hxx
+++ b/include/drawinglayer/attribute/fillhatchattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx b/include/drawinglayer/attribute/fontattribute.hxx
index b49ab83b300e..b49ab83b300e 100644
--- a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
+++ b/include/drawinglayer/attribute/fontattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/lineattribute.hxx b/include/drawinglayer/attribute/lineattribute.hxx
index 58eb987714e3..58eb987714e3 100644
--- a/drawinglayer/inc/drawinglayer/attribute/lineattribute.hxx
+++ b/include/drawinglayer/attribute/lineattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx b/include/drawinglayer/attribute/linestartendattribute.hxx
index e02d3565aaf7..e02d3565aaf7 100644
--- a/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx
+++ b/include/drawinglayer/attribute/linestartendattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/materialattribute3d.hxx b/include/drawinglayer/attribute/materialattribute3d.hxx
index 9c4d34dce155..9c4d34dce155 100644
--- a/drawinglayer/inc/drawinglayer/attribute/materialattribute3d.hxx
+++ b/include/drawinglayer/attribute/materialattribute3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrallattribute3d.hxx b/include/drawinglayer/attribute/sdrallattribute3d.hxx
index abd46bf273fe..abd46bf273fe 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrallattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrallattribute3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx b/include/drawinglayer/attribute/sdrfillattribute.hxx
index 7fd3d38c224e..7fd3d38c224e 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx
+++ b/include/drawinglayer/attribute/sdrfillattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx b/include/drawinglayer/attribute/sdrfillbitmapattribute.hxx
index 78417f3577c9..78417f3577c9 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrfillbitmapattribute.hxx
+++ b/include/drawinglayer/attribute/sdrfillbitmapattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx b/include/drawinglayer/attribute/sdrlightattribute3d.hxx
index f9e35798cd3e..f9e35798cd3e 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrlightattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrlightattribute3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrlightingattribute3d.hxx b/include/drawinglayer/attribute/sdrlightingattribute3d.hxx
index 0c3bb96b9f70..0c3bb96b9f70 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrlightingattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrlightingattribute3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrlineattribute.hxx b/include/drawinglayer/attribute/sdrlineattribute.hxx
index bedbd9f29bb9..bedbd9f29bb9 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrlineattribute.hxx
+++ b/include/drawinglayer/attribute/sdrlineattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrlinestartendattribute.hxx b/include/drawinglayer/attribute/sdrlinestartendattribute.hxx
index 19c1a5147db0..19c1a5147db0 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrlinestartendattribute.hxx
+++ b/include/drawinglayer/attribute/sdrlinestartendattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrobjectattribute3d.hxx b/include/drawinglayer/attribute/sdrobjectattribute3d.hxx
index 860093a67666..860093a67666 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrobjectattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrobjectattribute3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrsceneattribute3d.hxx b/include/drawinglayer/attribute/sdrsceneattribute3d.hxx
index 61d4d8a67378..61d4d8a67378 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrsceneattribute3d.hxx
+++ b/include/drawinglayer/attribute/sdrsceneattribute3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/sdrshadowattribute.hxx b/include/drawinglayer/attribute/sdrshadowattribute.hxx
index ee1f36292505..ee1f36292505 100644
--- a/drawinglayer/inc/drawinglayer/attribute/sdrshadowattribute.hxx
+++ b/include/drawinglayer/attribute/sdrshadowattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/attribute/strokeattribute.hxx b/include/drawinglayer/attribute/strokeattribute.hxx
index 6d4cea978482..6d4cea978482 100644
--- a/drawinglayer/inc/drawinglayer/attribute/strokeattribute.hxx
+++ b/include/drawinglayer/attribute/strokeattribute.hxx
diff --git a/drawinglayer/inc/drawinglayer/drawinglayerdllapi.h b/include/drawinglayer/drawinglayerdllapi.h
index 0b3983504919..0b3983504919 100644
--- a/drawinglayer/inc/drawinglayer/drawinglayerdllapi.h
+++ b/include/drawinglayer/drawinglayerdllapi.h
diff --git a/drawinglayer/inc/drawinglayer/geometry/viewinformation2d.hxx b/include/drawinglayer/geometry/viewinformation2d.hxx
index f8e0d6699448..f8e0d6699448 100644
--- a/drawinglayer/inc/drawinglayer/geometry/viewinformation2d.hxx
+++ b/include/drawinglayer/geometry/viewinformation2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx b/include/drawinglayer/geometry/viewinformation3d.hxx
index 86c9a2c16296..86c9a2c16296 100644
--- a/drawinglayer/inc/drawinglayer/geometry/viewinformation3d.hxx
+++ b/include/drawinglayer/geometry/viewinformation3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 59ee3225dc78..59ee3225dc78 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx b/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
index 3986aba3566b..3986aba3566b 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
index 157c13bb33a8..157c13bb33a8 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx b/include/drawinglayer/primitive2d/bitmapprimitive2d.hxx
index fa262bd9fe95..fa262bd9fe95 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/bitmapprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/bitmapprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx
index d9ed473851f4..d9ed473851f4 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/borderlineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
index 6db292fd6859..6db292fd6859 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx b/include/drawinglayer/primitive2d/controlprimitive2d.hxx
index 789b7aa38471..789b7aa38471 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/controlprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/cropprimitive2d.hxx b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
index 25d044b3231f..25d044b3231f 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/cropprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx b/include/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx
index 9b8528057c14..9b8528057c14 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/discretebitmapprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx b/include/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx
index 2c10292b1c59..2c10292b1c59 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/discreteshadowprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx b/include/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
index cb8ff0efd0ff..cb8ff0efd0ff 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
+++ b/include/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx b/include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
index d7389bea2bc3..d7389bea2bc3 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/epsprimitive2d.hxx b/include/drawinglayer/primitive2d/epsprimitive2d.hxx
index 577554481d6e..577554481d6e 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/epsprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/epsprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx b/include/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx
index 0c82458840ad..0c82458840ad 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/fillbitmapprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx b/include/drawinglayer/primitive2d/fillgradientprimitive2d.hxx
index 0f6c33ae8f95..0f6c33ae8f95 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/fillgradientprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx b/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
index b0c27ba89107..b0c27ba89107 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
index 75bb6fc99341..75bb6fc99341 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/gridprimitive2d.hxx b/include/drawinglayer/primitive2d/gridprimitive2d.hxx
index 3db300ff4da4..3db300ff4da4 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/gridprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/gridprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/groupprimitive2d.hxx b/include/drawinglayer/primitive2d/groupprimitive2d.hxx
index 7dab4a628638..7dab4a628638 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/groupprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/groupprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/helplineprimitive2d.hxx b/include/drawinglayer/primitive2d/helplineprimitive2d.hxx
index c9addb8f3810..c9addb8f3810 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/helplineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/helplineprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
index 35c8de40bc4d..35c8de40bc4d 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/invertprimitive2d.hxx b/include/drawinglayer/primitive2d/invertprimitive2d.hxx
index dfff3d9034ba..dfff3d9034ba 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/invertprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/invertprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx b/include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
index b1bca354e60e..b1bca354e60e 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/maskprimitive2d.hxx b/include/drawinglayer/primitive2d/maskprimitive2d.hxx
index af5fcd9177d1..af5fcd9177d1 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/maskprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/maskprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/mediaprimitive2d.hxx b/include/drawinglayer/primitive2d/mediaprimitive2d.hxx
index df75569ecb64..df75569ecb64 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/mediaprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/mediaprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx b/include/drawinglayer/primitive2d/metafileprimitive2d.hxx
index a8e8cf883991..a8e8cf883991 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/metafileprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/metafileprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx b/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
index 7584cfad27b7..7584cfad27b7 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/objectinfoprimitive2d.hxx b/include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
index ec5452773751..ec5452773751 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/objectinfoprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx b/include/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx
index 5acdf2157f10..5acdf2157f10 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/pagepreviewprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/patternfillprimitive2d.hxx b/include/drawinglayer/primitive2d/patternfillprimitive2d.hxx
index 7787d6f6ba28..7787d6f6ba28 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/patternfillprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/patternfillprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx b/include/drawinglayer/primitive2d/pointarrayprimitive2d.hxx
index 8acb5956f60f..8acb5956f60f 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/pointarrayprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/pointarrayprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx b/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
index 09e5b29039b3..09e5b29039b3 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/polygonprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx b/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
index f53d4cdf5759..f53d4cdf5759 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx b/include/drawinglayer/primitive2d/primitivetools2d.hxx
index 6ef63f1e916b..6ef63f1e916b 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx
+++ b/include/drawinglayer/primitive2d/primitivetools2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/sceneprimitive2d.hxx b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
index d865ba15161a..d865ba15161a 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/sceneprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/sceneprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx b/include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx
index 5ac29383ff76..5ac29383ff76 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx
+++ b/include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/shadowprimitive2d.hxx b/include/drawinglayer/primitive2d/shadowprimitive2d.hxx
index 956d1a3e2d76..956d1a3e2d76 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/shadowprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/shadowprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
index bc2396e5ab23..bc2396e5ab23 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/structuretagprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx b/include/drawinglayer/primitive2d/svggradientprimitive2d.hxx
index 0e7dab93ff14..0e7dab93ff14 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/svggradientprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textbreakuphelper.hxx b/include/drawinglayer/primitive2d/textbreakuphelper.hxx
index 4a3996353a93..4a3996353a93 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textbreakuphelper.hxx
+++ b/include/drawinglayer/primitive2d/textbreakuphelper.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx b/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
index 506510958848..506510958848 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx b/include/drawinglayer/primitive2d/texteffectprimitive2d.hxx
index 01fff05473d5..01fff05473d5 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/texteffectprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/texteffectprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textenumsprimitive2d.hxx b/include/drawinglayer/primitive2d/textenumsprimitive2d.hxx
index 36531e6fce16..36531e6fce16 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textenumsprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textenumsprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx b/include/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx
index e9fb01f094ff..e9fb01f094ff 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/texthierarchyprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
index a0338a371aad..a0338a371aad 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textlayoutdevice.hxx
+++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textlineprimitive2d.hxx b/include/drawinglayer/primitive2d/textlineprimitive2d.hxx
index 6bcca85a8bc2..6bcca85a8bc2 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textlineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textlineprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textprimitive2d.hxx b/include/drawinglayer/primitive2d/textprimitive2d.hxx
index 5a12e2bc678f..5a12e2bc678f 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx b/include/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx
index 216fe740933a..216fe740933a 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/transformprimitive2d.hxx b/include/drawinglayer/primitive2d/transformprimitive2d.hxx
index e58c530fa71f..e58c530fa71f 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/transformprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/transformprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/transparenceprimitive2d.hxx b/include/drawinglayer/primitive2d/transparenceprimitive2d.hxx
index 1c742da909d3..1c742da909d3 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/transparenceprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/transparenceprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx b/include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx
index e30de32107f6..e30de32107f6 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/wallpaperprimitive2d.hxx b/include/drawinglayer/primitive2d/wallpaperprimitive2d.hxx
index 0e370b74dab0..0e370b74dab0 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/wallpaperprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/wallpaperprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx b/include/drawinglayer/primitive2d/wrongspellprimitive2d.hxx
index cafd40f40aa3..cafd40f40aa3 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/wrongspellprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/wrongspellprimitive2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index 974c47d9e485..974c47d9e485 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx b/include/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx
index 3be15ad5e8bb..3be15ad5e8bb 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx
+++ b/include/drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/groupprimitive3d.hxx b/include/drawinglayer/primitive3d/groupprimitive3d.hxx
index d8d3f5b77446..d8d3f5b77446 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/groupprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/groupprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx b/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
index 981027a1615b..981027a1615b 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
index 7fe7359b4824..7fe7359b4824 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx b/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
index 0e5fe4329e12..0e5fe4329e12 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx b/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
index 62fb60265732..62fb60265732 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/polygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx b/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
index 56f7dc4b4d4a..56f7dc4b4d4a 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx b/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
index 7f916afe978c..7f916afe978c 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
index 513d120c5343..513d120c5343 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx b/include/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx
index ffe0e2cea676..ffe0e2cea676 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrdecompositiontools3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx b/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
index d741b4c1b223..d741b4c1b223 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
index 055e7e71dd4c..055e7e71dd4c 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
index 7632e8e5985c..7632e8e5985c 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx
index 2d9976224e6b..2d9976224e6b 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrpolypolygonprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrprimitive3d.hxx
index 6563f5172f67..6563f5172f67 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
index 48e7ee42ceb2..48e7ee42ceb2 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/shadowprimitive3d.hxx b/include/drawinglayer/primitive3d/shadowprimitive3d.hxx
index 76be7e7742f4..76be7e7742f4 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/shadowprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/shadowprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx b/include/drawinglayer/primitive3d/textureprimitive3d.hxx
index 1ce8e9bcd57c..1ce8e9bcd57c 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/textureprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/primitive3d/transformprimitive3d.hxx b/include/drawinglayer/primitive3d/transformprimitive3d.hxx
index 85a88a330d77..85a88a330d77 100644
--- a/drawinglayer/inc/drawinglayer/primitive3d/transformprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/transformprimitive3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx b/include/drawinglayer/processor2d/baseprocessor2d.hxx
index 62a0f874a9ae..62a0f874a9ae 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/baseprocessor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx b/include/drawinglayer/processor2d/canvasprocessor.hxx
index 5dea3b450c19..5dea3b450c19 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/canvasprocessor.hxx
+++ b/include/drawinglayer/processor2d/canvasprocessor.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/contourextractor2d.hxx b/include/drawinglayer/processor2d/contourextractor2d.hxx
index af390a8cd7b7..af390a8cd7b7 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/contourextractor2d.hxx
+++ b/include/drawinglayer/processor2d/contourextractor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
index fc2ab3252558..fc2ab3252558 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/hittestprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
index 4905f4062c5f..4905f4062c5f 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx
+++ b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/objectinfoextractor2d.hxx b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
index 42f4fb3970de..42f4fb3970de 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/objectinfoextractor2d.hxx
+++ b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/processorfromoutputdevice.hxx b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
index cd149db71e6d..cd149db71e6d 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/processorfromoutputdevice.hxx
+++ b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx b/include/drawinglayer/processor2d/textaspolygonextractor2d.hxx
index 239e624ccced..239e624ccced 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/textaspolygonextractor2d.hxx
+++ b/include/drawinglayer/processor2d/textaspolygonextractor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx b/include/drawinglayer/processor2d/vclmetafileprocessor2d.hxx
index fa85105939c8..fa85105939c8 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/vclmetafileprocessor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx b/include/drawinglayer/processor2d/vclpixelprocessor2d.hxx
index c3003f096467..c3003f096467 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/vclpixelprocessor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx b/include/drawinglayer/processor2d/vclprocessor2d.hxx
index 32dafbc42b0a..32dafbc42b0a 100644
--- a/drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/vclprocessor2d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor3d/baseprocessor3d.hxx b/include/drawinglayer/processor3d/baseprocessor3d.hxx
index 834779982ba5..834779982ba5 100644
--- a/drawinglayer/inc/drawinglayer/processor3d/baseprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/baseprocessor3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor3d/cutfindprocessor3d.hxx b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
index 2b4714ca3054..2b4714ca3054 100644
--- a/drawinglayer/inc/drawinglayer/processor3d/cutfindprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/cutfindprocessor3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx b/include/drawinglayer/processor3d/defaultprocessor3d.hxx
index 010fba3b1f1d..010fba3b1f1d 100644
--- a/drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/defaultprocessor3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor3d/geometry2dextractor.hxx b/include/drawinglayer/processor3d/geometry2dextractor.hxx
index d85e6843f54d..d85e6843f54d 100644
--- a/drawinglayer/inc/drawinglayer/processor3d/geometry2dextractor.hxx
+++ b/include/drawinglayer/processor3d/geometry2dextractor.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor3d/shadow3dextractor.hxx b/include/drawinglayer/processor3d/shadow3dextractor.hxx
index 183d61271c83..183d61271c83 100644
--- a/drawinglayer/inc/drawinglayer/processor3d/shadow3dextractor.hxx
+++ b/include/drawinglayer/processor3d/shadow3dextractor.hxx
diff --git a/drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx b/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
index 8570809b465d..8570809b465d 100644
--- a/drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/texture/texture.hxx b/include/drawinglayer/texture/texture.hxx
index 5d1751d70889..5d1751d70889 100644
--- a/drawinglayer/inc/drawinglayer/texture/texture.hxx
+++ b/include/drawinglayer/texture/texture.hxx
diff --git a/drawinglayer/inc/drawinglayer/texture/texture3d.hxx b/include/drawinglayer/texture/texture3d.hxx
index 713cea76c928..713cea76c928 100644
--- a/drawinglayer/inc/drawinglayer/texture/texture3d.hxx
+++ b/include/drawinglayer/texture/texture3d.hxx
diff --git a/drawinglayer/inc/drawinglayer/tools/converters.hxx b/include/drawinglayer/tools/converters.hxx
index 5bc9ddbb18e4..5bc9ddbb18e4 100644
--- a/drawinglayer/inc/drawinglayer/tools/converters.hxx
+++ b/include/drawinglayer/tools/converters.hxx
diff --git a/editeng/inc/editeng/AccessibleComponentBase.hxx b/include/editeng/AccessibleComponentBase.hxx
index ea292e0e439c..ea292e0e439c 100644
--- a/editeng/inc/editeng/AccessibleComponentBase.hxx
+++ b/include/editeng/AccessibleComponentBase.hxx
diff --git a/editeng/inc/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index 574582a68ae1..574582a68ae1 100644
--- a/editeng/inc/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
diff --git a/editeng/inc/editeng/AccessibleEditableTextPara.hxx b/include/editeng/AccessibleEditableTextPara.hxx
index 5f245d0786f5..5f245d0786f5 100644
--- a/editeng/inc/editeng/AccessibleEditableTextPara.hxx
+++ b/include/editeng/AccessibleEditableTextPara.hxx
diff --git a/editeng/inc/editeng/AccessibleImageBullet.hxx b/include/editeng/AccessibleImageBullet.hxx
index 9d852962e9e6..9d852962e9e6 100644
--- a/editeng/inc/editeng/AccessibleImageBullet.hxx
+++ b/include/editeng/AccessibleImageBullet.hxx
diff --git a/editeng/inc/editeng/AccessibleParaManager.hxx b/include/editeng/AccessibleParaManager.hxx
index 90bc3d8a111d..90bc3d8a111d 100644
--- a/editeng/inc/editeng/AccessibleParaManager.hxx
+++ b/include/editeng/AccessibleParaManager.hxx
diff --git a/editeng/inc/editeng/AccessibleSelectionBase.hxx b/include/editeng/AccessibleSelectionBase.hxx
index 7935d5dd1ae2..7935d5dd1ae2 100644
--- a/editeng/inc/editeng/AccessibleSelectionBase.hxx
+++ b/include/editeng/AccessibleSelectionBase.hxx
diff --git a/editeng/inc/editeng/AccessibleStaticTextBase.hxx b/include/editeng/AccessibleStaticTextBase.hxx
index 8ca75d7a5766..8ca75d7a5766 100644
--- a/editeng/inc/editeng/AccessibleStaticTextBase.hxx
+++ b/include/editeng/AccessibleStaticTextBase.hxx
diff --git a/editeng/inc/editeng/AccessibleStringWrap.hxx b/include/editeng/AccessibleStringWrap.hxx
index cae879f95a1a..cae879f95a1a 100644
--- a/editeng/inc/editeng/AccessibleStringWrap.hxx
+++ b/include/editeng/AccessibleStringWrap.hxx
diff --git a/editeng/inc/editeng/LatinLookupTree.hxx b/include/editeng/LatinLookupTree.hxx
index 9407780f5b80..9407780f5b80 100644
--- a/editeng/inc/editeng/LatinLookupTree.hxx
+++ b/include/editeng/LatinLookupTree.hxx
diff --git a/editeng/inc/editeng/LatinTreeNode.hxx b/include/editeng/LatinTreeNode.hxx
index 5e406858697c..5e406858697c 100644
--- a/editeng/inc/editeng/LatinTreeNode.hxx
+++ b/include/editeng/LatinTreeNode.hxx
diff --git a/editeng/inc/editeng/LookupTree.hxx b/include/editeng/LookupTree.hxx
index 95abcf25d6f8..95abcf25d6f8 100644
--- a/editeng/inc/editeng/LookupTree.hxx
+++ b/include/editeng/LookupTree.hxx
diff --git a/editeng/inc/editeng/Node.hxx b/include/editeng/Node.hxx
index 3159e48a99b7..3159e48a99b7 100644
--- a/editeng/inc/editeng/Node.hxx
+++ b/include/editeng/Node.hxx
diff --git a/editeng/inc/editeng/SpellPortions.hxx b/include/editeng/SpellPortions.hxx
index f96a14b0f557..f96a14b0f557 100644
--- a/editeng/inc/editeng/SpellPortions.hxx
+++ b/include/editeng/SpellPortions.hxx
diff --git a/editeng/inc/editeng/TreeHead.hxx b/include/editeng/TreeHead.hxx
index 12c8b33c8d66..12c8b33c8d66 100644
--- a/editeng/inc/editeng/TreeHead.hxx
+++ b/include/editeng/TreeHead.hxx
diff --git a/editeng/inc/editeng/UnoForbiddenCharsTable.hxx b/include/editeng/UnoForbiddenCharsTable.hxx
index 9fea61b9084c..9fea61b9084c 100644
--- a/editeng/inc/editeng/UnoForbiddenCharsTable.hxx
+++ b/include/editeng/UnoForbiddenCharsTable.hxx
diff --git a/editeng/inc/editeng/acorrcfg.hxx b/include/editeng/acorrcfg.hxx
index 3c3321ccfc2d..3c3321ccfc2d 100644
--- a/editeng/inc/editeng/acorrcfg.hxx
+++ b/include/editeng/acorrcfg.hxx
diff --git a/editeng/inc/editeng/adjustitem.hxx b/include/editeng/adjustitem.hxx
index e19907cd1737..e19907cd1737 100644
--- a/editeng/inc/editeng/adjustitem.hxx
+++ b/include/editeng/adjustitem.hxx
diff --git a/editeng/inc/editeng/autokernitem.hxx b/include/editeng/autokernitem.hxx
index 6d849dc39d23..6d849dc39d23 100644
--- a/editeng/inc/editeng/autokernitem.hxx
+++ b/include/editeng/autokernitem.hxx
diff --git a/editeng/inc/editeng/blinkitem.hxx b/include/editeng/blinkitem.hxx
index 0d495e6e100e..0d495e6e100e 100644
--- a/editeng/inc/editeng/blinkitem.hxx
+++ b/include/editeng/blinkitem.hxx
diff --git a/editeng/inc/editeng/borderline.hxx b/include/editeng/borderline.hxx
index 067e216aaa9a..067e216aaa9a 100644
--- a/editeng/inc/editeng/borderline.hxx
+++ b/include/editeng/borderline.hxx
diff --git a/editeng/inc/editeng/boxitem.hxx b/include/editeng/boxitem.hxx
index 256663c961e9..256663c961e9 100644
--- a/editeng/inc/editeng/boxitem.hxx
+++ b/include/editeng/boxitem.hxx
diff --git a/editeng/inc/editeng/brushitem.hxx b/include/editeng/brushitem.hxx
index 069a3b7f636a..069a3b7f636a 100644
--- a/editeng/inc/editeng/brushitem.hxx
+++ b/include/editeng/brushitem.hxx
diff --git a/editeng/inc/editeng/bulletitem.hxx b/include/editeng/bulletitem.hxx
index 345cf3ff7639..345cf3ff7639 100644
--- a/editeng/inc/editeng/bulletitem.hxx
+++ b/include/editeng/bulletitem.hxx
diff --git a/editeng/inc/editeng/charhiddenitem.hxx b/include/editeng/charhiddenitem.hxx
index 651bdc240ef1..651bdc240ef1 100644
--- a/editeng/inc/editeng/charhiddenitem.hxx
+++ b/include/editeng/charhiddenitem.hxx
diff --git a/editeng/inc/editeng/charreliefitem.hxx b/include/editeng/charreliefitem.hxx
index 5bc6c589d02d..5bc6c589d02d 100644
--- a/editeng/inc/editeng/charreliefitem.hxx
+++ b/include/editeng/charreliefitem.hxx
diff --git a/editeng/inc/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx
index 7845ab69ccd8..7845ab69ccd8 100644
--- a/editeng/inc/editeng/charrotateitem.hxx
+++ b/include/editeng/charrotateitem.hxx
diff --git a/editeng/inc/editeng/charscaleitem.hxx b/include/editeng/charscaleitem.hxx
index 7d9b38761852..7d9b38761852 100644
--- a/editeng/inc/editeng/charscaleitem.hxx
+++ b/include/editeng/charscaleitem.hxx
diff --git a/editeng/inc/editeng/charsetcoloritem.hxx b/include/editeng/charsetcoloritem.hxx
index 6fc197fb1394..6fc197fb1394 100644
--- a/editeng/inc/editeng/charsetcoloritem.hxx
+++ b/include/editeng/charsetcoloritem.hxx
diff --git a/editeng/inc/editeng/cmapitem.hxx b/include/editeng/cmapitem.hxx
index f7326758befc..f7326758befc 100644
--- a/editeng/inc/editeng/cmapitem.hxx
+++ b/include/editeng/cmapitem.hxx
diff --git a/editeng/inc/editeng/colritem.hxx b/include/editeng/colritem.hxx
index 954fcd3b6ba0..954fcd3b6ba0 100644
--- a/editeng/inc/editeng/colritem.hxx
+++ b/include/editeng/colritem.hxx
diff --git a/editeng/inc/editeng/contouritem.hxx b/include/editeng/contouritem.hxx
index 316f21fc774e..316f21fc774e 100644
--- a/editeng/inc/editeng/contouritem.hxx
+++ b/include/editeng/contouritem.hxx
diff --git a/editeng/inc/editeng/crossedoutitem.hxx b/include/editeng/crossedoutitem.hxx
index 6628609e060e..6628609e060e 100644
--- a/editeng/inc/editeng/crossedoutitem.hxx
+++ b/include/editeng/crossedoutitem.hxx
diff --git a/editeng/inc/editeng/editdata.hxx b/include/editeng/editdata.hxx
index 9b6d9e7005c3..9b6d9e7005c3 100644
--- a/editeng/inc/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
diff --git a/editeng/inc/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 83ba64342443..83ba64342443 100644
--- a/editeng/inc/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
diff --git a/editeng/inc/editeng/editengdllapi.h b/include/editeng/editengdllapi.h
index ce764e81fece..ce764e81fece 100644
--- a/editeng/inc/editeng/editengdllapi.h
+++ b/include/editeng/editengdllapi.h
diff --git a/editeng/inc/editeng/editerr.hxx b/include/editeng/editerr.hxx
index d262057763e7..d262057763e7 100644
--- a/editeng/inc/editeng/editerr.hxx
+++ b/include/editeng/editerr.hxx
diff --git a/editeng/inc/editeng/editids.hrc b/include/editeng/editids.hrc
index 7dbaae890a51..7dbaae890a51 100644
--- a/editeng/inc/editeng/editids.hrc
+++ b/include/editeng/editids.hrc
diff --git a/editeng/inc/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 16bc0be626e5..16bc0be626e5 100644
--- a/editeng/inc/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
diff --git a/editeng/inc/editeng/editrids.hrc b/include/editeng/editrids.hrc
index 04ec3b6eccc7..04ec3b6eccc7 100644
--- a/editeng/inc/editeng/editrids.hrc
+++ b/include/editeng/editrids.hrc
diff --git a/editeng/inc/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 175267938c91..175267938c91 100644
--- a/editeng/inc/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
diff --git a/editeng/inc/editeng/editund2.hxx b/include/editeng/editund2.hxx
index 2312aee93c79..2312aee93c79 100644
--- a/editeng/inc/editeng/editund2.hxx
+++ b/include/editeng/editund2.hxx
diff --git a/editeng/inc/editeng/editview.hxx b/include/editeng/editview.hxx
index a2f5ce8a3d65..a2f5ce8a3d65 100644
--- a/editeng/inc/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
diff --git a/editeng/inc/editeng/edtdlg.hxx b/include/editeng/edtdlg.hxx
index 7c998dfa637b..7c998dfa637b 100644
--- a/editeng/inc/editeng/edtdlg.hxx
+++ b/include/editeng/edtdlg.hxx
diff --git a/editeng/inc/editeng/eedata.hxx b/include/editeng/eedata.hxx
index 1332c56f4a54..1332c56f4a54 100644
--- a/editeng/inc/editeng/eedata.hxx
+++ b/include/editeng/eedata.hxx
diff --git a/editeng/inc/editeng/eeitem.hxx b/include/editeng/eeitem.hxx
index 04ce68ce1ef5..04ce68ce1ef5 100644
--- a/editeng/inc/editeng/eeitem.hxx
+++ b/include/editeng/eeitem.hxx
diff --git a/editeng/inc/editeng/eeitemid.hxx b/include/editeng/eeitemid.hxx
index 8230387048ff..8230387048ff 100644
--- a/editeng/inc/editeng/eeitemid.hxx
+++ b/include/editeng/eeitemid.hxx
diff --git a/editeng/inc/editeng/eerdll.hxx b/include/editeng/eerdll.hxx
index 2d6ba34976fa..2d6ba34976fa 100644
--- a/editeng/inc/editeng/eerdll.hxx
+++ b/include/editeng/eerdll.hxx
diff --git a/editeng/inc/editeng/emphasismarkitem.hxx b/include/editeng/emphasismarkitem.hxx
index 1be4b0a7ce7d..1be4b0a7ce7d 100644
--- a/editeng/inc/editeng/emphasismarkitem.hxx
+++ b/include/editeng/emphasismarkitem.hxx
diff --git a/editeng/inc/editeng/escapementitem.hxx b/include/editeng/escapementitem.hxx
index 53fcb736f971..53fcb736f971 100644
--- a/editeng/inc/editeng/escapementitem.hxx
+++ b/include/editeng/escapementitem.hxx
diff --git a/editeng/inc/editeng/fhgtitem.hxx b/include/editeng/fhgtitem.hxx
index 60f417428827..60f417428827 100644
--- a/editeng/inc/editeng/fhgtitem.hxx
+++ b/include/editeng/fhgtitem.hxx
diff --git a/editeng/inc/editeng/fieldupdater.hxx b/include/editeng/fieldupdater.hxx
index 8ddab5ecf91e..8ddab5ecf91e 100644
--- a/editeng/inc/editeng/fieldupdater.hxx
+++ b/include/editeng/fieldupdater.hxx
diff --git a/editeng/inc/editeng/flditem.hxx b/include/editeng/flditem.hxx
index 37f42a37c217..37f42a37c217 100644
--- a/editeng/inc/editeng/flditem.hxx
+++ b/include/editeng/flditem.hxx
diff --git a/editeng/inc/editeng/flstitem.hxx b/include/editeng/flstitem.hxx
index f298732e25e4..f298732e25e4 100644
--- a/editeng/inc/editeng/flstitem.hxx
+++ b/include/editeng/flstitem.hxx
diff --git a/editeng/inc/editeng/fontitem.hxx b/include/editeng/fontitem.hxx
index e9d14755906e..e9d14755906e 100644
--- a/editeng/inc/editeng/fontitem.hxx
+++ b/include/editeng/fontitem.hxx
diff --git a/editeng/inc/editeng/forbiddencharacterstable.hxx b/include/editeng/forbiddencharacterstable.hxx
index 14556fd0ceda..14556fd0ceda 100644
--- a/editeng/inc/editeng/forbiddencharacterstable.hxx
+++ b/include/editeng/forbiddencharacterstable.hxx
diff --git a/editeng/inc/editeng/forbiddenruleitem.hxx b/include/editeng/forbiddenruleitem.hxx
index 2d15a3d00bf3..2d15a3d00bf3 100644
--- a/editeng/inc/editeng/forbiddenruleitem.hxx
+++ b/include/editeng/forbiddenruleitem.hxx
diff --git a/editeng/inc/editeng/formatbreakitem.hxx b/include/editeng/formatbreakitem.hxx
index 229e1d05f55f..229e1d05f55f 100644
--- a/editeng/inc/editeng/formatbreakitem.hxx
+++ b/include/editeng/formatbreakitem.hxx
diff --git a/editeng/inc/editeng/frmdir.hxx b/include/editeng/frmdir.hxx
index f687c32c5610..f687c32c5610 100644
--- a/editeng/inc/editeng/frmdir.hxx
+++ b/include/editeng/frmdir.hxx
diff --git a/editeng/inc/editeng/frmdiritem.hxx b/include/editeng/frmdiritem.hxx
index 6ea04dc66f09..6ea04dc66f09 100644
--- a/editeng/inc/editeng/frmdiritem.hxx
+++ b/include/editeng/frmdiritem.hxx
diff --git a/editeng/inc/editeng/fwdtitem.hxx b/include/editeng/fwdtitem.hxx
index 73f897ffc06d..73f897ffc06d 100644
--- a/editeng/inc/editeng/fwdtitem.hxx
+++ b/include/editeng/fwdtitem.hxx
diff --git a/editeng/inc/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 014dc3e229a9..014dc3e229a9 100644
--- a/editeng/inc/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
diff --git a/editeng/inc/editeng/hngpnctitem.hxx b/include/editeng/hngpnctitem.hxx
index 4454faab0b76..4454faab0b76 100644
--- a/editeng/inc/editeng/hngpnctitem.hxx
+++ b/include/editeng/hngpnctitem.hxx
diff --git a/editeng/inc/editeng/hyphenzoneitem.hxx b/include/editeng/hyphenzoneitem.hxx
index 3f0682096772..3f0682096772 100644
--- a/editeng/inc/editeng/hyphenzoneitem.hxx
+++ b/include/editeng/hyphenzoneitem.hxx
diff --git a/editeng/inc/editeng/itemtype.hxx b/include/editeng/itemtype.hxx
index 422cb3b9e22e..422cb3b9e22e 100644
--- a/editeng/inc/editeng/itemtype.hxx
+++ b/include/editeng/itemtype.hxx
diff --git a/editeng/inc/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx
index cfbdcff00a65..cfbdcff00a65 100644
--- a/editeng/inc/editeng/justifyitem.hxx
+++ b/include/editeng/justifyitem.hxx
diff --git a/editeng/inc/editeng/keepitem.hxx b/include/editeng/keepitem.hxx
index 57e8fe022af4..57e8fe022af4 100644
--- a/editeng/inc/editeng/keepitem.hxx
+++ b/include/editeng/keepitem.hxx
diff --git a/editeng/inc/editeng/kernitem.hxx b/include/editeng/kernitem.hxx
index 1b5f937afc01..1b5f937afc01 100644
--- a/editeng/inc/editeng/kernitem.hxx
+++ b/include/editeng/kernitem.hxx
diff --git a/editeng/inc/editeng/langitem.hxx b/include/editeng/langitem.hxx
index e1231cded21c..e1231cded21c 100644
--- a/editeng/inc/editeng/langitem.hxx
+++ b/include/editeng/langitem.hxx
diff --git a/editeng/inc/editeng/lcolitem.hxx b/include/editeng/lcolitem.hxx
index 5b97c52d6c6d..5b97c52d6c6d 100644
--- a/editeng/inc/editeng/lcolitem.hxx
+++ b/include/editeng/lcolitem.hxx
diff --git a/editeng/inc/editeng/lineitem.hxx b/include/editeng/lineitem.hxx
index 07ad4da38bc5..07ad4da38bc5 100644
--- a/editeng/inc/editeng/lineitem.hxx
+++ b/include/editeng/lineitem.hxx
diff --git a/editeng/inc/editeng/lrspitem.hxx b/include/editeng/lrspitem.hxx
index a7e95ccb6e63..a7e95ccb6e63 100644
--- a/editeng/inc/editeng/lrspitem.hxx
+++ b/include/editeng/lrspitem.hxx
diff --git a/editeng/inc/editeng/lspcitem.hxx b/include/editeng/lspcitem.hxx
index de0a163e34e6..de0a163e34e6 100644
--- a/editeng/inc/editeng/lspcitem.hxx
+++ b/include/editeng/lspcitem.hxx
diff --git a/editeng/inc/editeng/macros.hxx b/include/editeng/macros.hxx
index c667cfd6e8b8..c667cfd6e8b8 100644
--- a/editeng/inc/editeng/macros.hxx
+++ b/include/editeng/macros.hxx
diff --git a/editeng/inc/editeng/measfld.hxx b/include/editeng/measfld.hxx
index 040560397dd0..040560397dd0 100644
--- a/editeng/inc/editeng/measfld.hxx
+++ b/include/editeng/measfld.hxx
diff --git a/editeng/inc/editeng/memberids.hrc b/include/editeng/memberids.hrc
index 1dbe7ba9da5f..1dbe7ba9da5f 100644
--- a/editeng/inc/editeng/memberids.hrc
+++ b/include/editeng/memberids.hrc
diff --git a/editeng/inc/editeng/mutxhelp.hxx b/include/editeng/mutxhelp.hxx
index 14b36347b74d..14b36347b74d 100644
--- a/editeng/inc/editeng/mutxhelp.hxx
+++ b/include/editeng/mutxhelp.hxx
diff --git a/editeng/inc/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx
index 51942c318bbd..51942c318bbd 100644
--- a/editeng/inc/editeng/nhypitem.hxx
+++ b/include/editeng/nhypitem.hxx
diff --git a/editeng/inc/editeng/nlbkitem.hxx b/include/editeng/nlbkitem.hxx
index 209b0539ba07..209b0539ba07 100644
--- a/editeng/inc/editeng/nlbkitem.hxx
+++ b/include/editeng/nlbkitem.hxx
diff --git a/editeng/inc/editeng/numdef.hxx b/include/editeng/numdef.hxx
index 28f94d2d3ae5..28f94d2d3ae5 100644
--- a/editeng/inc/editeng/numdef.hxx
+++ b/include/editeng/numdef.hxx
diff --git a/editeng/inc/editeng/numitem.hxx b/include/editeng/numitem.hxx
index 9f88e79de0ec..9f88e79de0ec 100644
--- a/editeng/inc/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
diff --git a/editeng/inc/editeng/opaqitem.hxx b/include/editeng/opaqitem.hxx
index 7780c4237c5d..7780c4237c5d 100644
--- a/editeng/inc/editeng/opaqitem.hxx
+++ b/include/editeng/opaqitem.hxx
diff --git a/editeng/inc/editeng/optitems.hxx b/include/editeng/optitems.hxx
index 34970ebbc42c..34970ebbc42c 100644
--- a/editeng/inc/editeng/optitems.hxx
+++ b/include/editeng/optitems.hxx
diff --git a/editeng/inc/editeng/orphitem.hxx b/include/editeng/orphitem.hxx
index 60ef8520c677..60ef8520c677 100644
--- a/editeng/inc/editeng/orphitem.hxx
+++ b/include/editeng/orphitem.hxx
diff --git a/editeng/inc/editeng/outliner.hxx b/include/editeng/outliner.hxx
index e2f208e9b824..e2f208e9b824 100644
--- a/editeng/inc/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
diff --git a/editeng/inc/editeng/outlobj.hxx b/include/editeng/outlobj.hxx
index 73eb9b5b96d5..73eb9b5b96d5 100644
--- a/editeng/inc/editeng/outlobj.hxx
+++ b/include/editeng/outlobj.hxx
diff --git a/editeng/inc/editeng/paperinf.hxx b/include/editeng/paperinf.hxx
index 2c53ca554122..2c53ca554122 100644
--- a/editeng/inc/editeng/paperinf.hxx
+++ b/include/editeng/paperinf.hxx
diff --git a/editeng/inc/editeng/paragraphdata.hxx b/include/editeng/paragraphdata.hxx
index 81d12bb00a2f..81d12bb00a2f 100644
--- a/editeng/inc/editeng/paragraphdata.hxx
+++ b/include/editeng/paragraphdata.hxx
diff --git a/editeng/inc/editeng/paravertalignitem.hxx b/include/editeng/paravertalignitem.hxx
index ab65b8994325..ab65b8994325 100644
--- a/editeng/inc/editeng/paravertalignitem.hxx
+++ b/include/editeng/paravertalignitem.hxx
diff --git a/editeng/inc/editeng/pbinitem.hxx b/include/editeng/pbinitem.hxx
index 38630c78f86c..38630c78f86c 100644
--- a/editeng/inc/editeng/pbinitem.hxx
+++ b/include/editeng/pbinitem.hxx
diff --git a/editeng/inc/editeng/pgrditem.hxx b/include/editeng/pgrditem.hxx
index 9c4c47cce882..9c4c47cce882 100644
--- a/editeng/inc/editeng/pgrditem.hxx
+++ b/include/editeng/pgrditem.hxx
diff --git a/editeng/inc/editeng/pmdlitem.hxx b/include/editeng/pmdlitem.hxx
index 55fee950d8f0..55fee950d8f0 100644
--- a/editeng/inc/editeng/pmdlitem.hxx
+++ b/include/editeng/pmdlitem.hxx
diff --git a/editeng/inc/editeng/postitem.hxx b/include/editeng/postitem.hxx
index e547d5a5e438..e547d5a5e438 100644
--- a/editeng/inc/editeng/postitem.hxx
+++ b/include/editeng/postitem.hxx
diff --git a/editeng/inc/editeng/prntitem.hxx b/include/editeng/prntitem.hxx
index 050131953dc3..050131953dc3 100644
--- a/editeng/inc/editeng/prntitem.hxx
+++ b/include/editeng/prntitem.hxx
diff --git a/editeng/inc/editeng/protitem.hxx b/include/editeng/protitem.hxx
index 37f2bec77998..37f2bec77998 100644
--- a/editeng/inc/editeng/protitem.hxx
+++ b/include/editeng/protitem.hxx
diff --git a/editeng/inc/editeng/prszitem.hxx b/include/editeng/prszitem.hxx
index d89669d8eca2..d89669d8eca2 100644
--- a/editeng/inc/editeng/prszitem.hxx
+++ b/include/editeng/prszitem.hxx
diff --git a/editeng/inc/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx
index e98fb8e4e129..e98fb8e4e129 100644
--- a/editeng/inc/editeng/rsiditem.hxx
+++ b/include/editeng/rsiditem.hxx
diff --git a/editeng/inc/editeng/scriptspaceitem.hxx b/include/editeng/scriptspaceitem.hxx
index f58234baf042..f58234baf042 100644
--- a/editeng/inc/editeng/scriptspaceitem.hxx
+++ b/include/editeng/scriptspaceitem.hxx
diff --git a/editeng/inc/editeng/scripttypeitem.hxx b/include/editeng/scripttypeitem.hxx
index a50f82d9d951..a50f82d9d951 100644
--- a/editeng/inc/editeng/scripttypeitem.hxx
+++ b/include/editeng/scripttypeitem.hxx
diff --git a/editeng/inc/editeng/shaditem.hxx b/include/editeng/shaditem.hxx
index e76c77a7ec4e..e76c77a7ec4e 100644
--- a/editeng/inc/editeng/shaditem.hxx
+++ b/include/editeng/shaditem.hxx
diff --git a/editeng/inc/editeng/shdditem.hxx b/include/editeng/shdditem.hxx
index d738a8794f5f..d738a8794f5f 100644
--- a/editeng/inc/editeng/shdditem.hxx
+++ b/include/editeng/shdditem.hxx
diff --git a/editeng/inc/editeng/sizeitem.hxx b/include/editeng/sizeitem.hxx
index df70d40c47cf..df70d40c47cf 100644
--- a/editeng/inc/editeng/sizeitem.hxx
+++ b/include/editeng/sizeitem.hxx
diff --git a/editeng/inc/editeng/spltitem.hxx b/include/editeng/spltitem.hxx
index a7a0a9f0665c..a7a0a9f0665c 100644
--- a/editeng/inc/editeng/spltitem.hxx
+++ b/include/editeng/spltitem.hxx
diff --git a/editeng/inc/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index d4c9b8da8732..d4c9b8da8732 100644
--- a/editeng/inc/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
diff --git a/editeng/inc/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index 4f54d8f2f11b..4f54d8f2f11b 100644
--- a/editeng/inc/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
diff --git a/editeng/inc/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index 2759bebcd0ea..2759bebcd0ea 100644
--- a/editeng/inc/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
diff --git a/editeng/inc/editeng/svxfont.hxx b/include/editeng/svxfont.hxx
index 858157453aa1..858157453aa1 100644
--- a/editeng/inc/editeng/svxfont.hxx
+++ b/include/editeng/svxfont.hxx
diff --git a/editeng/inc/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 84c00a28634b..84c00a28634b 100644
--- a/editeng/inc/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
diff --git a/editeng/inc/editeng/swafopt.hxx b/include/editeng/swafopt.hxx
index 684a1838c731..684a1838c731 100644
--- a/editeng/inc/editeng/swafopt.hxx
+++ b/include/editeng/swafopt.hxx
diff --git a/editeng/inc/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx
index f8eca761395b..f8eca761395b 100644
--- a/editeng/inc/editeng/tstpitem.hxx
+++ b/include/editeng/tstpitem.hxx
diff --git a/editeng/inc/editeng/twolinesitem.hxx b/include/editeng/twolinesitem.hxx
index dfdddde4b54b..dfdddde4b54b 100644
--- a/editeng/inc/editeng/twolinesitem.hxx
+++ b/include/editeng/twolinesitem.hxx
diff --git a/editeng/inc/editeng/txtrange.hxx b/include/editeng/txtrange.hxx
index 700db5760ad1..700db5760ad1 100644
--- a/editeng/inc/editeng/txtrange.hxx
+++ b/include/editeng/txtrange.hxx
diff --git a/editeng/inc/editeng/udlnitem.hxx b/include/editeng/udlnitem.hxx
index 7d1a88dfa81a..7d1a88dfa81a 100644
--- a/editeng/inc/editeng/udlnitem.hxx
+++ b/include/editeng/udlnitem.hxx
diff --git a/editeng/inc/editeng/ulspitem.hxx b/include/editeng/ulspitem.hxx
index f57c01bb3d3f..f57c01bb3d3f 100644
--- a/editeng/inc/editeng/ulspitem.hxx
+++ b/include/editeng/ulspitem.hxx
diff --git a/editeng/inc/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx
index 25cf36f17356..25cf36f17356 100644
--- a/editeng/inc/editeng/unoedhlp.hxx
+++ b/include/editeng/unoedhlp.hxx
diff --git a/editeng/inc/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index c6e067a6a633..c6e067a6a633 100644
--- a/editeng/inc/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
diff --git a/editeng/inc/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx
index 9e5bba23e56b..9e5bba23e56b 100644
--- a/editeng/inc/editeng/unoedsrc.hxx
+++ b/include/editeng/unoedsrc.hxx
diff --git a/editeng/inc/editeng/unofdesc.hxx b/include/editeng/unofdesc.hxx
index 711affaf2c1e..711affaf2c1e 100644
--- a/editeng/inc/editeng/unofdesc.hxx
+++ b/include/editeng/unofdesc.hxx
diff --git a/editeng/inc/editeng/unofield.hxx b/include/editeng/unofield.hxx
index d496e7217efc..d496e7217efc 100644
--- a/editeng/inc/editeng/unofield.hxx
+++ b/include/editeng/unofield.hxx
diff --git a/editeng/inc/editeng/unofored.hxx b/include/editeng/unofored.hxx
index 5c88119f3a8f..5c88119f3a8f 100644
--- a/editeng/inc/editeng/unofored.hxx
+++ b/include/editeng/unofored.hxx
diff --git a/editeng/inc/editeng/unoforou.hxx b/include/editeng/unoforou.hxx
index 68ee89160944..68ee89160944 100644
--- a/editeng/inc/editeng/unoforou.hxx
+++ b/include/editeng/unoforou.hxx
diff --git a/editeng/inc/editeng/unoipset.hxx b/include/editeng/unoipset.hxx
index 584eb367f5a1..584eb367f5a1 100644
--- a/editeng/inc/editeng/unoipset.hxx
+++ b/include/editeng/unoipset.hxx
diff --git a/editeng/inc/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 09f570228f95..09f570228f95 100644
--- a/editeng/inc/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
diff --git a/editeng/inc/editeng/unonames.hxx b/include/editeng/unonames.hxx
index 3a5984452773..3a5984452773 100644
--- a/editeng/inc/editeng/unonames.hxx
+++ b/include/editeng/unonames.hxx
diff --git a/editeng/inc/editeng/unonrule.hxx b/include/editeng/unonrule.hxx
index 985e3e9193bb..985e3e9193bb 100644
--- a/editeng/inc/editeng/unonrule.hxx
+++ b/include/editeng/unonrule.hxx
diff --git a/editeng/inc/editeng/unopracc.hxx b/include/editeng/unopracc.hxx
index c2d3fdc746f3..c2d3fdc746f3 100644
--- a/editeng/inc/editeng/unopracc.hxx
+++ b/include/editeng/unopracc.hxx
diff --git a/editeng/inc/editeng/unoprnms.hxx b/include/editeng/unoprnms.hxx
index 38ba3bdb4961..38ba3bdb4961 100644
--- a/editeng/inc/editeng/unoprnms.hxx
+++ b/include/editeng/unoprnms.hxx
diff --git a/editeng/inc/editeng/unotext.hxx b/include/editeng/unotext.hxx
index b5a5e02a8c1b..b5a5e02a8c1b 100644
--- a/editeng/inc/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
diff --git a/editeng/inc/editeng/unoviwou.hxx b/include/editeng/unoviwou.hxx
index 24031f93c847..24031f93c847 100644
--- a/editeng/inc/editeng/unoviwou.hxx
+++ b/include/editeng/unoviwou.hxx
diff --git a/editeng/inc/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx
index b10d74361dc8..b10d74361dc8 100644
--- a/editeng/inc/editeng/wghtitem.hxx
+++ b/include/editeng/wghtitem.hxx
diff --git a/editeng/inc/editeng/widwitem.hxx b/include/editeng/widwitem.hxx
index 8602702a00f7..8602702a00f7 100644
--- a/editeng/inc/editeng/widwitem.hxx
+++ b/include/editeng/widwitem.hxx
diff --git a/editeng/inc/editeng/writingmodeitem.hxx b/include/editeng/writingmodeitem.hxx
index c1ad81587f42..c1ad81587f42 100644
--- a/editeng/inc/editeng/writingmodeitem.hxx
+++ b/include/editeng/writingmodeitem.hxx
diff --git a/editeng/inc/editeng/wrlmitem.hxx b/include/editeng/wrlmitem.hxx
index b74b2f406a71..b74b2f406a71 100644
--- a/editeng/inc/editeng/wrlmitem.hxx
+++ b/include/editeng/wrlmitem.hxx
diff --git a/editeng/inc/editeng/xmlcnitm.hxx b/include/editeng/xmlcnitm.hxx
index d361ab79c8d0..d361ab79c8d0 100644
--- a/editeng/inc/editeng/xmlcnitm.hxx
+++ b/include/editeng/xmlcnitm.hxx
diff --git a/filter/inc/filter/dllapi.h b/include/filter/dllapi.h
index 9b94621feedf..9b94621feedf 100644
--- a/filter/inc/filter/dllapi.h
+++ b/include/filter/dllapi.h
diff --git a/filter/inc/filter/msfilter/countryid.hxx b/include/filter/msfilter/countryid.hxx
index b70f649b05c3..b70f649b05c3 100644
--- a/filter/inc/filter/msfilter/countryid.hxx
+++ b/include/filter/msfilter/countryid.hxx
diff --git a/filter/inc/filter/msfilter/dffpropset.hxx b/include/filter/msfilter/dffpropset.hxx
index e4e9e90a5a6e..e4e9e90a5a6e 100644
--- a/filter/inc/filter/msfilter/dffpropset.hxx
+++ b/include/filter/msfilter/dffpropset.hxx
diff --git a/filter/inc/filter/msfilter/dffrecordheader.hxx b/include/filter/msfilter/dffrecordheader.hxx
index ca2fcc368c46..ca2fcc368c46 100644
--- a/filter/inc/filter/msfilter/dffrecordheader.hxx
+++ b/include/filter/msfilter/dffrecordheader.hxx
diff --git a/filter/inc/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index b57d269d30b0..b57d269d30b0 100644
--- a/filter/inc/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
diff --git a/filter/inc/filter/msfilter/mscodec.hxx b/include/filter/msfilter/mscodec.hxx
index f321441e2941..f321441e2941 100644
--- a/filter/inc/filter/msfilter/mscodec.hxx
+++ b/include/filter/msfilter/mscodec.hxx
diff --git a/filter/inc/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 6359277f49f4..6359277f49f4 100644
--- a/filter/inc/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
diff --git a/filter/inc/filter/msfilter/msfilterdllapi.h b/include/filter/msfilter/msfilterdllapi.h
index 03816baa92fc..03816baa92fc 100644
--- a/filter/inc/filter/msfilter/msfilterdllapi.h
+++ b/include/filter/msfilter/msfilterdllapi.h
diff --git a/filter/inc/filter/msfilter/msocximex.hxx b/include/filter/msfilter/msocximex.hxx
index 79815e49126e..79815e49126e 100644
--- a/filter/inc/filter/msfilter/msocximex.hxx
+++ b/include/filter/msfilter/msocximex.hxx
diff --git a/filter/inc/filter/msfilter/msoleexp.hxx b/include/filter/msfilter/msoleexp.hxx
index 468fa6284513..468fa6284513 100644
--- a/filter/inc/filter/msfilter/msoleexp.hxx
+++ b/include/filter/msfilter/msoleexp.hxx
diff --git a/filter/inc/filter/msfilter/mstoolbar.hxx b/include/filter/msfilter/mstoolbar.hxx
index fc80f3115177..fc80f3115177 100644
--- a/filter/inc/filter/msfilter/mstoolbar.hxx
+++ b/include/filter/msfilter/mstoolbar.hxx
diff --git a/filter/inc/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx
index bafcc461a598..bafcc461a598 100644
--- a/filter/inc/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
diff --git a/filter/inc/filter/msfilter/rtfutil.hxx b/include/filter/msfilter/rtfutil.hxx
index b8d3c2c6d8ca..b8d3c2c6d8ca 100644
--- a/filter/inc/filter/msfilter/rtfutil.hxx
+++ b/include/filter/msfilter/rtfutil.hxx
diff --git a/filter/inc/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 2fbf096aec58..2fbf096aec58 100644
--- a/filter/inc/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
diff --git a/filter/inc/filter/msfilter/svxmsbas.hxx b/include/filter/msfilter/svxmsbas.hxx
index 8f87401edee5..8f87401edee5 100644
--- a/filter/inc/filter/msfilter/svxmsbas.hxx
+++ b/include/filter/msfilter/svxmsbas.hxx
diff --git a/filter/inc/filter/msfilter/util.hxx b/include/filter/msfilter/util.hxx
index f50e4d10ea83..f50e4d10ea83 100644
--- a/filter/inc/filter/msfilter/util.hxx
+++ b/include/filter/msfilter/util.hxx
diff --git a/formula/inc/formula/ExternalReferenceHelper.hxx b/include/formula/ExternalReferenceHelper.hxx
index cd9b3b5b69c6..cd9b3b5b69c6 100644
--- a/formula/inc/formula/ExternalReferenceHelper.hxx
+++ b/include/formula/ExternalReferenceHelper.hxx
diff --git a/formula/inc/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index b53bb2df4316..b53bb2df4316 100644
--- a/formula/inc/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
diff --git a/formula/inc/formula/FormulaOpCodeMapperObj.hxx b/include/formula/FormulaOpCodeMapperObj.hxx
index 07945ca27101..07945ca27101 100644
--- a/formula/inc/formula/FormulaOpCodeMapperObj.hxx
+++ b/include/formula/FormulaOpCodeMapperObj.hxx
diff --git a/formula/inc/formula/IControlReferenceHandler.hxx b/include/formula/IControlReferenceHandler.hxx
index bee4bac3953e..bee4bac3953e 100644
--- a/formula/inc/formula/IControlReferenceHandler.hxx
+++ b/include/formula/IControlReferenceHandler.hxx
diff --git a/formula/inc/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx
index 1747c2f2ddce..1747c2f2ddce 100644
--- a/formula/inc/formula/IFunctionDescription.hxx
+++ b/include/formula/IFunctionDescription.hxx
diff --git a/formula/inc/formula/compiler.hrc b/include/formula/compiler.hrc
index 053947c2a796..053947c2a796 100644
--- a/formula/inc/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
diff --git a/formula/inc/formula/errorcodes.hxx b/include/formula/errorcodes.hxx
index 1e145e04132b..1e145e04132b 100644
--- a/formula/inc/formula/errorcodes.hxx
+++ b/include/formula/errorcodes.hxx
diff --git a/formula/inc/formula/formdata.hxx b/include/formula/formdata.hxx
index 595ddb63fc5a..595ddb63fc5a 100644
--- a/formula/inc/formula/formdata.hxx
+++ b/include/formula/formdata.hxx
diff --git a/formula/inc/formula/formula.hxx b/include/formula/formula.hxx
index 5a55f5ca81d1..5a55f5ca81d1 100644
--- a/formula/inc/formula/formula.hxx
+++ b/include/formula/formula.hxx
diff --git a/formula/inc/formula/formuladllapi.h b/include/formula/formuladllapi.h
index b2f4b06bd1a8..b2f4b06bd1a8 100644
--- a/formula/inc/formula/formuladllapi.h
+++ b/include/formula/formuladllapi.h
diff --git a/formula/inc/formula/formulahelper.hxx b/include/formula/formulahelper.hxx
index 27c9b6683964..27c9b6683964 100644
--- a/formula/inc/formula/formulahelper.hxx
+++ b/include/formula/formulahelper.hxx
diff --git a/formula/inc/formula/funcutl.hxx b/include/formula/funcutl.hxx
index 6676117cdf20..6676117cdf20 100644
--- a/formula/inc/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
diff --git a/formula/inc/formula/grammar.hxx b/include/formula/grammar.hxx
index 584aff1ae57f..584aff1ae57f 100644
--- a/formula/inc/formula/grammar.hxx
+++ b/include/formula/grammar.hxx
diff --git a/formula/inc/formula/omoduleclient.hxx b/include/formula/omoduleclient.hxx
index 76fcee97fb57..76fcee97fb57 100644
--- a/formula/inc/formula/omoduleclient.hxx
+++ b/include/formula/omoduleclient.hxx
diff --git a/formula/inc/formula/opcode.hxx b/include/formula/opcode.hxx
index b94c066a624b..b94c066a624b 100644
--- a/formula/inc/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
diff --git a/formula/inc/formula/token.hxx b/include/formula/token.hxx
index 3a174d7b9d4f..3a174d7b9d4f 100644
--- a/formula/inc/formula/token.hxx
+++ b/include/formula/token.hxx
diff --git a/formula/inc/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index 875b055a621a..875b055a621a 100644
--- a/formula/inc/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
diff --git a/framework/inc/framework/actiontriggerhelper.hxx b/include/framework/actiontriggerhelper.hxx
index e942de94924f..e942de94924f 100644
--- a/framework/inc/framework/actiontriggerhelper.hxx
+++ b/include/framework/actiontriggerhelper.hxx
diff --git a/framework/inc/framework/addonmenu.hxx b/include/framework/addonmenu.hxx
index 6390459be0f1..6390459be0f1 100644
--- a/framework/inc/framework/addonmenu.hxx
+++ b/include/framework/addonmenu.hxx
diff --git a/framework/inc/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index def743378216..def743378216 100644
--- a/framework/inc/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
diff --git a/framework/inc/framework/bmkmenu.hxx b/include/framework/bmkmenu.hxx
index d78eefeced24..d78eefeced24 100644
--- a/framework/inc/framework/bmkmenu.hxx
+++ b/include/framework/bmkmenu.hxx
diff --git a/framework/inc/framework/configimporter.hxx b/include/framework/configimporter.hxx
index 06b6467f6c2a..06b6467f6c2a 100644
--- a/framework/inc/framework/configimporter.hxx
+++ b/include/framework/configimporter.hxx
diff --git a/framework/inc/framework/documentundoguard.hxx b/include/framework/documentundoguard.hxx
index 1954a72b5c67..1954a72b5c67 100644
--- a/framework/inc/framework/documentundoguard.hxx
+++ b/include/framework/documentundoguard.hxx
diff --git a/framework/inc/framework/eventsconfiguration.hxx b/include/framework/eventsconfiguration.hxx
index 29694b7fb539..29694b7fb539 100644
--- a/framework/inc/framework/eventsconfiguration.hxx
+++ b/include/framework/eventsconfiguration.hxx
diff --git a/framework/inc/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx
index 951474c3934d..951474c3934d 100644
--- a/framework/inc/framework/framelistanalyzer.hxx
+++ b/include/framework/framelistanalyzer.hxx
diff --git a/framework/inc/framework/fwedllapi.h b/include/framework/fwedllapi.h
index 14201508768a..14201508768a 100644
--- a/framework/inc/framework/fwedllapi.h
+++ b/include/framework/fwedllapi.h
diff --git a/framework/inc/framework/iguard.hxx b/include/framework/iguard.hxx
index a522d6225e43..a522d6225e43 100644
--- a/framework/inc/framework/iguard.hxx
+++ b/include/framework/iguard.hxx
diff --git a/framework/inc/framework/imageproducer.hxx b/include/framework/imageproducer.hxx
index 0d9398f7b2a3..0d9398f7b2a3 100644
--- a/framework/inc/framework/imageproducer.hxx
+++ b/include/framework/imageproducer.hxx
diff --git a/framework/inc/framework/imutex.hxx b/include/framework/imutex.hxx
index f576297e0d14..f576297e0d14 100644
--- a/framework/inc/framework/imutex.hxx
+++ b/include/framework/imutex.hxx
diff --git a/framework/inc/framework/interaction.hxx b/include/framework/interaction.hxx
index 1cd56bbd36d9..1cd56bbd36d9 100644
--- a/framework/inc/framework/interaction.hxx
+++ b/include/framework/interaction.hxx
diff --git a/framework/inc/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx
index 1ccd6ba0d167..1ccd6ba0d167 100644
--- a/framework/inc/framework/menuconfiguration.hxx
+++ b/include/framework/menuconfiguration.hxx
diff --git a/framework/inc/framework/menuextensionsupplier.hxx b/include/framework/menuextensionsupplier.hxx
index 6d3a6761e38e..6d3a6761e38e 100644
--- a/framework/inc/framework/menuextensionsupplier.hxx
+++ b/include/framework/menuextensionsupplier.hxx
diff --git a/framework/inc/framework/preventduplicateinteraction.hxx b/include/framework/preventduplicateinteraction.hxx
index 5be9d52f62cf..5be9d52f62cf 100644
--- a/framework/inc/framework/preventduplicateinteraction.hxx
+++ b/include/framework/preventduplicateinteraction.hxx
diff --git a/framework/inc/framework/sfxhelperfunctions.hxx b/include/framework/sfxhelperfunctions.hxx
index ce2b604f5e5e..ce2b604f5e5e 100644
--- a/framework/inc/framework/sfxhelperfunctions.hxx
+++ b/include/framework/sfxhelperfunctions.hxx
diff --git a/framework/inc/framework/statusbarconfiguration.hxx b/include/framework/statusbarconfiguration.hxx
index e71a89fe0ca4..e71a89fe0ca4 100644
--- a/framework/inc/framework/statusbarconfiguration.hxx
+++ b/include/framework/statusbarconfiguration.hxx
diff --git a/framework/inc/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index c4cdc31a6329..c4cdc31a6329 100644
--- a/framework/inc/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
diff --git a/framework/inc/framework/toolboxconfiguration.hxx b/include/framework/toolboxconfiguration.hxx
index a296231a07ea..a296231a07ea 100644
--- a/framework/inc/framework/toolboxconfiguration.hxx
+++ b/include/framework/toolboxconfiguration.hxx
diff --git a/framework/inc/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx
index ae91db981553..ae91db981553 100644
--- a/framework/inc/framework/undomanagerhelper.hxx
+++ b/include/framework/undomanagerhelper.hxx
diff --git a/i18nlangtag/inc/i18nlangtag/i18nlangtagdllapi.h b/include/i18nlangtag/i18nlangtagdllapi.h
index ba9af35c08fe..ba9af35c08fe 100644
--- a/i18nlangtag/inc/i18nlangtag/i18nlangtagdllapi.h
+++ b/include/i18nlangtag/i18nlangtagdllapi.h
diff --git a/i18nlangtag/inc/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index d4f5ca7a61b3..d4f5ca7a61b3 100644
--- a/i18nlangtag/inc/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
diff --git a/i18nlangtag/inc/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index e5ba011ab2ba..e5ba011ab2ba 100644
--- a/i18nlangtag/inc/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
diff --git a/i18nlangtag/inc/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx
index 8148d1760de0..8148d1760de0 100644
--- a/i18nlangtag/inc/i18nlangtag/mslangid.hxx
+++ b/include/i18nlangtag/mslangid.hxx
diff --git a/i18nutil/inc/i18nutil/casefolding.hxx b/include/i18nutil/casefolding.hxx
index a0867d1e687c..a0867d1e687c 100644
--- a/i18nutil/inc/i18nutil/casefolding.hxx
+++ b/include/i18nutil/casefolding.hxx
diff --git a/i18nutil/inc/i18nutil/i18nutildllapi.h b/include/i18nutil/i18nutildllapi.h
index b208b51e9ee0..b208b51e9ee0 100644
--- a/i18nutil/inc/i18nutil/i18nutildllapi.h
+++ b/include/i18nutil/i18nutildllapi.h
diff --git a/i18nutil/inc/i18nutil/oneToOneMapping.hxx b/include/i18nutil/oneToOneMapping.hxx
index 533e4ad52c59..533e4ad52c59 100644
--- a/i18nutil/inc/i18nutil/oneToOneMapping.hxx
+++ b/include/i18nutil/oneToOneMapping.hxx
diff --git a/i18nutil/inc/i18nutil/paper.hxx b/include/i18nutil/paper.hxx
index 8847b294fbdb..8847b294fbdb 100644
--- a/i18nutil/inc/i18nutil/paper.hxx
+++ b/include/i18nutil/paper.hxx
diff --git a/i18nutil/inc/i18nutil/scripttypedetector.hxx b/include/i18nutil/scripttypedetector.hxx
index cf3b9b71e11b..cf3b9b71e11b 100644
--- a/i18nutil/inc/i18nutil/scripttypedetector.hxx
+++ b/include/i18nutil/scripttypedetector.hxx
diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx
index 7da0f5329803..7da0f5329803 100644
--- a/i18nutil/inc/i18nutil/unicode.hxx
+++ b/include/i18nutil/unicode.hxx
diff --git a/i18nutil/inc/i18nutil/widthfolding.hxx b/include/i18nutil/widthfolding.hxx
index 481239deca88..481239deca88 100644
--- a/i18nutil/inc/i18nutil/widthfolding.hxx
+++ b/include/i18nutil/widthfolding.hxx
diff --git a/jvmaccess/inc/jvmaccess/classpath.hxx b/include/jvmaccess/classpath.hxx
index 1cc8d83ab348..1cc8d83ab348 100644
--- a/jvmaccess/inc/jvmaccess/classpath.hxx
+++ b/include/jvmaccess/classpath.hxx
diff --git a/jvmaccess/inc/jvmaccess/jvmaccessdllapi.h b/include/jvmaccess/jvmaccessdllapi.h
index 0f6651b5dbf8..0f6651b5dbf8 100644
--- a/jvmaccess/inc/jvmaccess/jvmaccessdllapi.h
+++ b/include/jvmaccess/jvmaccessdllapi.h
diff --git a/jvmaccess/inc/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx
index 4d618d14d863..4d618d14d863 100644
--- a/jvmaccess/inc/jvmaccess/unovirtualmachine.hxx
+++ b/include/jvmaccess/unovirtualmachine.hxx
diff --git a/jvmaccess/inc/jvmaccess/virtualmachine.hxx b/include/jvmaccess/virtualmachine.hxx
index 57ac5ead39f4..57ac5ead39f4 100644
--- a/jvmaccess/inc/jvmaccess/virtualmachine.hxx
+++ b/include/jvmaccess/virtualmachine.hxx
diff --git a/jvmfwk/inc/jvmfwk/framework.h b/include/jvmfwk/framework.h
index f1399e0b88f1..f1399e0b88f1 100644
--- a/jvmfwk/inc/jvmfwk/framework.h
+++ b/include/jvmfwk/framework.h
diff --git a/jvmfwk/inc/jvmfwk/jvmfwkdllapi.h b/include/jvmfwk/jvmfwkdllapi.h
index 52c8273b5954..52c8273b5954 100644
--- a/jvmfwk/inc/jvmfwk/jvmfwkdllapi.h
+++ b/include/jvmfwk/jvmfwkdllapi.h
diff --git a/jvmfwk/inc/jvmfwk/jvmfwkplugindllapi.h b/include/jvmfwk/jvmfwkplugindllapi.h
index d96016e261bb..d96016e261bb 100644
--- a/jvmfwk/inc/jvmfwk/jvmfwkplugindllapi.h
+++ b/include/jvmfwk/jvmfwkplugindllapi.h
diff --git a/jvmfwk/inc/jvmfwk/vendorplugin.h b/include/jvmfwk/vendorplugin.h
index 5ca5e10009ba..5ca5e10009ba 100644
--- a/jvmfwk/inc/jvmfwk/vendorplugin.h
+++ b/include/jvmfwk/vendorplugin.h
diff --git a/linguistic/inc/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx
index 9dec2d6dc15e..9dec2d6dc15e 100644
--- a/linguistic/inc/linguistic/hyphdta.hxx
+++ b/include/linguistic/hyphdta.hxx
diff --git a/linguistic/inc/linguistic/lngdllapi.h b/include/linguistic/lngdllapi.h
index 0da35fe7e123..0da35fe7e123 100644
--- a/linguistic/inc/linguistic/lngdllapi.h
+++ b/include/linguistic/lngdllapi.h
diff --git a/linguistic/inc/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx
index 3995d87cc1e4..3995d87cc1e4 100644
--- a/linguistic/inc/linguistic/lngprophelp.hxx
+++ b/include/linguistic/lngprophelp.hxx
diff --git a/linguistic/inc/linguistic/lngprops.hxx b/include/linguistic/lngprops.hxx
index 2f8339f9b0b8..2f8339f9b0b8 100644
--- a/linguistic/inc/linguistic/lngprops.hxx
+++ b/include/linguistic/lngprops.hxx
diff --git a/linguistic/inc/linguistic/misc.hxx b/include/linguistic/misc.hxx
index c15d2fc70dab..c15d2fc70dab 100644
--- a/linguistic/inc/linguistic/misc.hxx
+++ b/include/linguistic/misc.hxx
diff --git a/linguistic/inc/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx
index 92f9cd680c77..92f9cd680c77 100644
--- a/linguistic/inc/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
diff --git a/o3tl/inc/o3tl/compat_functional.hxx b/include/o3tl/compat_functional.hxx
index 00ae33cb23bb..00ae33cb23bb 100644
--- a/o3tl/inc/o3tl/compat_functional.hxx
+++ b/include/o3tl/compat_functional.hxx
diff --git a/o3tl/inc/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx
index b54f99d0f190..b54f99d0f190 100644
--- a/o3tl/inc/o3tl/cow_wrapper.hxx
+++ b/include/o3tl/cow_wrapper.hxx
diff --git a/o3tl/inc/o3tl/heap_ptr.hxx b/include/o3tl/heap_ptr.hxx
index 713aa21c41b8..713aa21c41b8 100644
--- a/o3tl/inc/o3tl/heap_ptr.hxx
+++ b/include/o3tl/heap_ptr.hxx
diff --git a/o3tl/inc/o3tl/lazy_update.hxx b/include/o3tl/lazy_update.hxx
index b05bda37ba40..b05bda37ba40 100644
--- a/o3tl/inc/o3tl/lazy_update.hxx
+++ b/include/o3tl/lazy_update.hxx
diff --git a/o3tl/inc/o3tl/range.hxx b/include/o3tl/range.hxx
index a5ebacb4c6b8..a5ebacb4c6b8 100644
--- a/o3tl/inc/o3tl/range.hxx
+++ b/include/o3tl/range.hxx
diff --git a/o3tl/inc/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index 776fd5605e6f..776fd5605e6f 100644
--- a/o3tl/inc/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
diff --git a/o3tl/inc/o3tl/vector_pool.hxx b/include/o3tl/vector_pool.hxx
index b132289af3ab..b132289af3ab 100644
--- a/o3tl/inc/o3tl/vector_pool.hxx
+++ b/include/o3tl/vector_pool.hxx
diff --git a/oox/inc/oox/core/binarycodec.hxx b/include/oox/core/binarycodec.hxx
index 64b06d4244ef..64b06d4244ef 100644
--- a/oox/inc/oox/core/binarycodec.hxx
+++ b/include/oox/core/binarycodec.hxx
diff --git a/oox/inc/oox/core/contexthandler.hxx b/include/oox/core/contexthandler.hxx
index f11dc1d6260a..f11dc1d6260a 100644
--- a/oox/inc/oox/core/contexthandler.hxx
+++ b/include/oox/core/contexthandler.hxx
diff --git a/oox/inc/oox/core/contexthandler2.hxx b/include/oox/core/contexthandler2.hxx
index f1a0c7db38b2..f1a0c7db38b2 100644
--- a/oox/inc/oox/core/contexthandler2.hxx
+++ b/include/oox/core/contexthandler2.hxx
diff --git a/oox/inc/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx
index 40b5e763998f..40b5e763998f 100644
--- a/oox/inc/oox/core/fastparser.hxx
+++ b/include/oox/core/fastparser.hxx
diff --git a/oox/inc/oox/core/fasttokenhandler.hxx b/include/oox/core/fasttokenhandler.hxx
index 05c7063d3925..05c7063d3925 100644
--- a/oox/inc/oox/core/fasttokenhandler.hxx
+++ b/include/oox/core/fasttokenhandler.hxx
diff --git a/oox/inc/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx
index 6f4fc40499c7..6f4fc40499c7 100644
--- a/oox/inc/oox/core/filterbase.hxx
+++ b/include/oox/core/filterbase.hxx
diff --git a/oox/inc/oox/core/filterdetect.hxx b/include/oox/core/filterdetect.hxx
index cd9573b0f0bd..cd9573b0f0bd 100644
--- a/oox/inc/oox/core/filterdetect.hxx
+++ b/include/oox/core/filterdetect.hxx
diff --git a/oox/inc/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx
index 236e212e6e32..236e212e6e32 100644
--- a/oox/inc/oox/core/fragmenthandler.hxx
+++ b/include/oox/core/fragmenthandler.hxx
diff --git a/oox/inc/oox/core/fragmenthandler2.hxx b/include/oox/core/fragmenthandler2.hxx
index 21ad03619fd1..21ad03619fd1 100644
--- a/oox/inc/oox/core/fragmenthandler2.hxx
+++ b/include/oox/core/fragmenthandler2.hxx
diff --git a/oox/inc/oox/core/recordparser.hxx b/include/oox/core/recordparser.hxx
index 9e417c03d01a..9e417c03d01a 100644
--- a/oox/inc/oox/core/recordparser.hxx
+++ b/include/oox/core/recordparser.hxx
diff --git a/oox/inc/oox/core/relations.hxx b/include/oox/core/relations.hxx
index b78d0d3056eb..b78d0d3056eb 100644
--- a/oox/inc/oox/core/relations.hxx
+++ b/include/oox/core/relations.hxx
diff --git a/oox/inc/oox/core/relationshandler.hxx b/include/oox/core/relationshandler.hxx
index d42e5d1ad8b7..d42e5d1ad8b7 100644
--- a/oox/inc/oox/core/relationshandler.hxx
+++ b/include/oox/core/relationshandler.hxx
diff --git a/oox/inc/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index 4b5c1e093657..4b5c1e093657 100644
--- a/oox/inc/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
diff --git a/oox/inc/oox/dllapi.h b/include/oox/dllapi.h
index 6026aef0ae58..6026aef0ae58 100644
--- a/oox/inc/oox/dllapi.h
+++ b/include/oox/dllapi.h
diff --git a/oox/inc/oox/drawingml/chart/axiscontext.hxx b/include/oox/drawingml/chart/axiscontext.hxx
index d22a53f23227..d22a53f23227 100644
--- a/oox/inc/oox/drawingml/chart/axiscontext.hxx
+++ b/include/oox/drawingml/chart/axiscontext.hxx
diff --git a/oox/inc/oox/drawingml/chart/axisconverter.hxx b/include/oox/drawingml/chart/axisconverter.hxx
index fac1d67c8997..fac1d67c8997 100644
--- a/oox/inc/oox/drawingml/chart/axisconverter.hxx
+++ b/include/oox/drawingml/chart/axisconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/axismodel.hxx b/include/oox/drawingml/chart/axismodel.hxx
index 30ceae499b0a..30ceae499b0a 100644
--- a/oox/inc/oox/drawingml/chart/axismodel.hxx
+++ b/include/oox/drawingml/chart/axismodel.hxx
diff --git a/oox/inc/oox/drawingml/chart/chartcontextbase.hxx b/include/oox/drawingml/chart/chartcontextbase.hxx
index 218e7bf4406e..218e7bf4406e 100644
--- a/oox/inc/oox/drawingml/chart/chartcontextbase.hxx
+++ b/include/oox/drawingml/chart/chartcontextbase.hxx
diff --git a/oox/inc/oox/drawingml/chart/chartconverter.hxx b/include/oox/drawingml/chart/chartconverter.hxx
index bbc7e0fafd28..bbc7e0fafd28 100644
--- a/oox/inc/oox/drawingml/chart/chartconverter.hxx
+++ b/include/oox/drawingml/chart/chartconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/chartdrawingfragment.hxx b/include/oox/drawingml/chart/chartdrawingfragment.hxx
index 43d27f586514..43d27f586514 100644
--- a/oox/inc/oox/drawingml/chart/chartdrawingfragment.hxx
+++ b/include/oox/drawingml/chart/chartdrawingfragment.hxx
diff --git a/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx b/include/oox/drawingml/chart/chartspaceconverter.hxx
index 2bdeb013b1b3..2bdeb013b1b3 100644
--- a/oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
+++ b/include/oox/drawingml/chart/chartspaceconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/chartspacefragment.hxx b/include/oox/drawingml/chart/chartspacefragment.hxx
index c9b1e0c6b776..c9b1e0c6b776 100644
--- a/oox/inc/oox/drawingml/chart/chartspacefragment.hxx
+++ b/include/oox/drawingml/chart/chartspacefragment.hxx
diff --git a/oox/inc/oox/drawingml/chart/chartspacemodel.hxx b/include/oox/drawingml/chart/chartspacemodel.hxx
index b3d3405c4670..b3d3405c4670 100644
--- a/oox/inc/oox/drawingml/chart/chartspacemodel.hxx
+++ b/include/oox/drawingml/chart/chartspacemodel.hxx
diff --git a/oox/inc/oox/drawingml/chart/converterbase.hxx b/include/oox/drawingml/chart/converterbase.hxx
index 21a03441e803..21a03441e803 100644
--- a/oox/inc/oox/drawingml/chart/converterbase.hxx
+++ b/include/oox/drawingml/chart/converterbase.hxx
diff --git a/oox/inc/oox/drawingml/chart/datasourcecontext.hxx b/include/oox/drawingml/chart/datasourcecontext.hxx
index 163b99c868e4..163b99c868e4 100644
--- a/oox/inc/oox/drawingml/chart/datasourcecontext.hxx
+++ b/include/oox/drawingml/chart/datasourcecontext.hxx
diff --git a/oox/inc/oox/drawingml/chart/datasourceconverter.hxx b/include/oox/drawingml/chart/datasourceconverter.hxx
index e8b5649e1bef..e8b5649e1bef 100644
--- a/oox/inc/oox/drawingml/chart/datasourceconverter.hxx
+++ b/include/oox/drawingml/chart/datasourceconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/datasourcemodel.hxx b/include/oox/drawingml/chart/datasourcemodel.hxx
index d43048ef071c..d43048ef071c 100644
--- a/oox/inc/oox/drawingml/chart/datasourcemodel.hxx
+++ b/include/oox/drawingml/chart/datasourcemodel.hxx
diff --git a/oox/inc/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx
index 985221ec394b..985221ec394b 100644
--- a/oox/inc/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
diff --git a/oox/inc/oox/drawingml/chart/objectformatter.hxx b/include/oox/drawingml/chart/objectformatter.hxx
index 5b2bb727f4fd..5b2bb727f4fd 100644
--- a/oox/inc/oox/drawingml/chart/objectformatter.hxx
+++ b/include/oox/drawingml/chart/objectformatter.hxx
diff --git a/oox/inc/oox/drawingml/chart/plotareacontext.hxx b/include/oox/drawingml/chart/plotareacontext.hxx
index d9966a8d8bf4..d9966a8d8bf4 100644
--- a/oox/inc/oox/drawingml/chart/plotareacontext.hxx
+++ b/include/oox/drawingml/chart/plotareacontext.hxx
diff --git a/oox/inc/oox/drawingml/chart/plotareaconverter.hxx b/include/oox/drawingml/chart/plotareaconverter.hxx
index 6796ffbd6a1c..6796ffbd6a1c 100644
--- a/oox/inc/oox/drawingml/chart/plotareaconverter.hxx
+++ b/include/oox/drawingml/chart/plotareaconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/plotareamodel.hxx b/include/oox/drawingml/chart/plotareamodel.hxx
index 2afd6ccdd1da..2afd6ccdd1da 100644
--- a/oox/inc/oox/drawingml/chart/plotareamodel.hxx
+++ b/include/oox/drawingml/chart/plotareamodel.hxx
diff --git a/oox/inc/oox/drawingml/chart/seriescontext.hxx b/include/oox/drawingml/chart/seriescontext.hxx
index e31156dd2796..e31156dd2796 100644
--- a/oox/inc/oox/drawingml/chart/seriescontext.hxx
+++ b/include/oox/drawingml/chart/seriescontext.hxx
diff --git a/oox/inc/oox/drawingml/chart/seriesconverter.hxx b/include/oox/drawingml/chart/seriesconverter.hxx
index 073073c5bbe7..073073c5bbe7 100644
--- a/oox/inc/oox/drawingml/chart/seriesconverter.hxx
+++ b/include/oox/drawingml/chart/seriesconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/seriesmodel.hxx b/include/oox/drawingml/chart/seriesmodel.hxx
index 998065f7f8ad..998065f7f8ad 100644
--- a/oox/inc/oox/drawingml/chart/seriesmodel.hxx
+++ b/include/oox/drawingml/chart/seriesmodel.hxx
diff --git a/oox/inc/oox/drawingml/chart/titlecontext.hxx b/include/oox/drawingml/chart/titlecontext.hxx
index b00a9ed45b6d..b00a9ed45b6d 100644
--- a/oox/inc/oox/drawingml/chart/titlecontext.hxx
+++ b/include/oox/drawingml/chart/titlecontext.hxx
diff --git a/oox/inc/oox/drawingml/chart/titleconverter.hxx b/include/oox/drawingml/chart/titleconverter.hxx
index ad3694568efe..ad3694568efe 100644
--- a/oox/inc/oox/drawingml/chart/titleconverter.hxx
+++ b/include/oox/drawingml/chart/titleconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/titlemodel.hxx b/include/oox/drawingml/chart/titlemodel.hxx
index f365d0b6ec89..f365d0b6ec89 100644
--- a/oox/inc/oox/drawingml/chart/titlemodel.hxx
+++ b/include/oox/drawingml/chart/titlemodel.hxx
diff --git a/oox/inc/oox/drawingml/chart/typegroupcontext.hxx b/include/oox/drawingml/chart/typegroupcontext.hxx
index 52667817ff0d..52667817ff0d 100644
--- a/oox/inc/oox/drawingml/chart/typegroupcontext.hxx
+++ b/include/oox/drawingml/chart/typegroupcontext.hxx
diff --git a/oox/inc/oox/drawingml/chart/typegroupconverter.hxx b/include/oox/drawingml/chart/typegroupconverter.hxx
index dfce05065c18..dfce05065c18 100644
--- a/oox/inc/oox/drawingml/chart/typegroupconverter.hxx
+++ b/include/oox/drawingml/chart/typegroupconverter.hxx
diff --git a/oox/inc/oox/drawingml/chart/typegroupmodel.hxx b/include/oox/drawingml/chart/typegroupmodel.hxx
index 1949a3ee892e..1949a3ee892e 100644
--- a/oox/inc/oox/drawingml/chart/typegroupmodel.hxx
+++ b/include/oox/drawingml/chart/typegroupmodel.hxx
diff --git a/oox/inc/oox/drawingml/clrscheme.hxx b/include/oox/drawingml/clrscheme.hxx
index 7c4f0106cb43..7c4f0106cb43 100644
--- a/oox/inc/oox/drawingml/clrscheme.hxx
+++ b/include/oox/drawingml/clrscheme.hxx
diff --git a/oox/inc/oox/drawingml/clrschemecontext.hxx b/include/oox/drawingml/clrschemecontext.hxx
index 466b852a37cf..466b852a37cf 100644
--- a/oox/inc/oox/drawingml/clrschemecontext.hxx
+++ b/include/oox/drawingml/clrschemecontext.hxx
diff --git a/oox/inc/oox/drawingml/color.hxx b/include/oox/drawingml/color.hxx
index b58f0b8ae5b3..b58f0b8ae5b3 100644
--- a/oox/inc/oox/drawingml/color.hxx
+++ b/include/oox/drawingml/color.hxx
diff --git a/oox/inc/oox/drawingml/colorchoicecontext.hxx b/include/oox/drawingml/colorchoicecontext.hxx
index aaacfd44d5b7..aaacfd44d5b7 100644
--- a/oox/inc/oox/drawingml/colorchoicecontext.hxx
+++ b/include/oox/drawingml/colorchoicecontext.hxx
diff --git a/oox/inc/oox/drawingml/connectorshapecontext.hxx b/include/oox/drawingml/connectorshapecontext.hxx
index 48a03ae317af..48a03ae317af 100644
--- a/oox/inc/oox/drawingml/connectorshapecontext.hxx
+++ b/include/oox/drawingml/connectorshapecontext.hxx
diff --git a/oox/inc/oox/drawingml/customshapegeometry.hxx b/include/oox/drawingml/customshapegeometry.hxx
index 3920881f123a..3920881f123a 100644
--- a/oox/inc/oox/drawingml/customshapegeometry.hxx
+++ b/include/oox/drawingml/customshapegeometry.hxx
diff --git a/oox/inc/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx
index e44f20db95e2..e44f20db95e2 100644
--- a/oox/inc/oox/drawingml/customshapeproperties.hxx
+++ b/include/oox/drawingml/customshapeproperties.hxx
diff --git a/oox/inc/oox/drawingml/diagram/diagram.hxx b/include/oox/drawingml/diagram/diagram.hxx
index e37c1a44e42f..e37c1a44e42f 100644
--- a/oox/inc/oox/drawingml/diagram/diagram.hxx
+++ b/include/oox/drawingml/diagram/diagram.hxx
diff --git a/oox/inc/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx
index 5df664ee66a4..5df664ee66a4 100644
--- a/oox/inc/oox/drawingml/drawingmltypes.hxx
+++ b/include/oox/drawingml/drawingmltypes.hxx
diff --git a/oox/inc/oox/drawingml/effectproperties.hxx b/include/oox/drawingml/effectproperties.hxx
index 55c5ec34a20f..55c5ec34a20f 100644
--- a/oox/inc/oox/drawingml/effectproperties.hxx
+++ b/include/oox/drawingml/effectproperties.hxx
diff --git a/oox/inc/oox/drawingml/effectpropertiescontext.hxx b/include/oox/drawingml/effectpropertiescontext.hxx
index cd5e2eba28f5..cd5e2eba28f5 100644
--- a/oox/inc/oox/drawingml/effectpropertiescontext.hxx
+++ b/include/oox/drawingml/effectpropertiescontext.hxx
diff --git a/oox/inc/oox/drawingml/embeddedwavaudiofile.hxx b/include/oox/drawingml/embeddedwavaudiofile.hxx
index 97cebd54947b..97cebd54947b 100644
--- a/oox/inc/oox/drawingml/embeddedwavaudiofile.hxx
+++ b/include/oox/drawingml/embeddedwavaudiofile.hxx
diff --git a/oox/inc/oox/drawingml/fillproperties.hxx b/include/oox/drawingml/fillproperties.hxx
index fb9aa849e92e..fb9aa849e92e 100644
--- a/oox/inc/oox/drawingml/fillproperties.hxx
+++ b/include/oox/drawingml/fillproperties.hxx
diff --git a/oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx b/include/oox/drawingml/fillpropertiesgroupcontext.hxx
index 81d8a6e0db20..81d8a6e0db20 100644
--- a/oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx
+++ b/include/oox/drawingml/fillpropertiesgroupcontext.hxx
diff --git a/oox/inc/oox/drawingml/graphicshapecontext.hxx b/include/oox/drawingml/graphicshapecontext.hxx
index c5984d503363..c5984d503363 100644
--- a/oox/inc/oox/drawingml/graphicshapecontext.hxx
+++ b/include/oox/drawingml/graphicshapecontext.hxx
diff --git a/oox/inc/oox/drawingml/guidcontext.hxx b/include/oox/drawingml/guidcontext.hxx
index 8a60bf20ab5c..8a60bf20ab5c 100644
--- a/oox/inc/oox/drawingml/guidcontext.hxx
+++ b/include/oox/drawingml/guidcontext.hxx
diff --git a/oox/inc/oox/drawingml/lineproperties.hxx b/include/oox/drawingml/lineproperties.hxx
index 7ffdc04230a0..7ffdc04230a0 100644
--- a/oox/inc/oox/drawingml/lineproperties.hxx
+++ b/include/oox/drawingml/lineproperties.hxx
diff --git a/oox/inc/oox/drawingml/linepropertiescontext.hxx b/include/oox/drawingml/linepropertiescontext.hxx
index e0454ddb2250..e0454ddb2250 100644
--- a/oox/inc/oox/drawingml/linepropertiescontext.hxx
+++ b/include/oox/drawingml/linepropertiescontext.hxx
diff --git a/oox/inc/oox/drawingml/objectdefaultcontext.hxx b/include/oox/drawingml/objectdefaultcontext.hxx
index b8b1d5b95ede..b8b1d5b95ede 100644
--- a/oox/inc/oox/drawingml/objectdefaultcontext.hxx
+++ b/include/oox/drawingml/objectdefaultcontext.hxx
diff --git a/oox/inc/oox/drawingml/scene3dcontext.hxx b/include/oox/drawingml/scene3dcontext.hxx
index cc3341ddf310..cc3341ddf310 100644
--- a/oox/inc/oox/drawingml/scene3dcontext.hxx
+++ b/include/oox/drawingml/scene3dcontext.hxx
diff --git a/oox/inc/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index f8a58ec5340b..f8a58ec5340b 100644
--- a/oox/inc/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
diff --git a/oox/inc/oox/drawingml/shape3dproperties.hxx b/include/oox/drawingml/shape3dproperties.hxx
index d1891402757c..d1891402757c 100644
--- a/oox/inc/oox/drawingml/shape3dproperties.hxx
+++ b/include/oox/drawingml/shape3dproperties.hxx
diff --git a/oox/inc/oox/drawingml/shapecontext.hxx b/include/oox/drawingml/shapecontext.hxx
index 277ee91017ec..277ee91017ec 100644
--- a/oox/inc/oox/drawingml/shapecontext.hxx
+++ b/include/oox/drawingml/shapecontext.hxx
diff --git a/oox/inc/oox/drawingml/shapegroupcontext.hxx b/include/oox/drawingml/shapegroupcontext.hxx
index 65b86ac99567..65b86ac99567 100644
--- a/oox/inc/oox/drawingml/shapegroupcontext.hxx
+++ b/include/oox/drawingml/shapegroupcontext.hxx
diff --git a/oox/inc/oox/drawingml/shapepropertiescontext.hxx b/include/oox/drawingml/shapepropertiescontext.hxx
index 31da8a9c0f23..31da8a9c0f23 100644
--- a/oox/inc/oox/drawingml/shapepropertiescontext.hxx
+++ b/include/oox/drawingml/shapepropertiescontext.hxx
diff --git a/oox/inc/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index a5cc12f5484c..a5cc12f5484c 100644
--- a/oox/inc/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
diff --git a/oox/inc/oox/drawingml/shapestylecontext.hxx b/include/oox/drawingml/shapestylecontext.hxx
index 88338a16b59a..88338a16b59a 100644
--- a/oox/inc/oox/drawingml/shapestylecontext.hxx
+++ b/include/oox/drawingml/shapestylecontext.hxx
diff --git a/oox/inc/oox/drawingml/spdefcontext.hxx b/include/oox/drawingml/spdefcontext.hxx
index 1fa773fb57dc..1fa773fb57dc 100644
--- a/oox/inc/oox/drawingml/spdefcontext.hxx
+++ b/include/oox/drawingml/spdefcontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablebackgroundstylecontext.hxx b/include/oox/drawingml/table/tablebackgroundstylecontext.hxx
index 185987df8ad7..185987df8ad7 100644
--- a/oox/inc/oox/drawingml/table/tablebackgroundstylecontext.hxx
+++ b/include/oox/drawingml/table/tablebackgroundstylecontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablecell.hxx b/include/oox/drawingml/table/tablecell.hxx
index 9bb721f8599a..9bb721f8599a 100644
--- a/oox/inc/oox/drawingml/table/tablecell.hxx
+++ b/include/oox/drawingml/table/tablecell.hxx
diff --git a/oox/inc/oox/drawingml/table/tablecellcontext.hxx b/include/oox/drawingml/table/tablecellcontext.hxx
index a2c04bbff9a7..a2c04bbff9a7 100644
--- a/oox/inc/oox/drawingml/table/tablecellcontext.hxx
+++ b/include/oox/drawingml/table/tablecellcontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablecontext.hxx b/include/oox/drawingml/table/tablecontext.hxx
index 175f7f84cb43..175f7f84cb43 100644
--- a/oox/inc/oox/drawingml/table/tablecontext.hxx
+++ b/include/oox/drawingml/table/tablecontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablepartstylecontext.hxx b/include/oox/drawingml/table/tablepartstylecontext.hxx
index 14b38547d9f4..14b38547d9f4 100644
--- a/oox/inc/oox/drawingml/table/tablepartstylecontext.hxx
+++ b/include/oox/drawingml/table/tablepartstylecontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tableproperties.hxx b/include/oox/drawingml/table/tableproperties.hxx
index 8c584b1f8959..8c584b1f8959 100644
--- a/oox/inc/oox/drawingml/table/tableproperties.hxx
+++ b/include/oox/drawingml/table/tableproperties.hxx
diff --git a/oox/inc/oox/drawingml/table/tablerow.hxx b/include/oox/drawingml/table/tablerow.hxx
index 299ffabfd8b1..299ffabfd8b1 100644
--- a/oox/inc/oox/drawingml/table/tablerow.hxx
+++ b/include/oox/drawingml/table/tablerow.hxx
diff --git a/oox/inc/oox/drawingml/table/tablerowcontext.hxx b/include/oox/drawingml/table/tablerowcontext.hxx
index 58ab0da0cd3a..58ab0da0cd3a 100644
--- a/oox/inc/oox/drawingml/table/tablerowcontext.hxx
+++ b/include/oox/drawingml/table/tablerowcontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestyle.hxx b/include/oox/drawingml/table/tablestyle.hxx
index b31b5891a32b..b31b5891a32b 100644
--- a/oox/inc/oox/drawingml/table/tablestyle.hxx
+++ b/include/oox/drawingml/table/tablestyle.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestylecellstylecontext.hxx b/include/oox/drawingml/table/tablestylecellstylecontext.hxx
index ae0997ab6d88..ae0997ab6d88 100644
--- a/oox/inc/oox/drawingml/table/tablestylecellstylecontext.hxx
+++ b/include/oox/drawingml/table/tablestylecellstylecontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestylecontext.hxx b/include/oox/drawingml/table/tablestylecontext.hxx
index f9600d38365c..f9600d38365c 100644
--- a/oox/inc/oox/drawingml/table/tablestylecontext.hxx
+++ b/include/oox/drawingml/table/tablestylecontext.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestylelist.hxx b/include/oox/drawingml/table/tablestylelist.hxx
index 320609d064d9..320609d064d9 100644
--- a/oox/inc/oox/drawingml/table/tablestylelist.hxx
+++ b/include/oox/drawingml/table/tablestylelist.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestylelistfragmenthandler.hxx b/include/oox/drawingml/table/tablestylelistfragmenthandler.hxx
index d6ef77f8614c..d6ef77f8614c 100644
--- a/oox/inc/oox/drawingml/table/tablestylelistfragmenthandler.hxx
+++ b/include/oox/drawingml/table/tablestylelistfragmenthandler.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestylepart.hxx b/include/oox/drawingml/table/tablestylepart.hxx
index abfb21c890d9..abfb21c890d9 100644
--- a/oox/inc/oox/drawingml/table/tablestylepart.hxx
+++ b/include/oox/drawingml/table/tablestylepart.hxx
diff --git a/oox/inc/oox/drawingml/table/tablestyletextstylecontext.hxx b/include/oox/drawingml/table/tablestyletextstylecontext.hxx
index 10714743ad58..10714743ad58 100644
--- a/oox/inc/oox/drawingml/table/tablestyletextstylecontext.hxx
+++ b/include/oox/drawingml/table/tablestyletextstylecontext.hxx
diff --git a/oox/inc/oox/drawingml/textbody.hxx b/include/oox/drawingml/textbody.hxx
index 2d77cf277df6..2d77cf277df6 100644
--- a/oox/inc/oox/drawingml/textbody.hxx
+++ b/include/oox/drawingml/textbody.hxx
diff --git a/oox/inc/oox/drawingml/textbodycontext.hxx b/include/oox/drawingml/textbodycontext.hxx
index d46272e853a6..d46272e853a6 100644
--- a/oox/inc/oox/drawingml/textbodycontext.hxx
+++ b/include/oox/drawingml/textbodycontext.hxx
diff --git a/oox/inc/oox/drawingml/textbodyproperties.hxx b/include/oox/drawingml/textbodyproperties.hxx
index f8800be29659..f8800be29659 100644
--- a/oox/inc/oox/drawingml/textbodyproperties.hxx
+++ b/include/oox/drawingml/textbodyproperties.hxx
diff --git a/oox/inc/oox/drawingml/textbodypropertiescontext.hxx b/include/oox/drawingml/textbodypropertiescontext.hxx
index e907a60b94d8..e907a60b94d8 100644
--- a/oox/inc/oox/drawingml/textbodypropertiescontext.hxx
+++ b/include/oox/drawingml/textbodypropertiescontext.hxx
diff --git a/oox/inc/oox/drawingml/textcharacterproperties.hxx b/include/oox/drawingml/textcharacterproperties.hxx
index 99792fe7725d..99792fe7725d 100644
--- a/oox/inc/oox/drawingml/textcharacterproperties.hxx
+++ b/include/oox/drawingml/textcharacterproperties.hxx
diff --git a/oox/inc/oox/drawingml/textcharacterpropertiescontext.hxx b/include/oox/drawingml/textcharacterpropertiescontext.hxx
index f31e86b27ca4..f31e86b27ca4 100644
--- a/oox/inc/oox/drawingml/textcharacterpropertiescontext.hxx
+++ b/include/oox/drawingml/textcharacterpropertiescontext.hxx
diff --git a/oox/inc/oox/drawingml/textfield.hxx b/include/oox/drawingml/textfield.hxx
index df98b0302560..df98b0302560 100644
--- a/oox/inc/oox/drawingml/textfield.hxx
+++ b/include/oox/drawingml/textfield.hxx
diff --git a/oox/inc/oox/drawingml/textfieldcontext.hxx b/include/oox/drawingml/textfieldcontext.hxx
index 3a50ea93620f..3a50ea93620f 100644
--- a/oox/inc/oox/drawingml/textfieldcontext.hxx
+++ b/include/oox/drawingml/textfieldcontext.hxx
diff --git a/oox/inc/oox/drawingml/textfont.hxx b/include/oox/drawingml/textfont.hxx
index 95a7a1716a0d..95a7a1716a0d 100644
--- a/oox/inc/oox/drawingml/textfont.hxx
+++ b/include/oox/drawingml/textfont.hxx
diff --git a/oox/inc/oox/drawingml/textliststyle.hxx b/include/oox/drawingml/textliststyle.hxx
index 851c506af17e..851c506af17e 100644
--- a/oox/inc/oox/drawingml/textliststyle.hxx
+++ b/include/oox/drawingml/textliststyle.hxx
diff --git a/oox/inc/oox/drawingml/textliststylecontext.hxx b/include/oox/drawingml/textliststylecontext.hxx
index 2d480c709be5..2d480c709be5 100644
--- a/oox/inc/oox/drawingml/textliststylecontext.hxx
+++ b/include/oox/drawingml/textliststylecontext.hxx
diff --git a/oox/inc/oox/drawingml/textparagraph.hxx b/include/oox/drawingml/textparagraph.hxx
index 37c53268b001..37c53268b001 100644
--- a/oox/inc/oox/drawingml/textparagraph.hxx
+++ b/include/oox/drawingml/textparagraph.hxx
diff --git a/oox/inc/oox/drawingml/textparagraphproperties.hxx b/include/oox/drawingml/textparagraphproperties.hxx
index 1cb8215a3fc1..1cb8215a3fc1 100644
--- a/oox/inc/oox/drawingml/textparagraphproperties.hxx
+++ b/include/oox/drawingml/textparagraphproperties.hxx
diff --git a/oox/inc/oox/drawingml/textparagraphpropertiescontext.hxx b/include/oox/drawingml/textparagraphpropertiescontext.hxx
index db0f3426a680..db0f3426a680 100644
--- a/oox/inc/oox/drawingml/textparagraphpropertiescontext.hxx
+++ b/include/oox/drawingml/textparagraphpropertiescontext.hxx
diff --git a/oox/inc/oox/drawingml/textrun.hxx b/include/oox/drawingml/textrun.hxx
index 0e215bf68973..0e215bf68973 100644
--- a/oox/inc/oox/drawingml/textrun.hxx
+++ b/include/oox/drawingml/textrun.hxx
diff --git a/oox/inc/oox/drawingml/textspacing.hxx b/include/oox/drawingml/textspacing.hxx
index c85936283b4b..c85936283b4b 100644
--- a/oox/inc/oox/drawingml/textspacing.hxx
+++ b/include/oox/drawingml/textspacing.hxx
diff --git a/oox/inc/oox/drawingml/theme.hxx b/include/oox/drawingml/theme.hxx
index f167c43a4fd4..f167c43a4fd4 100644
--- a/oox/inc/oox/drawingml/theme.hxx
+++ b/include/oox/drawingml/theme.hxx
diff --git a/oox/inc/oox/drawingml/themeelementscontext.hxx b/include/oox/drawingml/themeelementscontext.hxx
index a3d36a9d8225..a3d36a9d8225 100644
--- a/oox/inc/oox/drawingml/themeelementscontext.hxx
+++ b/include/oox/drawingml/themeelementscontext.hxx
diff --git a/oox/inc/oox/drawingml/themefragmenthandler.hxx b/include/oox/drawingml/themefragmenthandler.hxx
index 61062775fa37..61062775fa37 100644
--- a/oox/inc/oox/drawingml/themefragmenthandler.hxx
+++ b/include/oox/drawingml/themefragmenthandler.hxx
diff --git a/oox/inc/oox/drawingml/transform2dcontext.hxx b/include/oox/drawingml/transform2dcontext.hxx
index 6bbbe191e77c..6bbbe191e77c 100644
--- a/oox/inc/oox/drawingml/transform2dcontext.hxx
+++ b/include/oox/drawingml/transform2dcontext.hxx
diff --git a/oox/inc/oox/dump/dffdumper.hxx b/include/oox/dump/dffdumper.hxx
index d041dcc0be66..d041dcc0be66 100644
--- a/oox/inc/oox/dump/dffdumper.hxx
+++ b/include/oox/dump/dffdumper.hxx
diff --git a/oox/inc/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx
index 043bb73ecfa8..043bb73ecfa8 100644
--- a/oox/inc/oox/dump/dumperbase.hxx
+++ b/include/oox/dump/dumperbase.hxx
diff --git a/oox/inc/oox/dump/oledumper.hxx b/include/oox/dump/oledumper.hxx
index b58500ef8f3c..b58500ef8f3c 100644
--- a/oox/inc/oox/dump/oledumper.hxx
+++ b/include/oox/dump/oledumper.hxx
diff --git a/oox/inc/oox/dump/pptxdumper.hxx b/include/oox/dump/pptxdumper.hxx
index 43f39002059b..43f39002059b 100644
--- a/oox/inc/oox/dump/pptxdumper.hxx
+++ b/include/oox/dump/pptxdumper.hxx
diff --git a/oox/inc/oox/dump/xlsbdumper.hxx b/include/oox/dump/xlsbdumper.hxx
index ffd24d4de808..ffd24d4de808 100644
--- a/oox/inc/oox/dump/xlsbdumper.hxx
+++ b/include/oox/dump/xlsbdumper.hxx
diff --git a/oox/inc/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 10fc8922dc4a..10fc8922dc4a 100644
--- a/oox/inc/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
diff --git a/oox/inc/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx
index fa13a49ea090..fa13a49ea090 100644
--- a/oox/inc/oox/export/drawingml.hxx
+++ b/include/oox/export/drawingml.hxx
diff --git a/oox/inc/oox/export/shapes.hxx b/include/oox/export/shapes.hxx
index 39b4c0d9ec72..39b4c0d9ec72 100644
--- a/oox/inc/oox/export/shapes.hxx
+++ b/include/oox/export/shapes.hxx
diff --git a/oox/inc/oox/export/utils.hxx b/include/oox/export/utils.hxx
index 04c3b3375742..04c3b3375742 100644
--- a/oox/inc/oox/export/utils.hxx
+++ b/include/oox/export/utils.hxx
diff --git a/oox/inc/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx
index 54212a65bccf..54212a65bccf 100644
--- a/oox/inc/oox/export/vmlexport.hxx
+++ b/include/oox/export/vmlexport.hxx
diff --git a/oox/inc/oox/helper/attributelist.hxx b/include/oox/helper/attributelist.hxx
index 55f41cf0a3b3..55f41cf0a3b3 100644
--- a/oox/inc/oox/helper/attributelist.hxx
+++ b/include/oox/helper/attributelist.hxx
diff --git a/oox/inc/oox/helper/binaryinputstream.hxx b/include/oox/helper/binaryinputstream.hxx
index 64d85357c2e8..64d85357c2e8 100644
--- a/oox/inc/oox/helper/binaryinputstream.hxx
+++ b/include/oox/helper/binaryinputstream.hxx
diff --git a/oox/inc/oox/helper/binaryoutputstream.hxx b/include/oox/helper/binaryoutputstream.hxx
index 0882821e9834..0882821e9834 100644
--- a/oox/inc/oox/helper/binaryoutputstream.hxx
+++ b/include/oox/helper/binaryoutputstream.hxx
diff --git a/oox/inc/oox/helper/binarystreambase.hxx b/include/oox/helper/binarystreambase.hxx
index d9ab979de019..d9ab979de019 100644
--- a/oox/inc/oox/helper/binarystreambase.hxx
+++ b/include/oox/helper/binarystreambase.hxx
diff --git a/oox/inc/oox/helper/containerhelper.hxx b/include/oox/helper/containerhelper.hxx
index f3b27f05b1e2..f3b27f05b1e2 100644
--- a/oox/inc/oox/helper/containerhelper.hxx
+++ b/include/oox/helper/containerhelper.hxx
diff --git a/oox/inc/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx
index 0681716bc84f..0681716bc84f 100644
--- a/oox/inc/oox/helper/graphichelper.hxx
+++ b/include/oox/helper/graphichelper.hxx
diff --git a/oox/inc/oox/helper/helper.hxx b/include/oox/helper/helper.hxx
index 4f8e738354d4..4f8e738354d4 100644
--- a/oox/inc/oox/helper/helper.hxx
+++ b/include/oox/helper/helper.hxx
diff --git a/oox/inc/oox/helper/modelobjecthelper.hxx b/include/oox/helper/modelobjecthelper.hxx
index 253279a4c05a..253279a4c05a 100644
--- a/oox/inc/oox/helper/modelobjecthelper.hxx
+++ b/include/oox/helper/modelobjecthelper.hxx
diff --git a/oox/inc/oox/helper/progressbar.hxx b/include/oox/helper/progressbar.hxx
index ba0bdcfbb5c9..ba0bdcfbb5c9 100644
--- a/oox/inc/oox/helper/progressbar.hxx
+++ b/include/oox/helper/progressbar.hxx
diff --git a/oox/inc/oox/helper/propertymap.hxx b/include/oox/helper/propertymap.hxx
index d03d891d93b5..d03d891d93b5 100644
--- a/oox/inc/oox/helper/propertymap.hxx
+++ b/include/oox/helper/propertymap.hxx
diff --git a/oox/inc/oox/helper/propertyset.hxx b/include/oox/helper/propertyset.hxx
index 2c97b29677fa..2c97b29677fa 100644
--- a/oox/inc/oox/helper/propertyset.hxx
+++ b/include/oox/helper/propertyset.hxx
diff --git a/oox/inc/oox/helper/refmap.hxx b/include/oox/helper/refmap.hxx
index c980039442b1..c980039442b1 100644
--- a/oox/inc/oox/helper/refmap.hxx
+++ b/include/oox/helper/refmap.hxx
diff --git a/oox/inc/oox/helper/refvector.hxx b/include/oox/helper/refvector.hxx
index c0602b571c23..c0602b571c23 100644
--- a/oox/inc/oox/helper/refvector.hxx
+++ b/include/oox/helper/refvector.hxx
diff --git a/oox/inc/oox/helper/storagebase.hxx b/include/oox/helper/storagebase.hxx
index f318f01b4768..f318f01b4768 100644
--- a/oox/inc/oox/helper/storagebase.hxx
+++ b/include/oox/helper/storagebase.hxx
diff --git a/oox/inc/oox/helper/textinputstream.hxx b/include/oox/helper/textinputstream.hxx
index 16a2d5145e9d..16a2d5145e9d 100644
--- a/oox/inc/oox/helper/textinputstream.hxx
+++ b/include/oox/helper/textinputstream.hxx
diff --git a/oox/inc/oox/helper/zipstorage.hxx b/include/oox/helper/zipstorage.hxx
index e46df41387d7..e46df41387d7 100644
--- a/oox/inc/oox/helper/zipstorage.hxx
+++ b/include/oox/helper/zipstorage.hxx
diff --git a/oox/inc/oox/mathml/export.hxx b/include/oox/mathml/export.hxx
index 3a0f3788a77f..3a0f3788a77f 100644
--- a/oox/inc/oox/mathml/export.hxx
+++ b/include/oox/mathml/export.hxx
diff --git a/oox/inc/oox/mathml/import.hxx b/include/oox/mathml/import.hxx
index fe436d41a047..fe436d41a047 100644
--- a/oox/inc/oox/mathml/import.hxx
+++ b/include/oox/mathml/import.hxx
diff --git a/oox/inc/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx
index c3c16482164f..c3c16482164f 100644
--- a/oox/inc/oox/mathml/importutils.hxx
+++ b/include/oox/mathml/importutils.hxx
diff --git a/oox/inc/oox/ole/axbinaryreader.hxx b/include/oox/ole/axbinaryreader.hxx
index b6a937d14c4c..b6a937d14c4c 100644
--- a/oox/inc/oox/ole/axbinaryreader.hxx
+++ b/include/oox/ole/axbinaryreader.hxx
diff --git a/oox/inc/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx
index eb4aec532d1f..eb4aec532d1f 100644
--- a/oox/inc/oox/ole/axbinarywriter.hxx
+++ b/include/oox/ole/axbinarywriter.hxx
diff --git a/oox/inc/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 84e3a3ecbcdd..84e3a3ecbcdd 100644
--- a/oox/inc/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
diff --git a/oox/inc/oox/ole/axcontrolfragment.hxx b/include/oox/ole/axcontrolfragment.hxx
index 653f23c30479..653f23c30479 100644
--- a/oox/inc/oox/ole/axcontrolfragment.hxx
+++ b/include/oox/ole/axcontrolfragment.hxx
diff --git a/oox/inc/oox/ole/axfontdata.hxx b/include/oox/ole/axfontdata.hxx
index 9dbec1786261..9dbec1786261 100644
--- a/oox/inc/oox/ole/axfontdata.hxx
+++ b/include/oox/ole/axfontdata.hxx
diff --git a/oox/inc/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx
index e75a0cd07588..e75a0cd07588 100644
--- a/oox/inc/oox/ole/olehelper.hxx
+++ b/include/oox/ole/olehelper.hxx
diff --git a/oox/inc/oox/ole/oleobjecthelper.hxx b/include/oox/ole/oleobjecthelper.hxx
index 9d97a8d95f71..9d97a8d95f71 100644
--- a/oox/inc/oox/ole/oleobjecthelper.hxx
+++ b/include/oox/ole/oleobjecthelper.hxx
diff --git a/oox/inc/oox/ole/olestorage.hxx b/include/oox/ole/olestorage.hxx
index 1b48eab8213d..1b48eab8213d 100644
--- a/oox/inc/oox/ole/olestorage.hxx
+++ b/include/oox/ole/olestorage.hxx
diff --git a/oox/inc/oox/ole/vbacontrol.hxx b/include/oox/ole/vbacontrol.hxx
index 0de80153baed..0de80153baed 100644
--- a/oox/inc/oox/ole/vbacontrol.hxx
+++ b/include/oox/ole/vbacontrol.hxx
diff --git a/oox/inc/oox/ole/vbahelper.hxx b/include/oox/ole/vbahelper.hxx
index a8faee21ff6e..a8faee21ff6e 100644
--- a/oox/inc/oox/ole/vbahelper.hxx
+++ b/include/oox/ole/vbahelper.hxx
diff --git a/oox/inc/oox/ole/vbainputstream.hxx b/include/oox/ole/vbainputstream.hxx
index 7e0cd4986bd7..7e0cd4986bd7 100644
--- a/oox/inc/oox/ole/vbainputstream.hxx
+++ b/include/oox/ole/vbainputstream.hxx
diff --git a/oox/inc/oox/ole/vbamodule.hxx b/include/oox/ole/vbamodule.hxx
index 70dcd3913b9a..70dcd3913b9a 100644
--- a/oox/inc/oox/ole/vbamodule.hxx
+++ b/include/oox/ole/vbamodule.hxx
diff --git a/oox/inc/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index f742138756b5..f742138756b5 100644
--- a/oox/inc/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
diff --git a/oox/inc/oox/ppt/animationspersist.hxx b/include/oox/ppt/animationspersist.hxx
index ba63991def2a..ba63991def2a 100644
--- a/oox/inc/oox/ppt/animationspersist.hxx
+++ b/include/oox/ppt/animationspersist.hxx
diff --git a/oox/inc/oox/ppt/backgroundproperties.hxx b/include/oox/ppt/backgroundproperties.hxx
index 05926d44b796..05926d44b796 100644
--- a/oox/inc/oox/ppt/backgroundproperties.hxx
+++ b/include/oox/ppt/backgroundproperties.hxx
diff --git a/oox/inc/oox/ppt/comments.hxx b/include/oox/ppt/comments.hxx
index 1095cd0223db..1095cd0223db 100644
--- a/oox/inc/oox/ppt/comments.hxx
+++ b/include/oox/ppt/comments.hxx
diff --git a/oox/inc/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx
index ed913c8bbe2c..ed913c8bbe2c 100644
--- a/oox/inc/oox/ppt/customshowlistcontext.hxx
+++ b/include/oox/ppt/customshowlistcontext.hxx
diff --git a/oox/inc/oox/ppt/dgmimport.hxx b/include/oox/ppt/dgmimport.hxx
index f369c5e526b8..f369c5e526b8 100644
--- a/oox/inc/oox/ppt/dgmimport.hxx
+++ b/include/oox/ppt/dgmimport.hxx
diff --git a/oox/inc/oox/ppt/dgmlayout.hxx b/include/oox/ppt/dgmlayout.hxx
index bf964fe5d310..bf964fe5d310 100644
--- a/oox/inc/oox/ppt/dgmlayout.hxx
+++ b/include/oox/ppt/dgmlayout.hxx
diff --git a/oox/inc/oox/ppt/headerfooter.hxx b/include/oox/ppt/headerfooter.hxx
index 4d0a3cb65f1d..4d0a3cb65f1d 100644
--- a/oox/inc/oox/ppt/headerfooter.hxx
+++ b/include/oox/ppt/headerfooter.hxx
diff --git a/oox/inc/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx
index 80983182b73d..80983182b73d 100644
--- a/oox/inc/oox/ppt/layoutfragmenthandler.hxx
+++ b/include/oox/ppt/layoutfragmenthandler.hxx
diff --git a/oox/inc/oox/ppt/pptgraphicshapecontext.hxx b/include/oox/ppt/pptgraphicshapecontext.hxx
index 180098a67166..180098a67166 100644
--- a/oox/inc/oox/ppt/pptgraphicshapecontext.hxx
+++ b/include/oox/ppt/pptgraphicshapecontext.hxx
diff --git a/oox/inc/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx
index 035ea8cdc5c1..035ea8cdc5c1 100644
--- a/oox/inc/oox/ppt/pptimport.hxx
+++ b/include/oox/ppt/pptimport.hxx
diff --git a/oox/inc/oox/ppt/pptshape.hxx b/include/oox/ppt/pptshape.hxx
index aa485adf9347..aa485adf9347 100644
--- a/oox/inc/oox/ppt/pptshape.hxx
+++ b/include/oox/ppt/pptshape.hxx
diff --git a/oox/inc/oox/ppt/pptshapecontext.hxx b/include/oox/ppt/pptshapecontext.hxx
index 59e46b3d54b5..59e46b3d54b5 100644
--- a/oox/inc/oox/ppt/pptshapecontext.hxx
+++ b/include/oox/ppt/pptshapecontext.hxx
diff --git a/oox/inc/oox/ppt/pptshapegroupcontext.hxx b/include/oox/ppt/pptshapegroupcontext.hxx
index c7e60c76e823..c7e60c76e823 100644
--- a/oox/inc/oox/ppt/pptshapegroupcontext.hxx
+++ b/include/oox/ppt/pptshapegroupcontext.hxx
diff --git a/oox/inc/oox/ppt/pptshapepropertiescontext.hxx b/include/oox/ppt/pptshapepropertiescontext.hxx
index f979c6efd3db..f979c6efd3db 100644
--- a/oox/inc/oox/ppt/pptshapepropertiescontext.hxx
+++ b/include/oox/ppt/pptshapepropertiescontext.hxx
diff --git a/oox/inc/oox/ppt/presentationfragmenthandler.hxx b/include/oox/ppt/presentationfragmenthandler.hxx
index ae26cb233e8c..ae26cb233e8c 100644
--- a/oox/inc/oox/ppt/presentationfragmenthandler.hxx
+++ b/include/oox/ppt/presentationfragmenthandler.hxx
diff --git a/oox/inc/oox/ppt/slidefragmenthandler.hxx b/include/oox/ppt/slidefragmenthandler.hxx
index 045f6ff1ccda..045f6ff1ccda 100644
--- a/oox/inc/oox/ppt/slidefragmenthandler.hxx
+++ b/include/oox/ppt/slidefragmenthandler.hxx
diff --git a/oox/inc/oox/ppt/slidemastertextstylescontext.hxx b/include/oox/ppt/slidemastertextstylescontext.hxx
index c1e9c1478ec6..c1e9c1478ec6 100644
--- a/oox/inc/oox/ppt/slidemastertextstylescontext.hxx
+++ b/include/oox/ppt/slidemastertextstylescontext.hxx
diff --git a/oox/inc/oox/ppt/slidepersist.hxx b/include/oox/ppt/slidepersist.hxx
index 6f58d81813c3..6f58d81813c3 100644
--- a/oox/inc/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
diff --git a/oox/inc/oox/ppt/slidetimingcontext.hxx b/include/oox/ppt/slidetimingcontext.hxx
index a50e8be60fd3..a50e8be60fd3 100644
--- a/oox/inc/oox/ppt/slidetimingcontext.hxx
+++ b/include/oox/ppt/slidetimingcontext.hxx
diff --git a/oox/inc/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx
index 01f701d63dfe..01f701d63dfe 100644
--- a/oox/inc/oox/ppt/slidetransition.hxx
+++ b/include/oox/ppt/slidetransition.hxx
diff --git a/oox/inc/oox/ppt/slidetransitioncontext.hxx b/include/oox/ppt/slidetransitioncontext.hxx
index 077d5a8f5813..077d5a8f5813 100644
--- a/oox/inc/oox/ppt/slidetransitioncontext.hxx
+++ b/include/oox/ppt/slidetransitioncontext.hxx
diff --git a/oox/inc/oox/ppt/soundactioncontext.hxx b/include/oox/ppt/soundactioncontext.hxx
index d1f1040c75ba..d1f1040c75ba 100644
--- a/oox/inc/oox/ppt/soundactioncontext.hxx
+++ b/include/oox/ppt/soundactioncontext.hxx
diff --git a/oox/inc/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx
index 769cc0e03943..769cc0e03943 100644
--- a/oox/inc/oox/ppt/timenode.hxx
+++ b/include/oox/ppt/timenode.hxx
diff --git a/oox/inc/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx
index baacbc94add4..baacbc94add4 100644
--- a/oox/inc/oox/ppt/timenodelistcontext.hxx
+++ b/include/oox/ppt/timenodelistcontext.hxx
diff --git a/oox/inc/oox/token/namespacemap.hxx b/include/oox/token/namespacemap.hxx
index 78eeaa93cc40..78eeaa93cc40 100644
--- a/oox/inc/oox/token/namespacemap.hxx
+++ b/include/oox/token/namespacemap.hxx
diff --git a/oox/inc/oox/token/propertynames.hxx b/include/oox/token/propertynames.hxx
index 931eaed0172b..931eaed0172b 100644
--- a/oox/inc/oox/token/propertynames.hxx
+++ b/include/oox/token/propertynames.hxx
diff --git a/oox/inc/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx
index 84dc70d03fac..84dc70d03fac 100644
--- a/oox/inc/oox/token/tokenmap.hxx
+++ b/include/oox/token/tokenmap.hxx
diff --git a/oox/inc/oox/vml/vmldrawing.hxx b/include/oox/vml/vmldrawing.hxx
index ad7790962366..ad7790962366 100644
--- a/oox/inc/oox/vml/vmldrawing.hxx
+++ b/include/oox/vml/vmldrawing.hxx
diff --git a/oox/inc/oox/vml/vmldrawingfragment.hxx b/include/oox/vml/vmldrawingfragment.hxx
index f0947998a092..f0947998a092 100644
--- a/oox/inc/oox/vml/vmldrawingfragment.hxx
+++ b/include/oox/vml/vmldrawingfragment.hxx
diff --git a/oox/inc/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index 79fa38009e4d..79fa38009e4d 100644
--- a/oox/inc/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
diff --git a/oox/inc/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx
index 7c8e13160722..7c8e13160722 100644
--- a/oox/inc/oox/vml/vmlinputstream.hxx
+++ b/include/oox/vml/vmlinputstream.hxx
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index 7b6a4a9376c7..7b6a4a9376c7 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
diff --git a/oox/inc/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx
index 5e6a2c2a9d75..5e6a2c2a9d75 100644
--- a/oox/inc/oox/vml/vmlshapecontainer.hxx
+++ b/include/oox/vml/vmlshapecontainer.hxx
diff --git a/oox/inc/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx
index 803674088e37..803674088e37 100644
--- a/oox/inc/oox/vml/vmlshapecontext.hxx
+++ b/include/oox/vml/vmlshapecontext.hxx
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/include/oox/vml/vmltextbox.hxx
index 4975e6bb26b6..4975e6bb26b6 100644
--- a/oox/inc/oox/vml/vmltextbox.hxx
+++ b/include/oox/vml/vmltextbox.hxx
diff --git a/oox/inc/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index 47d71ac41b41..47d71ac41b41 100644
--- a/oox/inc/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
diff --git a/package/inc/package/Deflater.hxx b/include/package/Deflater.hxx
index 7531e3a1ac66..7531e3a1ac66 100644
--- a/package/inc/package/Deflater.hxx
+++ b/include/package/Deflater.hxx
diff --git a/package/inc/package/Inflater.hxx b/include/package/Inflater.hxx
index 284451750e43..284451750e43 100644
--- a/package/inc/package/Inflater.hxx
+++ b/include/package/Inflater.hxx
diff --git a/package/inc/package/packagedllapi.hxx b/include/package/packagedllapi.hxx
index 72a3dab60f07..72a3dab60f07 100644
--- a/package/inc/package/packagedllapi.hxx
+++ b/include/package/packagedllapi.hxx
diff --git a/registry/inc/registry/reader.h b/include/registry/reader.h
index 263215a92722..263215a92722 100644
--- a/registry/inc/registry/reader.h
+++ b/include/registry/reader.h
diff --git a/registry/inc/registry/reader.hxx b/include/registry/reader.hxx
index a867f3b1185a..a867f3b1185a 100644
--- a/registry/inc/registry/reader.hxx
+++ b/include/registry/reader.hxx
diff --git a/registry/inc/registry/reflread.hxx b/include/registry/reflread.hxx
index 541692443127..541692443127 100644
--- a/registry/inc/registry/reflread.hxx
+++ b/include/registry/reflread.hxx
diff --git a/registry/inc/registry/refltype.hxx b/include/registry/refltype.hxx
index 0de7716a9ed3..0de7716a9ed3 100644
--- a/registry/inc/registry/refltype.hxx
+++ b/include/registry/refltype.hxx
diff --git a/registry/inc/registry/reflwrit.hxx b/include/registry/reflwrit.hxx
index 8e84aa9b1483..8e84aa9b1483 100644
--- a/registry/inc/registry/reflwrit.hxx
+++ b/include/registry/reflwrit.hxx
diff --git a/registry/inc/registry/regdllapi.h b/include/registry/regdllapi.h
index 5116a7062d24..5116a7062d24 100644
--- a/registry/inc/registry/regdllapi.h
+++ b/include/registry/regdllapi.h
diff --git a/registry/inc/registry/registry.h b/include/registry/registry.h
index 030e1a12a5de..030e1a12a5de 100644
--- a/registry/inc/registry/registry.h
+++ b/include/registry/registry.h
diff --git a/registry/inc/registry/registry.hxx b/include/registry/registry.hxx
index d165c594adff..d165c594adff 100644
--- a/registry/inc/registry/registry.hxx
+++ b/include/registry/registry.hxx
diff --git a/registry/inc/registry/regtype.h b/include/registry/regtype.h
index 86ddb299fb37..86ddb299fb37 100644
--- a/registry/inc/registry/regtype.h
+++ b/include/registry/regtype.h
diff --git a/registry/inc/registry/types.h b/include/registry/types.h
index 0ad7977486f4..0ad7977486f4 100644
--- a/registry/inc/registry/types.h
+++ b/include/registry/types.h
diff --git a/registry/inc/registry/version.h b/include/registry/version.h
index 01f0f8033323..01f0f8033323 100644
--- a/registry/inc/registry/version.h
+++ b/include/registry/version.h
diff --git a/registry/inc/registry/writer.h b/include/registry/writer.h
index f1b39a583e22..f1b39a583e22 100644
--- a/registry/inc/registry/writer.h
+++ b/include/registry/writer.h
diff --git a/registry/inc/registry/writer.hxx b/include/registry/writer.hxx
index cfdf479853df..cfdf479853df 100644
--- a/registry/inc/registry/writer.hxx
+++ b/include/registry/writer.hxx
diff --git a/rsc/inc/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 4e8ca10090c7..4e8ca10090c7 100644
--- a/rsc/inc/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
diff --git a/rsc/inc/rsc/rscsfx.hxx b/include/rsc/rscsfx.hxx
index 8dc9687031d5..8dc9687031d5 100644
--- a/rsc/inc/rsc/rscsfx.hxx
+++ b/include/rsc/rscsfx.hxx
diff --git a/sax/inc/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index f31be4b142f6..f31be4b142f6 100644
--- a/sax/inc/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
diff --git a/sax/inc/sax/fshelper.hxx b/include/sax/fshelper.hxx
index e0945fc07ddf..e0945fc07ddf 100644
--- a/sax/inc/sax/fshelper.hxx
+++ b/include/sax/fshelper.hxx
diff --git a/sax/inc/sax/saxdllapi.h b/include/sax/saxdllapi.h
index e4716975bec7..e4716975bec7 100644
--- a/sax/inc/sax/saxdllapi.h
+++ b/include/sax/saxdllapi.h
diff --git a/sax/inc/sax/tools/converter.hxx b/include/sax/tools/converter.hxx
index 615308c9e418..615308c9e418 100644
--- a/sax/inc/sax/tools/converter.hxx
+++ b/include/sax/tools/converter.hxx
diff --git a/sax/inc/sax/tools/documenthandleradapter.hxx b/include/sax/tools/documenthandleradapter.hxx
index 5867bbbb9cac..5867bbbb9cac 100644
--- a/sax/inc/sax/tools/documenthandleradapter.hxx
+++ b/include/sax/tools/documenthandleradapter.hxx
diff --git a/sfx2/inc/sfx2/DocumentMetadataAccess.hxx b/include/sfx2/DocumentMetadataAccess.hxx
index d81401266ac3..d81401266ac3 100644
--- a/sfx2/inc/sfx2/DocumentMetadataAccess.hxx
+++ b/include/sfx2/DocumentMetadataAccess.hxx
diff --git a/sfx2/inc/sfx2/Metadatable.hxx b/include/sfx2/Metadatable.hxx
index 70737da920ce..70737da920ce 100644
--- a/sfx2/inc/sfx2/Metadatable.hxx
+++ b/include/sfx2/Metadatable.hxx
diff --git a/sfx2/inc/sfx2/QuerySaveDocument.hxx b/include/sfx2/QuerySaveDocument.hxx
index e442b482ff53..e442b482ff53 100644
--- a/sfx2/inc/sfx2/QuerySaveDocument.hxx
+++ b/include/sfx2/QuerySaveDocument.hxx
diff --git a/sfx2/inc/sfx2/XmlIdRegistry.hxx b/include/sfx2/XmlIdRegistry.hxx
index a7540dc469b0..a7540dc469b0 100644
--- a/sfx2/inc/sfx2/XmlIdRegistry.hxx
+++ b/include/sfx2/XmlIdRegistry.hxx
diff --git a/sfx2/inc/sfx2/app.hxx b/include/sfx2/app.hxx
index 858140d2b8be..858140d2b8be 100644
--- a/sfx2/inc/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
diff --git a/sfx2/inc/sfx2/appuno.hxx b/include/sfx2/appuno.hxx
index 90bf2d5edf58..90bf2d5edf58 100644
--- a/sfx2/inc/sfx2/appuno.hxx
+++ b/include/sfx2/appuno.hxx
diff --git a/sfx2/inc/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 95278e89e605..95278e89e605 100644
--- a/sfx2/inc/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
diff --git a/sfx2/inc/sfx2/bindings.hxx b/include/sfx2/bindings.hxx
index 664673cf66d5..664673cf66d5 100644
--- a/sfx2/inc/sfx2/bindings.hxx
+++ b/include/sfx2/bindings.hxx
diff --git a/sfx2/inc/sfx2/brokenpackageint.hxx b/include/sfx2/brokenpackageint.hxx
index 85cd33402f3c..85cd33402f3c 100644
--- a/sfx2/inc/sfx2/brokenpackageint.hxx
+++ b/include/sfx2/brokenpackageint.hxx
diff --git a/sfx2/inc/sfx2/chalign.hxx b/include/sfx2/chalign.hxx
index f8bf451e2b22..f8bf451e2b22 100644
--- a/sfx2/inc/sfx2/chalign.hxx
+++ b/include/sfx2/chalign.hxx
diff --git a/sfx2/inc/sfx2/checkin.hxx b/include/sfx2/checkin.hxx
index 9a9c20f485d7..9a9c20f485d7 100644
--- a/sfx2/inc/sfx2/checkin.hxx
+++ b/include/sfx2/checkin.hxx
diff --git a/sfx2/inc/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index d0c5e50fce1f..d0c5e50fce1f 100644
--- a/sfx2/inc/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
diff --git a/sfx2/inc/sfx2/cntids.hrc b/include/sfx2/cntids.hrc
index db4c5877afd6..db4c5877afd6 100644
--- a/sfx2/inc/sfx2/cntids.hrc
+++ b/include/sfx2/cntids.hrc
diff --git a/sfx2/inc/sfx2/controlwrapper.hxx b/include/sfx2/controlwrapper.hxx
index 0a429b906638..0a429b906638 100644
--- a/sfx2/inc/sfx2/controlwrapper.hxx
+++ b/include/sfx2/controlwrapper.hxx
diff --git a/sfx2/inc/sfx2/ctrlitem.hxx b/include/sfx2/ctrlitem.hxx
index af6288e772e9..af6288e772e9 100644
--- a/sfx2/inc/sfx2/ctrlitem.hxx
+++ b/include/sfx2/ctrlitem.hxx
diff --git a/sfx2/inc/sfx2/dialogs.hrc b/include/sfx2/dialogs.hrc
index debf4e64c21c..debf4e64c21c 100644
--- a/sfx2/inc/sfx2/dialogs.hrc
+++ b/include/sfx2/dialogs.hrc
diff --git a/sfx2/inc/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index c0758b56bc00..c0758b56bc00 100644
--- a/sfx2/inc/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
diff --git a/sfx2/inc/sfx2/dinfedt.hxx b/include/sfx2/dinfedt.hxx
index b24908a7d081..b24908a7d081 100644
--- a/sfx2/inc/sfx2/dinfedt.hxx
+++ b/include/sfx2/dinfedt.hxx
diff --git a/sfx2/inc/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx
index 2b02a5e620c6..2b02a5e620c6 100644
--- a/sfx2/inc/sfx2/dispatch.hxx
+++ b/include/sfx2/dispatch.hxx
diff --git a/sfx2/inc/sfx2/dllapi.h b/include/sfx2/dllapi.h
index 95ba80bff9e5..95ba80bff9e5 100644
--- a/sfx2/inc/sfx2/dllapi.h
+++ b/include/sfx2/dllapi.h
diff --git a/sfx2/inc/sfx2/docfac.hxx b/include/sfx2/docfac.hxx
index e8d15a8366cd..e8d15a8366cd 100644
--- a/sfx2/inc/sfx2/docfac.hxx
+++ b/include/sfx2/docfac.hxx
diff --git a/sfx2/inc/sfx2/docfile.hxx b/include/sfx2/docfile.hxx
index fcf7351f9c9f..fcf7351f9c9f 100644
--- a/sfx2/inc/sfx2/docfile.hxx
+++ b/include/sfx2/docfile.hxx
diff --git a/sfx2/inc/sfx2/docfilt.hxx b/include/sfx2/docfilt.hxx
index cc6f6b8c1971..cc6f6b8c1971 100644
--- a/sfx2/inc/sfx2/docfilt.hxx
+++ b/include/sfx2/docfilt.hxx
diff --git a/sfx2/inc/sfx2/docinf.hxx b/include/sfx2/docinf.hxx
index 8ab57ffe2ae4..8ab57ffe2ae4 100644
--- a/sfx2/inc/sfx2/docinf.hxx
+++ b/include/sfx2/docinf.hxx
diff --git a/sfx2/inc/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx
index cefcf034f48e..cefcf034f48e 100644
--- a/sfx2/inc/sfx2/docinsert.hxx
+++ b/include/sfx2/docinsert.hxx
diff --git a/sfx2/inc/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx
index d64b6ed7a6f7..d64b6ed7a6f7 100644
--- a/sfx2/inc/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
diff --git a/sfx2/inc/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx
index 4e089d7e3d55..4e089d7e3d55 100644
--- a/sfx2/inc/sfx2/docmacromode.hxx
+++ b/include/sfx2/docmacromode.hxx
diff --git a/sfx2/inc/sfx2/docstoragemodifylistener.hxx b/include/sfx2/docstoragemodifylistener.hxx
index c361b8768260..c361b8768260 100644
--- a/sfx2/inc/sfx2/docstoragemodifylistener.hxx
+++ b/include/sfx2/docstoragemodifylistener.hxx
diff --git a/sfx2/inc/sfx2/doctempl.hxx b/include/sfx2/doctempl.hxx
index a5b24cf81993..a5b24cf81993 100644
--- a/sfx2/inc/sfx2/doctempl.hxx
+++ b/include/sfx2/doctempl.hxx
diff --git a/sfx2/inc/sfx2/event.hxx b/include/sfx2/event.hxx
index bcdc88ec2edb..bcdc88ec2edb 100644
--- a/sfx2/inc/sfx2/event.hxx
+++ b/include/sfx2/event.hxx
diff --git a/sfx2/inc/sfx2/evntconf.hxx b/include/sfx2/evntconf.hxx
index 2f181ad820b1..2f181ad820b1 100644
--- a/sfx2/inc/sfx2/evntconf.hxx
+++ b/include/sfx2/evntconf.hxx
diff --git a/sfx2/inc/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx
index de7d9a961de4..de7d9a961de4 100644
--- a/sfx2/inc/sfx2/fcontnr.hxx
+++ b/include/sfx2/fcontnr.hxx
diff --git a/sfx2/inc/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 304fd5cdff58..304fd5cdff58 100644
--- a/sfx2/inc/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
diff --git a/sfx2/inc/sfx2/frame.hxx b/include/sfx2/frame.hxx
index 63220cae1325..63220cae1325 100644
--- a/sfx2/inc/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
diff --git a/sfx2/inc/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx
index 2c0c178a3795..2c0c178a3795 100644
--- a/sfx2/inc/sfx2/frmdescr.hxx
+++ b/include/sfx2/frmdescr.hxx
diff --git a/sfx2/inc/sfx2/frmhtml.hxx b/include/sfx2/frmhtml.hxx
index d1eb1c4054c0..d1eb1c4054c0 100644
--- a/sfx2/inc/sfx2/frmhtml.hxx
+++ b/include/sfx2/frmhtml.hxx
diff --git a/sfx2/inc/sfx2/frmhtmlw.hxx b/include/sfx2/frmhtmlw.hxx
index 3abdfbee3107..3abdfbee3107 100644
--- a/sfx2/inc/sfx2/frmhtmlw.hxx
+++ b/include/sfx2/frmhtmlw.hxx
diff --git a/sfx2/inc/sfx2/genlink.hxx b/include/sfx2/genlink.hxx
index 045047d9d0c7..045047d9d0c7 100644
--- a/sfx2/inc/sfx2/genlink.hxx
+++ b/include/sfx2/genlink.hxx
diff --git a/sfx2/inc/sfx2/hintpost.hxx b/include/sfx2/hintpost.hxx
index 25adb3ea3d58..25adb3ea3d58 100644
--- a/sfx2/inc/sfx2/hintpost.hxx
+++ b/include/sfx2/hintpost.hxx
diff --git a/sfx2/inc/sfx2/htmlmode.hxx b/include/sfx2/htmlmode.hxx
index 0ce8e430869e..0ce8e430869e 100644
--- a/sfx2/inc/sfx2/htmlmode.hxx
+++ b/include/sfx2/htmlmode.hxx
diff --git a/sfx2/inc/sfx2/imagemgr.hxx b/include/sfx2/imagemgr.hxx
index 92df8e70c573..92df8e70c573 100644
--- a/sfx2/inc/sfx2/imagemgr.hxx
+++ b/include/sfx2/imagemgr.hxx
diff --git a/sfx2/inc/sfx2/imgmgr.hxx b/include/sfx2/imgmgr.hxx
index 7ef278023336..7ef278023336 100644
--- a/sfx2/inc/sfx2/imgmgr.hxx
+++ b/include/sfx2/imgmgr.hxx
diff --git a/sfx2/inc/sfx2/infobar.hxx b/include/sfx2/infobar.hxx
index b91d01ad4927..b91d01ad4927 100644
--- a/sfx2/inc/sfx2/infobar.hxx
+++ b/include/sfx2/infobar.hxx
diff --git a/sfx2/inc/sfx2/ipclient.hxx b/include/sfx2/ipclient.hxx
index e97b628d4b1a..e97b628d4b1a 100644
--- a/sfx2/inc/sfx2/ipclient.hxx
+++ b/include/sfx2/ipclient.hxx
diff --git a/sfx2/inc/sfx2/itemconnect.hxx b/include/sfx2/itemconnect.hxx
index 95a545e3dad4..95a545e3dad4 100644
--- a/sfx2/inc/sfx2/itemconnect.hxx
+++ b/include/sfx2/itemconnect.hxx
diff --git a/sfx2/inc/sfx2/itemwrapper.hxx b/include/sfx2/itemwrapper.hxx
index 7143fadf092f..7143fadf092f 100644
--- a/sfx2/inc/sfx2/itemwrapper.hxx
+++ b/include/sfx2/itemwrapper.hxx
diff --git a/sfx2/inc/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx
index 24a5f6315edb..24a5f6315edb 100644
--- a/sfx2/inc/sfx2/linkmgr.hxx
+++ b/include/sfx2/linkmgr.hxx
diff --git a/sfx2/inc/sfx2/linksrc.hxx b/include/sfx2/linksrc.hxx
index 4ff77b6afa54..4ff77b6afa54 100644
--- a/sfx2/inc/sfx2/linksrc.hxx
+++ b/include/sfx2/linksrc.hxx
diff --git a/sfx2/inc/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx
index ebd76db400d0..ebd76db400d0 100644
--- a/sfx2/inc/sfx2/lnkbase.hxx
+++ b/include/sfx2/lnkbase.hxx
diff --git a/sfx2/inc/sfx2/macropg.hxx b/include/sfx2/macropg.hxx
index 1a6c87198f41..1a6c87198f41 100644
--- a/sfx2/inc/sfx2/macropg.hxx
+++ b/include/sfx2/macropg.hxx
diff --git a/sfx2/inc/sfx2/mailmodelapi.hxx b/include/sfx2/mailmodelapi.hxx
index 042a364e2b5a..042a364e2b5a 100644
--- a/sfx2/inc/sfx2/mailmodelapi.hxx
+++ b/include/sfx2/mailmodelapi.hxx
diff --git a/sfx2/inc/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index 553c5bd745f3..553c5bd745f3 100644
--- a/sfx2/inc/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
diff --git a/sfx2/inc/sfx2/mieclip.hxx b/include/sfx2/mieclip.hxx
index 6b616607b38f..6b616607b38f 100644
--- a/sfx2/inc/sfx2/mieclip.hxx
+++ b/include/sfx2/mieclip.hxx
diff --git a/sfx2/inc/sfx2/minfitem.hxx b/include/sfx2/minfitem.hxx
index fb06ffc1e979..fb06ffc1e979 100644
--- a/sfx2/inc/sfx2/minfitem.hxx
+++ b/include/sfx2/minfitem.hxx
diff --git a/sfx2/inc/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx
index e65220be2a13..e65220be2a13 100644
--- a/sfx2/inc/sfx2/mnuitem.hxx
+++ b/include/sfx2/mnuitem.hxx
diff --git a/sfx2/inc/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx
index 4624026a059e..4624026a059e 100644
--- a/sfx2/inc/sfx2/mnumgr.hxx
+++ b/include/sfx2/mnumgr.hxx
diff --git a/sfx2/inc/sfx2/module.hxx b/include/sfx2/module.hxx
index 3b285faf6593..3b285faf6593 100644
--- a/sfx2/inc/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
diff --git a/sfx2/inc/sfx2/msg.hxx b/include/sfx2/msg.hxx
index eca6618cc118..eca6618cc118 100644
--- a/sfx2/inc/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
diff --git a/sfx2/inc/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx
index 500912ff3f5b..500912ff3f5b 100644
--- a/sfx2/inc/sfx2/msgpool.hxx
+++ b/include/sfx2/msgpool.hxx
diff --git a/sfx2/inc/sfx2/navigat.hxx b/include/sfx2/navigat.hxx
index b1cada954d2b..b1cada954d2b 100644
--- a/sfx2/inc/sfx2/navigat.hxx
+++ b/include/sfx2/navigat.hxx
diff --git a/sfx2/inc/sfx2/new.hxx b/include/sfx2/new.hxx
index a7534580f1cd..a7534580f1cd 100644
--- a/sfx2/inc/sfx2/new.hxx
+++ b/include/sfx2/new.hxx
diff --git a/sfx2/inc/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index 2c7999f9923c..2c7999f9923c 100644
--- a/sfx2/inc/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
diff --git a/sfx2/inc/sfx2/objface.hxx b/include/sfx2/objface.hxx
index 8e1f772e3791..8e1f772e3791 100644
--- a/sfx2/inc/sfx2/objface.hxx
+++ b/include/sfx2/objface.hxx
diff --git a/sfx2/inc/sfx2/objitem.hxx b/include/sfx2/objitem.hxx
index 8e607c9f0ce5..8e607c9f0ce5 100644
--- a/sfx2/inc/sfx2/objitem.hxx
+++ b/include/sfx2/objitem.hxx
diff --git a/sfx2/inc/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 4c366a56710f..4c366a56710f 100644
--- a/sfx2/inc/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
diff --git a/sfx2/inc/sfx2/opengrf.hxx b/include/sfx2/opengrf.hxx
index 70dce688e9a8..70dce688e9a8 100644
--- a/sfx2/inc/sfx2/opengrf.hxx
+++ b/include/sfx2/opengrf.hxx
diff --git a/sfx2/inc/sfx2/passwd.hxx b/include/sfx2/passwd.hxx
index 1f10c7416b98..1f10c7416b98 100644
--- a/sfx2/inc/sfx2/passwd.hxx
+++ b/include/sfx2/passwd.hxx
diff --git a/sfx2/inc/sfx2/printer.hxx b/include/sfx2/printer.hxx
index aac11a3bf4dc..aac11a3bf4dc 100644
--- a/sfx2/inc/sfx2/printer.hxx
+++ b/include/sfx2/printer.hxx
diff --git a/sfx2/inc/sfx2/printopt.hxx b/include/sfx2/printopt.hxx
index 44d37d0a4558..44d37d0a4558 100644
--- a/sfx2/inc/sfx2/printopt.hxx
+++ b/include/sfx2/printopt.hxx
diff --git a/sfx2/inc/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index 0d14c616a7bc..0d14c616a7bc 100644
--- a/sfx2/inc/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
diff --git a/sfx2/inc/sfx2/progress.hxx b/include/sfx2/progress.hxx
index 285360272d30..285360272d30 100644
--- a/sfx2/inc/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
diff --git a/sfx2/inc/sfx2/querystatus.hxx b/include/sfx2/querystatus.hxx
index 475d3cd00765..475d3cd00765 100644
--- a/sfx2/inc/sfx2/querystatus.hxx
+++ b/include/sfx2/querystatus.hxx
diff --git a/sfx2/inc/sfx2/request.hxx b/include/sfx2/request.hxx
index 590fd7bffeaf..590fd7bffeaf 100644
--- a/sfx2/inc/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
diff --git a/sfx2/inc/sfx2/securitypage.hxx b/include/sfx2/securitypage.hxx
index 994fd0befa41..994fd0befa41 100644
--- a/sfx2/inc/sfx2/securitypage.hxx
+++ b/include/sfx2/securitypage.hxx
diff --git a/sfx2/inc/sfx2/sfx.hrc b/include/sfx2/sfx.hrc
index 245daa2f062a..245daa2f062a 100644
--- a/sfx2/inc/sfx2/sfx.hrc
+++ b/include/sfx2/sfx.hrc
diff --git a/sfx2/inc/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx
index df2635f711ed..df2635f711ed 100644
--- a/sfx2/inc/sfx2/sfxbasecontroller.hxx
+++ b/include/sfx2/sfxbasecontroller.hxx
diff --git a/sfx2/inc/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index 524c86b0b99d..524c86b0b99d 100644
--- a/sfx2/inc/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
diff --git a/sfx2/inc/sfx2/sfxcommands.h b/include/sfx2/sfxcommands.h
index 3f4df5cb5220..3f4df5cb5220 100644
--- a/sfx2/inc/sfx2/sfxcommands.h
+++ b/include/sfx2/sfxcommands.h
diff --git a/sfx2/inc/sfx2/sfxdefs.hxx b/include/sfx2/sfxdefs.hxx
index cca545f7e2f7..cca545f7e2f7 100644
--- a/sfx2/inc/sfx2/sfxdefs.hxx
+++ b/include/sfx2/sfxdefs.hxx
diff --git a/sfx2/inc/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx
index a994c7dfa77a..a994c7dfa77a 100644
--- a/sfx2/inc/sfx2/sfxdlg.hxx
+++ b/include/sfx2/sfxdlg.hxx
diff --git a/sfx2/inc/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index 9de00f008736..9de00f008736 100644
--- a/sfx2/inc/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
diff --git a/sfx2/inc/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx
index 7569afe483c2..7569afe483c2 100644
--- a/sfx2/inc/sfx2/sfxhtml.hxx
+++ b/include/sfx2/sfxhtml.hxx
diff --git a/sfx2/inc/sfx2/sfxmodelfactory.hxx b/include/sfx2/sfxmodelfactory.hxx
index 612aea61d07e..612aea61d07e 100644
--- a/sfx2/inc/sfx2/sfxmodelfactory.hxx
+++ b/include/sfx2/sfxmodelfactory.hxx
diff --git a/sfx2/inc/sfx2/sfxresid.hxx b/include/sfx2/sfxresid.hxx
index f90221847579..f90221847579 100644
--- a/sfx2/inc/sfx2/sfxresid.hxx
+++ b/include/sfx2/sfxresid.hxx
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index 00923ffdc6a8..00923ffdc6a8 100644
--- a/sfx2/inc/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
diff --git a/sfx2/inc/sfx2/sfxstatuslistener.hxx b/include/sfx2/sfxstatuslistener.hxx
index 9e6be020db10..9e6be020db10 100644
--- a/sfx2/inc/sfx2/sfxstatuslistener.hxx
+++ b/include/sfx2/sfxstatuslistener.hxx
diff --git a/sfx2/inc/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx
index 6b0a2763497e..6b0a2763497e 100644
--- a/sfx2/inc/sfx2/sfxuno.hxx
+++ b/include/sfx2/sfxuno.hxx
diff --git a/sfx2/inc/sfx2/shell.hxx b/include/sfx2/shell.hxx
index cba6efaf8e36..cba6efaf8e36 100644
--- a/sfx2/inc/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
diff --git a/sfx2/inc/sfx2/signaturestate.hxx b/include/sfx2/signaturestate.hxx
index ff17355d2f48..ff17355d2f48 100644
--- a/sfx2/inc/sfx2/signaturestate.hxx
+++ b/include/sfx2/signaturestate.hxx
diff --git a/sfx2/inc/sfx2/stbitem.hxx b/include/sfx2/stbitem.hxx
index d94e76841045..d94e76841045 100644
--- a/sfx2/inc/sfx2/stbitem.hxx
+++ b/include/sfx2/stbitem.hxx
diff --git a/sfx2/inc/sfx2/styfitem.hxx b/include/sfx2/styfitem.hxx
index b728be448a49..b728be448a49 100644
--- a/sfx2/inc/sfx2/styfitem.hxx
+++ b/include/sfx2/styfitem.hxx
diff --git a/sfx2/inc/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index 0580e4cae25c..0580e4cae25c 100644
--- a/sfx2/inc/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 17016489e917..17016489e917 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
diff --git a/sfx2/inc/sfx2/tabpage.hrc b/include/sfx2/tabpage.hrc
index 2c70183d433f..2c70183d433f 100644
--- a/sfx2/inc/sfx2/tabpage.hrc
+++ b/include/sfx2/tabpage.hrc
diff --git a/sfx2/inc/sfx2/taskpane.hxx b/include/sfx2/taskpane.hxx
index 0d0dd6eea199..0d0dd6eea199 100644
--- a/sfx2/inc/sfx2/taskpane.hxx
+++ b/include/sfx2/taskpane.hxx
diff --git a/sfx2/inc/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index 56047d1e32ad..56047d1e32ad 100644
--- a/sfx2/inc/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
diff --git a/sfx2/inc/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index 5f1eca6a80fa..5f1eca6a80fa 100644
--- a/sfx2/inc/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
diff --git a/sfx2/inc/sfx2/templatecontaineritem.hxx b/include/sfx2/templatecontaineritem.hxx
index 527571c80cac..527571c80cac 100644
--- a/sfx2/inc/sfx2/templatecontaineritem.hxx
+++ b/include/sfx2/templatecontaineritem.hxx
diff --git a/sfx2/inc/sfx2/templateinfodlg.hxx b/include/sfx2/templateinfodlg.hxx
index 69d79b20da9a..69d79b20da9a 100644
--- a/sfx2/inc/sfx2/templateinfodlg.hxx
+++ b/include/sfx2/templateinfodlg.hxx
diff --git a/sfx2/inc/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index 6cefaf1782c0..6cefaf1782c0 100644
--- a/sfx2/inc/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
diff --git a/sfx2/inc/sfx2/templatelocnames.hrc b/include/sfx2/templatelocnames.hrc
index 7d3c52798461..7d3c52798461 100644
--- a/sfx2/inc/sfx2/templatelocnames.hrc
+++ b/include/sfx2/templatelocnames.hrc
diff --git a/sfx2/inc/sfx2/templateproperties.hxx b/include/sfx2/templateproperties.hxx
index f0db901073f0..f0db901073f0 100644
--- a/sfx2/inc/sfx2/templateproperties.hxx
+++ b/include/sfx2/templateproperties.hxx
diff --git a/sfx2/inc/sfx2/templateremoteview.hxx b/include/sfx2/templateremoteview.hxx
index bcb2b68fc0a4..bcb2b68fc0a4 100644
--- a/sfx2/inc/sfx2/templateremoteview.hxx
+++ b/include/sfx2/templateremoteview.hxx
diff --git a/sfx2/inc/sfx2/templaterepository.hxx b/include/sfx2/templaterepository.hxx
index f134c9897bf6..f134c9897bf6 100644
--- a/sfx2/inc/sfx2/templaterepository.hxx
+++ b/include/sfx2/templaterepository.hxx
diff --git a/sfx2/inc/sfx2/templateviewitem.hxx b/include/sfx2/templateviewitem.hxx
index efabd34ea4fd..efabd34ea4fd 100644
--- a/sfx2/inc/sfx2/templateviewitem.hxx
+++ b/include/sfx2/templateviewitem.hxx
diff --git a/sfx2/inc/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index e9fb3a5e4c51..e9fb3a5e4c51 100644
--- a/sfx2/inc/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 2bdf1b94ae09..2bdf1b94ae09 100644
--- a/sfx2/inc/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
diff --git a/sfx2/inc/sfx2/thumbnailviewitem.hxx b/include/sfx2/thumbnailviewitem.hxx
index 64a20cda910f..64a20cda910f 100644
--- a/sfx2/inc/sfx2/thumbnailviewitem.hxx
+++ b/include/sfx2/thumbnailviewitem.hxx
diff --git a/sfx2/inc/sfx2/titledockwin.hxx b/include/sfx2/titledockwin.hxx
index 09b500caa6bc..09b500caa6bc 100644
--- a/sfx2/inc/sfx2/titledockwin.hxx
+++ b/include/sfx2/titledockwin.hxx
diff --git a/sfx2/inc/sfx2/tplpitem.hxx b/include/sfx2/tplpitem.hxx
index 58f0618443ae..58f0618443ae 100644
--- a/sfx2/inc/sfx2/tplpitem.hxx
+++ b/include/sfx2/tplpitem.hxx
diff --git a/sfx2/inc/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx
index d1d41b8ae689..d1d41b8ae689 100644
--- a/sfx2/inc/sfx2/unoctitm.hxx
+++ b/include/sfx2/unoctitm.hxx
diff --git a/sfx2/inc/sfx2/userinputinterception.hxx b/include/sfx2/userinputinterception.hxx
index 7350314b4835..7350314b4835 100644
--- a/sfx2/inc/sfx2/userinputinterception.hxx
+++ b/include/sfx2/userinputinterception.hxx
diff --git a/sfx2/inc/sfx2/viewfac.hxx b/include/sfx2/viewfac.hxx
index 3348cb69d199..3348cb69d199 100644
--- a/sfx2/inc/sfx2/viewfac.hxx
+++ b/include/sfx2/viewfac.hxx
diff --git a/sfx2/inc/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 522b4719eac0..522b4719eac0 100644
--- a/sfx2/inc/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
diff --git a/sfx2/inc/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index ad4c64cd5272..ad4c64cd5272 100644
--- a/sfx2/inc/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
diff --git a/sfx2/inc/sfx2/zoomitem.hxx b/include/sfx2/zoomitem.hxx
index ab5c81c425aa..ab5c81c425aa 100644
--- a/sfx2/inc/sfx2/zoomitem.hxx
+++ b/include/sfx2/zoomitem.hxx
diff --git a/shell/inc/shell/kde_headers.h b/include/shell/kde_headers.h
index 3ca3fa69ef26..3ca3fa69ef26 100644
--- a/shell/inc/shell/kde_headers.h
+++ b/include/shell/kde_headers.h
diff --git a/shell/inc/shell/tde_defines.h b/include/shell/tde_defines.h
index 0dc91e931cee..0dc91e931cee 100644
--- a/shell/inc/shell/tde_defines.h
+++ b/include/shell/tde_defines.h
diff --git a/shell/inc/shell/tde_headers.h b/include/shell/tde_headers.h
index ed3739eb2e43..ed3739eb2e43 100644
--- a/shell/inc/shell/tde_headers.h
+++ b/include/shell/tde_headers.h
diff --git a/sot/inc/sot/exchange.hxx b/include/sot/exchange.hxx
index b4273682de40..b4273682de40 100644
--- a/sot/inc/sot/exchange.hxx
+++ b/include/sot/exchange.hxx
diff --git a/sot/inc/sot/factory.hxx b/include/sot/factory.hxx
index 726b24382756..726b24382756 100644
--- a/sot/inc/sot/factory.hxx
+++ b/include/sot/factory.hxx
diff --git a/sot/inc/sot/filelist.hxx b/include/sot/filelist.hxx
index 2e69a95e5498..2e69a95e5498 100644
--- a/sot/inc/sot/filelist.hxx
+++ b/include/sot/filelist.hxx
diff --git a/sot/inc/sot/formats.hxx b/include/sot/formats.hxx
index 912947669e53..912947669e53 100644
--- a/sot/inc/sot/formats.hxx
+++ b/include/sot/formats.hxx
diff --git a/sot/inc/sot/object.hxx b/include/sot/object.hxx
index 435dda8d4626..435dda8d4626 100644
--- a/sot/inc/sot/object.hxx
+++ b/include/sot/object.hxx
diff --git a/sot/inc/sot/sotdata.hxx b/include/sot/sotdata.hxx
index da045079c76e..da045079c76e 100644
--- a/sot/inc/sot/sotdata.hxx
+++ b/include/sot/sotdata.hxx
diff --git a/sot/inc/sot/sotdllapi.h b/include/sot/sotdllapi.h
index 722d2ee25f47..722d2ee25f47 100644
--- a/sot/inc/sot/sotdllapi.h
+++ b/include/sot/sotdllapi.h
diff --git a/sot/inc/sot/stg.hxx b/include/sot/stg.hxx
index bd124cc8df00..bd124cc8df00 100644
--- a/sot/inc/sot/stg.hxx
+++ b/include/sot/stg.hxx
diff --git a/sot/inc/sot/storage.hxx b/include/sot/storage.hxx
index db3995dfc374..db3995dfc374 100644
--- a/sot/inc/sot/storage.hxx
+++ b/include/sot/storage.hxx
diff --git a/sot/inc/sot/storinfo.hxx b/include/sot/storinfo.hxx
index 5518d618bf36..5518d618bf36 100644
--- a/sot/inc/sot/storinfo.hxx
+++ b/include/sot/storinfo.hxx
diff --git a/store/inc/store/store.h b/include/store/store.h
index ff3f1ef0a390..ff3f1ef0a390 100644
--- a/store/inc/store/store.h
+++ b/include/store/store.h
diff --git a/store/inc/store/store.hxx b/include/store/store.hxx
index 43ef8859c52e..43ef8859c52e 100644
--- a/store/inc/store/store.hxx
+++ b/include/store/store.hxx
diff --git a/store/inc/store/storedllapi.h b/include/store/storedllapi.h
index 0a4b27a333ca..0a4b27a333ca 100644
--- a/store/inc/store/storedllapi.h
+++ b/include/store/storedllapi.h
diff --git a/store/inc/store/types.h b/include/store/types.h
index 0d51995348a0..0d51995348a0 100644
--- a/store/inc/store/types.h
+++ b/include/store/types.h
diff --git a/svl/inc/svl/PasswordHelper.hxx b/include/svl/PasswordHelper.hxx
index 7204ebdc845b..7204ebdc845b 100644
--- a/svl/inc/svl/PasswordHelper.hxx
+++ b/include/svl/PasswordHelper.hxx
diff --git a/svl/inc/svl/adrparse.hxx b/include/svl/adrparse.hxx
index 063ba11a95a9..063ba11a95a9 100644
--- a/svl/inc/svl/adrparse.hxx
+++ b/include/svl/adrparse.hxx
diff --git a/svl/inc/svl/aeitem.hxx b/include/svl/aeitem.hxx
index 7dd741592015..7dd741592015 100644
--- a/svl/inc/svl/aeitem.hxx
+++ b/include/svl/aeitem.hxx
diff --git a/svl/inc/svl/asiancfg.hxx b/include/svl/asiancfg.hxx
index 622b1f8ff277..622b1f8ff277 100644
--- a/svl/inc/svl/asiancfg.hxx
+++ b/include/svl/asiancfg.hxx
diff --git a/svl/inc/svl/brdcst.hxx b/include/svl/brdcst.hxx
index 258cf6066e58..258cf6066e58 100644
--- a/svl/inc/svl/brdcst.hxx
+++ b/include/svl/brdcst.hxx
diff --git a/svl/inc/svl/broadcast.hxx b/include/svl/broadcast.hxx
index ac2931986914..ac2931986914 100644
--- a/svl/inc/svl/broadcast.hxx
+++ b/include/svl/broadcast.hxx
diff --git a/svl/inc/svl/cenumitm.hxx b/include/svl/cenumitm.hxx
index 35024c3a6d44..35024c3a6d44 100644
--- a/svl/inc/svl/cenumitm.hxx
+++ b/include/svl/cenumitm.hxx
diff --git a/svl/inc/svl/cintitem.hxx b/include/svl/cintitem.hxx
index e781ada09a35..e781ada09a35 100644
--- a/svl/inc/svl/cintitem.hxx
+++ b/include/svl/cintitem.hxx
diff --git a/svl/inc/svl/cjkoptions.hxx b/include/svl/cjkoptions.hxx
index 22055e404b42..22055e404b42 100644
--- a/svl/inc/svl/cjkoptions.hxx
+++ b/include/svl/cjkoptions.hxx
diff --git a/svl/inc/svl/cntwall.hxx b/include/svl/cntwall.hxx
index 581c558b2575..581c558b2575 100644
--- a/svl/inc/svl/cntwall.hxx
+++ b/include/svl/cntwall.hxx
diff --git a/svl/inc/svl/cntwids.hrc b/include/svl/cntwids.hrc
index 68a9b3ab3ee5..68a9b3ab3ee5 100644
--- a/svl/inc/svl/cntwids.hrc
+++ b/include/svl/cntwids.hrc
diff --git a/svl/inc/svl/converter.hxx b/include/svl/converter.hxx
index 8f423f786307..8f423f786307 100644
--- a/svl/inc/svl/converter.hxx
+++ b/include/svl/converter.hxx
diff --git a/svl/inc/svl/ctloptions.hxx b/include/svl/ctloptions.hxx
index 525e8e73a795..525e8e73a795 100644
--- a/svl/inc/svl/ctloptions.hxx
+++ b/include/svl/ctloptions.hxx
diff --git a/svl/inc/svl/ctypeitm.hxx b/include/svl/ctypeitm.hxx
index 1a783bca78d8..1a783bca78d8 100644
--- a/svl/inc/svl/ctypeitm.hxx
+++ b/include/svl/ctypeitm.hxx
diff --git a/svl/inc/svl/custritm.hxx b/include/svl/custritm.hxx
index 70948d8fbf43..70948d8fbf43 100644
--- a/svl/inc/svl/custritm.hxx
+++ b/include/svl/custritm.hxx
diff --git a/svl/inc/svl/dateitem.hxx b/include/svl/dateitem.hxx
index 043502966ffc..043502966ffc 100644
--- a/svl/inc/svl/dateitem.hxx
+++ b/include/svl/dateitem.hxx
diff --git a/svl/inc/svl/documentlockfile.hxx b/include/svl/documentlockfile.hxx
index 437b59fbf127..437b59fbf127 100644
--- a/svl/inc/svl/documentlockfile.hxx
+++ b/include/svl/documentlockfile.hxx
diff --git a/svl/inc/svl/eitem.hxx b/include/svl/eitem.hxx
index c9c5e389132f..c9c5e389132f 100644
--- a/svl/inc/svl/eitem.hxx
+++ b/include/svl/eitem.hxx
diff --git a/svl/inc/svl/filenotation.hxx b/include/svl/filenotation.hxx
index 00c2c16ed77c..00c2c16ed77c 100644
--- a/svl/inc/svl/filenotation.hxx
+++ b/include/svl/filenotation.hxx
diff --git a/svl/inc/svl/filerec.hxx b/include/svl/filerec.hxx
index afc5f4632fd7..afc5f4632fd7 100644
--- a/svl/inc/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
diff --git a/svl/inc/svl/flagitem.hxx b/include/svl/flagitem.hxx
index 6b0c88ef8f7e..6b0c88ef8f7e 100644
--- a/svl/inc/svl/flagitem.hxx
+++ b/include/svl/flagitem.hxx
diff --git a/svl/inc/svl/folderrestriction.hxx b/include/svl/folderrestriction.hxx
index 4ddb9d4be7bc..4ddb9d4be7bc 100644
--- a/svl/inc/svl/folderrestriction.hxx
+++ b/include/svl/folderrestriction.hxx
diff --git a/svl/inc/svl/fstathelper.hxx b/include/svl/fstathelper.hxx
index 9e69c6ed28ec..9e69c6ed28ec 100644
--- a/svl/inc/svl/fstathelper.hxx
+++ b/include/svl/fstathelper.hxx
diff --git a/svl/inc/svl/globalnameitem.hxx b/include/svl/globalnameitem.hxx
index 618791bebb92..618791bebb92 100644
--- a/svl/inc/svl/globalnameitem.hxx
+++ b/include/svl/globalnameitem.hxx
diff --git a/svl/inc/svl/hint.hxx b/include/svl/hint.hxx
index 8f5356ac9a13..8f5356ac9a13 100644
--- a/svl/inc/svl/hint.hxx
+++ b/include/svl/hint.hxx
diff --git a/svl/inc/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index 6c04ff239c74..6c04ff239c74 100644
--- a/svl/inc/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
diff --git a/svl/inc/svl/imageitm.hxx b/include/svl/imageitm.hxx
index 0a2e26f80086..0a2e26f80086 100644
--- a/svl/inc/svl/imageitm.hxx
+++ b/include/svl/imageitm.hxx
diff --git a/svl/inc/svl/inethist.hxx b/include/svl/inethist.hxx
index 4ee592faad16..4ee592faad16 100644
--- a/svl/inc/svl/inethist.hxx
+++ b/include/svl/inethist.hxx
diff --git a/svl/inc/svl/inettype.hxx b/include/svl/inettype.hxx
index 48fca19aa5d6..48fca19aa5d6 100644
--- a/svl/inc/svl/inettype.hxx
+++ b/include/svl/inettype.hxx
diff --git a/svl/inc/svl/instrm.hxx b/include/svl/instrm.hxx
index 39c3a8589be9..39c3a8589be9 100644
--- a/svl/inc/svl/instrm.hxx
+++ b/include/svl/instrm.hxx
diff --git a/svl/inc/svl/intitem.hxx b/include/svl/intitem.hxx
index a9cb341aec10..a9cb341aec10 100644
--- a/svl/inc/svl/intitem.hxx
+++ b/include/svl/intitem.hxx
diff --git a/svl/inc/svl/isethint.hxx b/include/svl/isethint.hxx
index cd966f5fcc4f..cd966f5fcc4f 100644
--- a/svl/inc/svl/isethint.hxx
+++ b/include/svl/isethint.hxx
diff --git a/svl/inc/svl/itemiter.hxx b/include/svl/itemiter.hxx
index 4dada91a42b7..4dada91a42b7 100644
--- a/svl/inc/svl/itemiter.hxx
+++ b/include/svl/itemiter.hxx
diff --git a/svl/inc/svl/itempool.hxx b/include/svl/itempool.hxx
index ab9ff84d173d..ab9ff84d173d 100644
--- a/svl/inc/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
diff --git a/svl/inc/svl/itemprop.hxx b/include/svl/itemprop.hxx
index c1b7ed68b400..c1b7ed68b400 100644
--- a/svl/inc/svl/itemprop.hxx
+++ b/include/svl/itemprop.hxx
diff --git a/svl/inc/svl/itemset.hxx b/include/svl/itemset.hxx
index a38398ac1ce7..a38398ac1ce7 100644
--- a/svl/inc/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
diff --git a/svl/inc/svl/languageoptions.hxx b/include/svl/languageoptions.hxx
index ef8fb1b4ae5d..ef8fb1b4ae5d 100644
--- a/svl/inc/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
diff --git a/svl/inc/svl/lckbitem.hxx b/include/svl/lckbitem.hxx
index 163c2168c4c0..163c2168c4c0 100644
--- a/