summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r--sd/source/ui/func/fuarea.cxx1
-rw-r--r--sd/source/ui/func/fubullet.cxx1
-rw-r--r--sd/source/ui/func/fuchar.cxx1
-rw-r--r--sd/source/ui/func/fucon3d.cxx1
-rw-r--r--sd/source/ui/func/fuconarc.cxx1
-rw-r--r--sd/source/ui/func/fuconbez.cxx1
-rw-r--r--sd/source/ui/func/fuconcs.cxx1
-rw-r--r--sd/source/ui/func/fuconnct.cxx1
-rw-r--r--sd/source/ui/func/fuconrec.cxx1
-rw-r--r--sd/source/ui/func/fuconstr.cxx1
-rw-r--r--sd/source/ui/func/fuconuno.cxx1
-rw-r--r--sd/source/ui/func/fucopy.cxx1
-rw-r--r--sd/source/ui/func/fucushow.cxx1
-rw-r--r--sd/source/ui/func/fudraw.cxx1
-rw-r--r--sd/source/ui/func/fudspord.cxx1
-rw-r--r--sd/source/ui/func/fuediglu.cxx1
-rw-r--r--sd/source/ui/func/fuexpand.cxx1
-rw-r--r--sd/source/ui/func/fuformatpaintbrush.cxx1
-rw-r--r--sd/source/ui/func/fuhhconv.cxx1
-rw-r--r--sd/source/ui/func/fuinsert.cxx5
-rw-r--r--sd/source/ui/func/fuinsfil.cxx1
-rw-r--r--sd/source/ui/func/fuline.cxx1
-rw-r--r--sd/source/ui/func/fulinend.cxx1
-rw-r--r--sd/source/ui/func/fulink.cxx1
-rw-r--r--sd/source/ui/func/fumeasur.cxx1
-rw-r--r--sd/source/ui/func/fumorph.cxx1
-rw-r--r--sd/source/ui/func/funavig.cxx1
-rw-r--r--sd/source/ui/func/fuoaprms.cxx1
-rw-r--r--sd/source/ui/func/fuolbull.cxx1
-rw-r--r--sd/source/ui/func/fuoltext.cxx1
-rw-r--r--sd/source/ui/func/fuoutl.cxx1
-rw-r--r--sd/source/ui/func/fupage.cxx1
-rw-r--r--sd/source/ui/func/fuparagr.cxx1
-rw-r--r--sd/source/ui/func/fupoor.cxx1
-rw-r--r--sd/source/ui/func/fuprlout.cxx1
-rw-r--r--sd/source/ui/func/fuprobjs.cxx1
-rw-r--r--sd/source/ui/func/fuscale.cxx1
-rw-r--r--sd/source/ui/func/fusearch.cxx1
-rw-r--r--sd/source/ui/func/fusel.cxx1
-rw-r--r--sd/source/ui/func/fusldlg.cxx1
-rw-r--r--sd/source/ui/func/fusnapln.cxx1
-rw-r--r--sd/source/ui/func/fusumry.cxx1
-rw-r--r--sd/source/ui/func/futempl.cxx1
-rw-r--r--sd/source/ui/func/futext.cxx1
-rw-r--r--sd/source/ui/func/futhes.cxx1
-rw-r--r--sd/source/ui/func/futransf.cxx1
-rw-r--r--sd/source/ui/func/futxtatt.cxx1
-rw-r--r--sd/source/ui/func/fuvect.cxx1
-rw-r--r--sd/source/ui/func/fuzoom.cxx1
-rw-r--r--sd/source/ui/func/sdundo.cxx1
-rw-r--r--sd/source/ui/func/sdundogr.cxx1
-rw-r--r--sd/source/ui/func/undoback.cxx1
-rw-r--r--sd/source/ui/func/undoheaderfooter.cxx1
-rw-r--r--sd/source/ui/func/undolayer.cxx1
-rw-r--r--sd/source/ui/func/undopage.cxx3
-rw-r--r--sd/source/ui/func/unoaprms.cxx1
-rw-r--r--sd/source/ui/func/unprlout.cxx1
57 files changed, 0 insertions, 63 deletions
diff --git a/sd/source/ui/func/fuarea.cxx b/sd/source/ui/func/fuarea.cxx
index ece3c890f0b2..50be16e23fd7 100644
--- a/sd/source/ui/func/fuarea.cxx
+++ b/sd/source/ui/func/fuarea.cxx
@@ -37,7 +37,6 @@
#include <memory>
namespace sd {
-TYPEINIT1( FuArea, FuPoor );
FuArea::FuArea( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* _pView, SdDrawDocument* pDoc, SfxRequest& rReq)
: FuPoor(pViewSh, pWin, _pView, pDoc, rReq)
diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx
index d8686f1e0e71..445e4e8a3bc4 100644
--- a/sd/source/ui/func/fubullet.cxx
+++ b/sd/source/ui/func/fubullet.cxx
@@ -52,7 +52,6 @@ const sal_Unicode CHAR_LRM = ((sal_Unicode)0x200E);
const sal_Unicode CHAR_ZWSP = ((sal_Unicode)0x200B);
const sal_Unicode CHAR_ZWNBSP = ((sal_Unicode)0x2060);
-TYPEINIT1( FuBullet, FuPoor );
FuBullet::FuBullet (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuchar.cxx b/sd/source/ui/func/fuchar.cxx
index d94754d9f351..c0131037786c 100644
--- a/sd/source/ui/func/fuchar.cxx
+++ b/sd/source/ui/func/fuchar.cxx
@@ -40,7 +40,6 @@
namespace sd {
-TYPEINIT1( FuChar, FuPoor );
FuChar::FuChar (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx
index 715464bec13d..0c27ad0381c3 100644
--- a/sd/source/ui/func/fucon3d.cxx
+++ b/sd/source/ui/func/fucon3d.cxx
@@ -52,7 +52,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuConstruct3dObject, FuConstruct );
FuConstruct3dObject::FuConstruct3dObject (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconarc.cxx b/sd/source/ui/func/fuconarc.cxx
index c491b4b1c62d..4ef597f659dd 100644
--- a/sd/source/ui/func/fuconarc.cxx
+++ b/sd/source/ui/func/fuconarc.cxx
@@ -45,7 +45,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuConstructArc, FuConstruct );
FuConstructArc::FuConstructArc (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx
index d5f7a374ba91..c0d8113bda33 100644
--- a/sd/source/ui/func/fuconbez.cxx
+++ b/sd/source/ui/func/fuconbez.cxx
@@ -49,7 +49,6 @@ using namespace ::com::sun::star::uno;
namespace sd {
-TYPEINIT1( FuConstructBezierPolygon, FuConstruct );
FuConstructBezierPolygon::FuConstructBezierPolygon (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx
index e2fcf2b392e6..aff2aa73a701 100644
--- a/sd/source/ui/func/fuconcs.cxx
+++ b/sd/source/ui/func/fuconcs.cxx
@@ -68,7 +68,6 @@
namespace sd {
-TYPEINIT1( FuConstructCustomShape, FuConstruct );
FuConstructCustomShape::FuConstructCustomShape (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconnct.cxx b/sd/source/ui/func/fuconnct.cxx
index 1b7fa4661a94..e2e7b51d83a7 100644
--- a/sd/source/ui/func/fuconnct.cxx
+++ b/sd/source/ui/func/fuconnct.cxx
@@ -29,7 +29,6 @@
namespace sd {
-TYPEINIT1( FuConnectionDlg, FuPoor );
FuConnectionDlg::FuConnectionDlg (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx
index 3454c86afa1f..5ad85e42d554 100644
--- a/sd/source/ui/func/fuconrec.cxx
+++ b/sd/source/ui/func/fuconrec.cxx
@@ -64,7 +64,6 @@
namespace sd {
-TYPEINIT1( FuConstructRectangle, FuConstruct );
FuConstructRectangle::FuConstructRectangle (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx
index 71a356b46a41..cc433a3b370f 100644
--- a/sd/source/ui/func/fuconstr.cxx
+++ b/sd/source/ui/func/fuconstr.cxx
@@ -44,7 +44,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuConstruct, FuDraw );
FuConstruct::FuConstruct (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuconuno.cxx b/sd/source/ui/func/fuconuno.cxx
index cf7104d299ad..a9eedc6f00e7 100644
--- a/sd/source/ui/func/fuconuno.cxx
+++ b/sd/source/ui/func/fuconuno.cxx
@@ -41,7 +41,6 @@
namespace sd {
-TYPEINIT1( FuConstructUnoControl, FuConstruct );
FuConstructUnoControl::FuConstructUnoControl (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fucopy.cxx b/sd/source/ui/func/fucopy.cxx
index b57421045fda..9e9276ba75f4 100644
--- a/sd/source/ui/func/fucopy.cxx
+++ b/sd/source/ui/func/fucopy.cxx
@@ -44,7 +44,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuCopy, FuPoor );
FuCopy::FuCopy (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx
index e30e864be45a..100a433f532d 100644
--- a/sd/source/ui/func/fucushow.cxx
+++ b/sd/source/ui/func/fucushow.cxx
@@ -35,7 +35,6 @@
namespace sd {
-TYPEINIT1( FuCustomShowDlg, FuPoor );
FuCustomShowDlg::FuCustomShowDlg (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 41921ea7e07d..e467a2fda4dc 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -68,7 +68,6 @@ using namespace ::com::sun::star;
namespace sd {
-TYPEINIT1( FuDraw, FuPoor );
/**
* Base-class for all drawmodul-specific functions
diff --git a/sd/source/ui/func/fudspord.cxx b/sd/source/ui/func/fudspord.cxx
index 13bea87b2d3e..fb4fb7f8eb06 100644
--- a/sd/source/ui/func/fudspord.cxx
+++ b/sd/source/ui/func/fudspord.cxx
@@ -31,7 +31,6 @@
namespace sd {
-TYPEINIT1( FuDisplayOrder, FuPoor );
FuDisplayOrder::FuDisplayOrder( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq)
: FuPoor(pViewSh, pWin, pView, pDoc, rReq)
diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx
index 28340fa8ccbf..24a85a7bdd27 100644
--- a/sd/source/ui/func/fuediglu.cxx
+++ b/sd/source/ui/func/fuediglu.cxx
@@ -36,7 +36,6 @@
namespace sd {
-TYPEINIT1( FuEditGluePoints, FuDraw );
FuEditGluePoints::FuEditGluePoints (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx
index 96af35b7de46..17bb5e4700f5 100644
--- a/sd/source/ui/func/fuexpand.cxx
+++ b/sd/source/ui/func/fuexpand.cxx
@@ -47,7 +47,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuExpandPage, FuPoor );
FuExpandPage::FuExpandPage (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuformatpaintbrush.cxx b/sd/source/ui/func/fuformatpaintbrush.cxx
index 10210e71fcea..c9e578de9bf2 100644
--- a/sd/source/ui/func/fuformatpaintbrush.cxx
+++ b/sd/source/ui/func/fuformatpaintbrush.cxx
@@ -45,7 +45,6 @@
namespace sd {
-TYPEINIT1( FuFormatPaintBrush, FuText );
FuFormatPaintBrush::FuFormatPaintBrush( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
: FuText(pViewSh, pWin, pView, pDoc, rReq)
diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx
index 30215376371d..fa55949b149d 100644
--- a/sd/source/ui/func/fuhhconv.cxx
+++ b/sd/source/ui/func/fuhhconv.cxx
@@ -51,7 +51,6 @@ namespace sd {
class ViewShell;
-TYPEINIT1( FuHangulHanjaConversion, FuPoor );
FuHangulHanjaConversion::FuHangulHanjaConversion (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 5c7864357c1b..86634c8cf0b2 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -91,10 +91,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuInsertGraphic, FuPoor );
-TYPEINIT1( FuInsertClipboard, FuPoor );
-TYPEINIT1( FuInsertOLE, FuPoor );
-TYPEINIT1( FuInsertAVMedia, FuPoor );
FuInsertGraphic::FuInsertGraphic (
ViewShell* pViewSh,
@@ -764,7 +760,6 @@ void FuInsertAVMedia::DoExecute( SfxRequest& rReq )
}
#if HAVE_FEATURE_GLTF
-TYPEINIT1( FuInsert3DModel, FuPoor );
FuInsert3DModel::FuInsert3DModel(
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx
index 187691a0e1c6..b768b077d23c 100644
--- a/sd/source/ui/func/fuinsfil.cxx
+++ b/sd/source/ui/func/fuinsfil.cxx
@@ -107,7 +107,6 @@ void lcl_AddFilter ( ::std::vector< FilterDesc >& rFilterDescList,
namespace sd {
-TYPEINIT1( FuInsertFile, FuPoor );
FuInsertFile::FuInsertFile (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuline.cxx b/sd/source/ui/func/fuline.cxx
index 6d24224576fc..21b19bf3fc97 100644
--- a/sd/source/ui/func/fuline.cxx
+++ b/sd/source/ui/func/fuline.cxx
@@ -40,7 +40,6 @@
namespace sd {
-TYPEINIT1( FuLine, FuPoor );
FuLine::FuLine (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fulinend.cxx b/sd/source/ui/func/fulinend.cxx
index 2db668052fbb..a92a97c65f44 100644
--- a/sd/source/ui/func/fulinend.cxx
+++ b/sd/source/ui/func/fulinend.cxx
@@ -36,7 +36,6 @@
namespace sd {
-TYPEINIT1( FuLineEnd, FuPoor );
FuLineEnd::FuLineEnd(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,
SdDrawDocument* pDoc, SfxRequest& rReq)
diff --git a/sd/source/ui/func/fulink.cxx b/sd/source/ui/func/fulink.cxx
index 245004a24c26..f39d668a041e 100644
--- a/sd/source/ui/func/fulink.cxx
+++ b/sd/source/ui/func/fulink.cxx
@@ -35,7 +35,6 @@ class SfxRequest;
namespace sd {
-TYPEINIT1( FuLink, FuPoor );
FuLink::FuLink (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fumeasur.cxx b/sd/source/ui/func/fumeasur.cxx
index 17f693714dda..73fef5805709 100644
--- a/sd/source/ui/func/fumeasur.cxx
+++ b/sd/source/ui/func/fumeasur.cxx
@@ -29,7 +29,6 @@
namespace sd {
-TYPEINIT1( FuMeasureDlg, FuPoor );
FuMeasureDlg::FuMeasureDlg (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fumorph.cxx b/sd/source/ui/func/fumorph.cxx
index c4a68b57ce0a..bede93a36388 100644
--- a/sd/source/ui/func/fumorph.cxx
+++ b/sd/source/ui/func/fumorph.cxx
@@ -51,7 +51,6 @@ using namespace com::sun::star;
namespace sd {
#define ITEMVALUE( ItemSet, Id, Cast ) ( static_cast<const Cast&>( (ItemSet).Get( (Id) ) ).GetValue() )
-TYPEINIT1( FuMorph, FuPoor );
FuMorph::FuMorph (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/funavig.cxx b/sd/source/ui/func/funavig.cxx
index a739109a6c95..7cd0be79a554 100644
--- a/sd/source/ui/func/funavig.cxx
+++ b/sd/source/ui/func/funavig.cxx
@@ -31,7 +31,6 @@
namespace sd {
-TYPEINIT1( FuNavigation, FuPoor );
FuNavigation::FuNavigation (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuoaprms.cxx b/sd/source/ui/func/fuoaprms.cxx
index 6d2e16aa18aa..a7068b0bff56 100644
--- a/sd/source/ui/func/fuoaprms.cxx
+++ b/sd/source/ui/func/fuoaprms.cxx
@@ -50,7 +50,6 @@ using namespace ::com::sun::star;
namespace sd {
-TYPEINIT1( FuObjectAnimationParameters, FuPoor );
#define ATTR_MISSING 0 ///< Attribute missing
#define ATTR_MIXED 1 ///< Attribute ambiguous (on multi-selection)
diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx
index 4b9f1e5ef90b..9a38ee8db1b9 100644
--- a/sd/source/ui/func/fuolbull.cxx
+++ b/sd/source/ui/func/fuolbull.cxx
@@ -42,7 +42,6 @@
using namespace svx::sidebar;
namespace sd {
-TYPEINIT1( FuOutlineBullet, FuPoor );
FuOutlineBullet::FuOutlineBullet(ViewShell* pViewShell, ::sd::Window* pWindow,
::sd::View* pView, SdDrawDocument* pDoc,
diff --git a/sd/source/ui/func/fuoltext.cxx b/sd/source/ui/func/fuoltext.cxx
index ee94791407e4..79757080dc4e 100644
--- a/sd/source/ui/func/fuoltext.cxx
+++ b/sd/source/ui/func/fuoltext.cxx
@@ -81,7 +81,6 @@ static sal_uInt16 SidArray[] = {
SID_PARASPACE_DECREASE,
0 };
-TYPEINIT1( FuOutlineText, FuOutline );
FuOutlineText::FuOutlineText(ViewShell* pViewShell, ::sd::Window* pWindow,
::sd::View* pView, SdDrawDocument* pDoc,
diff --git a/sd/source/ui/func/fuoutl.cxx b/sd/source/ui/func/fuoutl.cxx
index c9ba61135bba..61b3b3daee01 100644
--- a/sd/source/ui/func/fuoutl.cxx
+++ b/sd/source/ui/func/fuoutl.cxx
@@ -26,7 +26,6 @@
namespace sd {
-TYPEINIT1( FuOutline, FuPoor );
FuOutline::FuOutline (
ViewShell* pViewShell,
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index cee740ff54af..96a1ef37db05 100644
--- a/sd/source/ui/func/fupage.cxx
+++ b/sd/source/ui/func/fupage.cxx
@@ -81,7 +81,6 @@ namespace sd {
#define MAXHEIGHT 28350
#define MAXWIDTH 28350
-TYPEINIT1( FuPage, FuPoor );
void mergeItemSetsImpl( SfxItemSet& rTarget, const SfxItemSet& rSource )
{
diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx
index fcfc7edf192d..935a019b7716 100644
--- a/sd/source/ui/func/fuparagr.cxx
+++ b/sd/source/ui/func/fuparagr.cxx
@@ -38,7 +38,6 @@
namespace sd {
-TYPEINIT1( FuParagraph, FuPoor );
FuParagraph::FuParagraph (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx
index 2dad9ac97b54..fb896ce082bb 100644
--- a/sd/source/ui/func/fupoor.cxx
+++ b/sd/source/ui/func/fupoor.cxx
@@ -60,7 +60,6 @@ using ::com::sun::star::uno::Reference;
namespace sd {
-TYPEINIT0( FuPoor );
FuPoor::FuPoor (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx
index 609cba3b849b..674aa643d4f2 100644
--- a/sd/source/ui/func/fuprlout.cxx
+++ b/sd/source/ui/func/fuprlout.cxx
@@ -57,7 +57,6 @@
namespace sd
{
-TYPEINIT1( FuPresentationLayout, FuPoor );
#define DOCUMENT_TOKEN '#'
diff --git a/sd/source/ui/func/fuprobjs.cxx b/sd/source/ui/func/fuprobjs.cxx
index 40e9df5a19ba..3ea851cca0e8 100644
--- a/sd/source/ui/func/fuprobjs.cxx
+++ b/sd/source/ui/func/fuprobjs.cxx
@@ -43,7 +43,6 @@
namespace sd {
-TYPEINIT1( FuPresentationObjects, FuPoor );
FuPresentationObjects::FuPresentationObjects (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuscale.cxx b/sd/source/ui/func/fuscale.cxx
index 7300c14a9f3f..023660ad827e 100644
--- a/sd/source/ui/func/fuscale.cxx
+++ b/sd/source/ui/func/fuscale.cxx
@@ -43,7 +43,6 @@
namespace sd {
-TYPEINIT1( FuScale, FuPoor );
FuScale::FuScale (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx
index b7186a70866d..7dca8701cbd1 100644
--- a/sd/source/ui/func/fusearch.cxx
+++ b/sd/source/ui/func/fusearch.cxx
@@ -48,7 +48,6 @@ static sal_uInt16 SidArraySpell[] = {
SID_HANDOUTMODE,
0 };
-TYPEINIT1( FuSearch, FuPoor );
FuSearch::FuSearch (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx
index c163fb7f6217..ce591019959d 100644
--- a/sd/source/ui/func/fusel.cxx
+++ b/sd/source/ui/func/fusel.cxx
@@ -77,7 +77,6 @@ using namespace ::com::sun::star;
namespace sd {
-TYPEINIT1( FuSelection, FuDraw );
FuSelection::FuSelection (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx
index 9609ee8c3546..f3c2f098de40 100644
--- a/sd/source/ui/func/fusldlg.cxx
+++ b/sd/source/ui/func/fusldlg.cxx
@@ -38,7 +38,6 @@ namespace sd {
#define ITEMVALUE(ItemSet,Id,Cast) static_cast<const Cast&>((ItemSet).Get(Id)).GetValue()
-TYPEINIT1( FuSlideShowDlg, FuPoor );
FuSlideShowDlg::FuSlideShowDlg (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fusnapln.cxx b/sd/source/ui/func/fusnapln.cxx
index 667c3230ad57..84688cdb3d87 100644
--- a/sd/source/ui/func/fusnapln.cxx
+++ b/sd/source/ui/func/fusnapln.cxx
@@ -39,7 +39,6 @@
namespace sd {
-TYPEINIT1( FuSnapLine, FuPoor );
FuSnapLine::FuSnapLine(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,
SdDrawDocument* pDoc, SfxRequest& rReq) :
diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx
index c3c27fb8dc10..3100e0970d76 100644
--- a/sd/source/ui/func/fusumry.cxx
+++ b/sd/source/ui/func/fusumry.cxx
@@ -42,7 +42,6 @@ using namespace com::sun::star;
namespace sd {
-TYPEINIT1( FuSummaryPage, FuPoor );
FuSummaryPage::FuSummaryPage (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/futempl.cxx b/sd/source/ui/func/futempl.cxx
index c7c34095c412..50c942591af0 100644
--- a/sd/source/ui/func/futempl.cxx
+++ b/sd/source/ui/func/futempl.cxx
@@ -75,7 +75,6 @@ using namespace com::sun::star::style;
namespace sd
{
-TYPEINIT1( FuTemplate, FuPoor );
FuTemplate::FuTemplate (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index ae88b076689a..cb0e848bdab7 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -130,7 +130,6 @@ static sal_uInt16 SidArray[] = {
FN_NUM_BULLET_ON, // 20138
0 };
-TYPEINIT1( FuText, FuConstruct );
static bool bTestText = false;
diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx
index 41a7cbc373ea..f9680f0ad320 100644
--- a/sd/source/ui/func/futhes.cxx
+++ b/sd/source/ui/func/futhes.cxx
@@ -50,7 +50,6 @@ class SfxRequest;
namespace sd {
-TYPEINIT1( FuThesaurus, FuPoor );
FuThesaurus::FuThesaurus( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,
SdDrawDocument* pDoc, SfxRequest& rReq )
diff --git a/sd/source/ui/func/futransf.cxx b/sd/source/ui/func/futransf.cxx
index 560c3efb5436..a7a4164d6692 100644
--- a/sd/source/ui/func/futransf.cxx
+++ b/sd/source/ui/func/futransf.cxx
@@ -35,7 +35,6 @@
namespace sd {
-TYPEINIT1( FuTransform, FuPoor );
FuTransform::FuTransform(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,
SdDrawDocument* pDoc, SfxRequest& rReq)
diff --git a/sd/source/ui/func/futxtatt.cxx b/sd/source/ui/func/futxtatt.cxx
index 792d49cd4ab1..7737a4bd833c 100644
--- a/sd/source/ui/func/futxtatt.cxx
+++ b/sd/source/ui/func/futxtatt.cxx
@@ -30,7 +30,6 @@
namespace sd {
-TYPEINIT1( FuTextAttrDlg, FuPoor );
FuTextAttrDlg::FuTextAttrDlg (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuvect.cxx b/sd/source/ui/func/fuvect.cxx
index dee4a4d1d96b..f5f729805605 100644
--- a/sd/source/ui/func/fuvect.cxx
+++ b/sd/source/ui/func/fuvect.cxx
@@ -34,7 +34,6 @@
namespace sd
{
-TYPEINIT1( FuVectorize, FuPoor );
FuVectorize::FuVectorize (
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/fuzoom.cxx b/sd/source/ui/func/fuzoom.cxx
index 782c32e5ab44..f0e7fa8a1de6 100644
--- a/sd/source/ui/func/fuzoom.cxx
+++ b/sd/source/ui/func/fuzoom.cxx
@@ -40,7 +40,6 @@ sal_uInt16 SidArrayZoom[] = {
SID_ZOOM_IN,
0 };
-TYPEINIT1( FuZoom, FuPoor );
FuZoom::FuZoom(
ViewShell* pViewSh,
diff --git a/sd/source/ui/func/sdundo.cxx b/sd/source/ui/func/sdundo.cxx
index 7e6a17b51371..19ec5a7689cb 100644
--- a/sd/source/ui/func/sdundo.cxx
+++ b/sd/source/ui/func/sdundo.cxx
@@ -19,6 +19,5 @@
#include "sdundo.hxx"
-TYPEINIT1(SdUndoAction, SfxUndoAction);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/func/sdundogr.cxx b/sd/source/ui/func/sdundogr.cxx
index 0c012205eed1..963e7ddc1150 100644
--- a/sd/source/ui/func/sdundogr.cxx
+++ b/sd/source/ui/func/sdundogr.cxx
@@ -19,7 +19,6 @@
#include "sdundogr.hxx"
-TYPEINIT1(SdUndoGroup, SdUndoAction);
SdUndoGroup::~SdUndoGroup()
{
diff --git a/sd/source/ui/func/undoback.cxx b/sd/source/ui/func/undoback.cxx
index bfb421bdad9d..126101fba2be 100644
--- a/sd/source/ui/func/undoback.cxx
+++ b/sd/source/ui/func/undoback.cxx
@@ -23,7 +23,6 @@
#include "strings.hrc"
#include <svl/itemset.hxx>
-TYPEINIT1( SdBackgroundObjUndoAction, SdUndoAction );
SdBackgroundObjUndoAction::SdBackgroundObjUndoAction(
SdDrawDocument& rDoc,
diff --git a/sd/source/ui/func/undoheaderfooter.cxx b/sd/source/ui/func/undoheaderfooter.cxx
index 7533ce194056..ea29e91c3d62 100644
--- a/sd/source/ui/func/undoheaderfooter.cxx
+++ b/sd/source/ui/func/undoheaderfooter.cxx
@@ -25,7 +25,6 @@
#include "drawview.hxx"
#include "undoheaderfooter.hxx"
-TYPEINIT1(SdHeaderFooterUndoAction, SdUndoAction);
SdHeaderFooterUndoAction::SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings )
: SdUndoAction(pDoc),
diff --git a/sd/source/ui/func/undolayer.cxx b/sd/source/ui/func/undolayer.cxx
index f852c48c1804..0b17185bfa22 100644
--- a/sd/source/ui/func/undolayer.cxx
+++ b/sd/source/ui/func/undolayer.cxx
@@ -25,7 +25,6 @@
#include "strings.hrc"
#include "sdresid.hxx"
-TYPEINIT1(SdLayerModifyUndoAction, SdUndoAction);
SdLayerModifyUndoAction::SdLayerModifyUndoAction(
SdDrawDocument* _pDoc, SdrLayer* pLayer,
diff --git a/sd/source/ui/func/undopage.cxx b/sd/source/ui/func/undopage.cxx
index 3f3401bf20bd..571dac181e70 100644
--- a/sd/source/ui/func/undopage.cxx
+++ b/sd/source/ui/func/undopage.cxx
@@ -29,9 +29,6 @@
#include "drawview.hxx"
#include <svx/svdpagv.hxx>
-TYPEINIT1(SdPageFormatUndoAction, SdUndoAction);
-TYPEINIT1(SdPageLRUndoAction, SdUndoAction);
-TYPEINIT1(SdPageULUndoAction, SdUndoAction);
SdPageFormatUndoAction::~SdPageFormatUndoAction()
{
diff --git a/sd/source/ui/func/unoaprms.cxx b/sd/source/ui/func/unoaprms.cxx
index 6af2c2d017c1..9b64fe909554 100644
--- a/sd/source/ui/func/unoaprms.cxx
+++ b/sd/source/ui/func/unoaprms.cxx
@@ -21,7 +21,6 @@
#include "unoaprms.hxx"
#include "anminfo.hxx"
-TYPEINIT1(SdAnimationPrmsUndoAction, SdUndoAction);
void SdAnimationPrmsUndoAction::Undo()
{
diff --git a/sd/source/ui/func/unprlout.cxx b/sd/source/ui/func/unprlout.cxx
index edfdaac825af..0e9c122d74d0 100644
--- a/sd/source/ui/func/unprlout.cxx
+++ b/sd/source/ui/func/unprlout.cxx
@@ -24,7 +24,6 @@
#include "drawdoc.hxx"
#include "sdresid.hxx"
-TYPEINIT1(SdPresentationLayoutUndoAction, SdUndoAction);
SdPresentationLayoutUndoAction::SdPresentationLayoutUndoAction(
SdDrawDocument* pTheDoc,