diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 11:27:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 11:09:46 +0000 |
commit | 2675f26f1a155257bd1680a1e1a1ba58da8c4452 (patch) | |
tree | 5227b9c07962e01d64419898833d8418c3d4f9e0 /include/editeng | |
parent | f210499af1a6889785d49f8881672324afc755c1 (diff) |
remove unused CreateDefault methods
Change-Id: Ifbdd7d41f0938e9a03693f88416792ff8087f8c2
Reviewed-on: https://gerrit.libreoffice.org/34850
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/bulletitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/charhiddenitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/charsetcoloritem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/flditem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/flstitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/forbiddenruleitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/frmdiritem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/fwdtitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/hngpnctitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/lcolitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/nhypitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/nlbkitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/opaqitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/pgrditem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/prntitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/prszitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/rsiditem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/scriptspaceitem.hxx | 2 | ||||
-rw-r--r-- | include/editeng/scripttypeitem.hxx | 4 | ||||
-rw-r--r-- | include/editeng/twolinesitem.hxx | 1 | ||||
-rw-r--r-- | include/editeng/udlnitem.hxx | 4 | ||||
-rw-r--r-- | include/editeng/writingmodeitem.hxx | 2 |
22 files changed, 0 insertions, 47 deletions
diff --git a/include/editeng/bulletitem.hxx b/include/editeng/bulletitem.hxx index 63bc5820329f..0d1fe95fefdf 100644 --- a/include/editeng/bulletitem.hxx +++ b/include/editeng/bulletitem.hxx @@ -59,8 +59,6 @@ class EDITENG_DLLPUBLIC SvxBulletItem : public SfxPoolItem void SetDefaults_Impl(); public: - static SfxPoolItem* CreateDefault(); - explicit SvxBulletItem( sal_uInt16 nWhich ); explicit SvxBulletItem( SvStream& rStrm, sal_uInt16 nWhich ); SvxBulletItem( const SvxBulletItem& ); diff --git a/include/editeng/charhiddenitem.hxx b/include/editeng/charhiddenitem.hxx index 2cdc1978fddd..daa1faaba68a 100644 --- a/include/editeng/charhiddenitem.hxx +++ b/include/editeng/charhiddenitem.hxx @@ -32,8 +32,6 @@ class EDITENG_DLLPUBLIC SvxCharHiddenItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxCharHiddenItem( const bool bHidden /*= false*/, const sal_uInt16 nId ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; diff --git a/include/editeng/charsetcoloritem.hxx b/include/editeng/charsetcoloritem.hxx index b0208a998921..82dc4a6de32b 100644 --- a/include/editeng/charsetcoloritem.hxx +++ b/include/editeng/charsetcoloritem.hxx @@ -34,8 +34,6 @@ class EDITENG_DLLPUBLIC SvxCharSetColorItem : public SvxColorItem { rtl_TextEncoding eFrom; public: - static SfxPoolItem* CreateDefault(); - explicit SvxCharSetColorItem( const sal_uInt16 nId ); SvxCharSetColorItem( const Color& aColor, const rtl_TextEncoding eFrom, const sal_uInt16 nId ); diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index eabb4761615a..89cd9ac22076 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -72,8 +72,6 @@ private: EDITENG_DLLPRIVATE SvxFieldItem( SvxFieldData* pField, const sal_uInt16 nId ); public: - static SfxPoolItem* CreateDefault(); - SvxFieldItem( const SvxFieldData& rField, const sal_uInt16 nId ); SvxFieldItem( const SvxFieldItem& rItem ); virtual ~SvxFieldItem() override; diff --git a/include/editeng/flstitem.hxx b/include/editeng/flstitem.hxx index 894add8a20de..f75ccca5cd23 100644 --- a/include/editeng/flstitem.hxx +++ b/include/editeng/flstitem.hxx @@ -42,8 +42,6 @@ private: css::uno::Sequence< OUString > aFontNameSeq; public: - static SfxPoolItem* CreateDefault(); - SvxFontListItem( const FontList* pFontLst, const sal_uInt16 nId ); SvxFontListItem( const SvxFontListItem& rItem ); diff --git a/include/editeng/forbiddenruleitem.hxx b/include/editeng/forbiddenruleitem.hxx index 9f351aefb813..2d7f2f42184e 100644 --- a/include/editeng/forbiddenruleitem.hxx +++ b/include/editeng/forbiddenruleitem.hxx @@ -32,8 +32,6 @@ class EDITENG_DLLPUBLIC SvxForbiddenRuleItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxForbiddenRuleItem( bool bOn /*= false*/, const sal_uInt16 nId ); diff --git a/include/editeng/frmdiritem.hxx b/include/editeng/frmdiritem.hxx index 40b8aa0b32fb..7cc444c42d10 100644 --- a/include/editeng/frmdiritem.hxx +++ b/include/editeng/frmdiritem.hxx @@ -35,8 +35,6 @@ class EDITENG_DLLPUBLIC SvxFrameDirectionItem : public SfxUInt16Item { public: - static SfxPoolItem* CreateDefault(); - SvxFrameDirectionItem( SvxFrameDirection nValue /*= FRMDIR_HORI_LEFT_TOP*/, sal_uInt16 nWhich ); virtual ~SvxFrameDirectionItem() override; diff --git a/include/editeng/fwdtitem.hxx b/include/editeng/fwdtitem.hxx index 06fe69a7e1eb..a79de4b2b495 100644 --- a/include/editeng/fwdtitem.hxx +++ b/include/editeng/fwdtitem.hxx @@ -35,8 +35,6 @@ class SvxFontWidthItem : public SfxPoolItem sal_uInt16 nWidth; // 0 = default sal_uInt16 nProp; // default 100% public: - static SfxPoolItem* CreateDefault(); - SvxFontWidthItem( const sal_uInt16 nSz /*= 0*/, const sal_uInt16 nPropWidth /*= 100*/, const sal_uInt16 nId ); diff --git a/include/editeng/hngpnctitem.hxx b/include/editeng/hngpnctitem.hxx index d4b1c186ccfe..b68c2881bdec 100644 --- a/include/editeng/hngpnctitem.hxx +++ b/include/editeng/hngpnctitem.hxx @@ -32,8 +32,6 @@ class EDITENG_DLLPUBLIC SvxHangingPunctuationItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxHangingPunctuationItem( bool bOn /*= false*/, const sal_uInt16 nId ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; diff --git a/include/editeng/lcolitem.hxx b/include/editeng/lcolitem.hxx index 61d94b61c571..856f2d8eb70e 100644 --- a/include/editeng/lcolitem.hxx +++ b/include/editeng/lcolitem.hxx @@ -30,8 +30,6 @@ class EDITENG_DLLPUBLIC SvxLineColorItem : public SvxColorItem { public: - static SfxPoolItem* CreateDefault(); - explicit SvxLineColorItem( const sal_uInt16 nId ); SvxLineColorItem( const SvxLineColorItem& rCopy ); virtual ~SvxLineColorItem() override; diff --git a/include/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx index 74cad7a505e8..3c5109b43c06 100644 --- a/include/editeng/nhypitem.hxx +++ b/include/editeng/nhypitem.hxx @@ -26,8 +26,6 @@ class EDITENG_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxNoHyphenItem( const bool bHyphen /*= true*/, const sal_uInt16 nId ); diff --git a/include/editeng/nlbkitem.hxx b/include/editeng/nlbkitem.hxx index 1c1260a8bbdd..fda14d94c15d 100644 --- a/include/editeng/nlbkitem.hxx +++ b/include/editeng/nlbkitem.hxx @@ -26,8 +26,6 @@ class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxNoLinebreakItem( const bool bBreak /*= true*/, const sal_uInt16 nId ); diff --git a/include/editeng/opaqitem.hxx b/include/editeng/opaqitem.hxx index 494349c29f57..6b464e3507a3 100644 --- a/include/editeng/opaqitem.hxx +++ b/include/editeng/opaqitem.hxx @@ -35,8 +35,6 @@ class SvXMLUnitConverter; class EDITENG_DLLPUBLIC SvxOpaqueItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - explicit SvxOpaqueItem( const sal_uInt16 nId , const bool bOpa = true ); inline SvxOpaqueItem &operator=( const SvxOpaqueItem &rCpy ); diff --git a/include/editeng/pgrditem.hxx b/include/editeng/pgrditem.hxx index 0e11a8bc3b41..6b3f297dabfd 100644 --- a/include/editeng/pgrditem.hxx +++ b/include/editeng/pgrditem.hxx @@ -33,8 +33,6 @@ class EDITENG_DLLPUBLIC SvxParaGridItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxParaGridItem( const bool bSnapToGrid /*= true*/, const sal_uInt16 nId ); diff --git a/include/editeng/prntitem.hxx b/include/editeng/prntitem.hxx index b7ddfa598f4f..f276cf7f5643 100644 --- a/include/editeng/prntitem.hxx +++ b/include/editeng/prntitem.hxx @@ -35,8 +35,6 @@ class EDITENG_DLLPUBLIC SvxPrintItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - explicit SvxPrintItem( const sal_uInt16 nId , const bool bPrt = true ); inline SvxPrintItem &operator=( const SvxPrintItem &rCpy ); diff --git a/include/editeng/prszitem.hxx b/include/editeng/prszitem.hxx index 1ec271b198f8..a786e2976ebd 100644 --- a/include/editeng/prszitem.hxx +++ b/include/editeng/prszitem.hxx @@ -32,8 +32,6 @@ class EDITENG_DLLPUBLIC SvxPropSizeItem : public SfxUInt16Item { public: - static SfxPoolItem* CreateDefault(); - SvxPropSizeItem( const sal_uInt16 nPercent /*= 100*/, const sal_uInt16 nID ); diff --git a/include/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx index ee21b7e9cd4f..976b65d28d04 100644 --- a/include/editeng/rsiditem.hxx +++ b/include/editeng/rsiditem.hxx @@ -19,8 +19,6 @@ class EDITENG_DLLPUBLIC SvxRsidItem : public SfxUInt32Item { public: - static SfxPoolItem* CreateDefault(); - SvxRsidItem( sal_uInt32 nRsid, sal_uInt16 nId ) : SfxUInt32Item( nId, nRsid ) {} SvxRsidItem( SvStream& rIn, sal_uInt16 nId ) : SfxUInt32Item( nId, rIn ) {} diff --git a/include/editeng/scriptspaceitem.hxx b/include/editeng/scriptspaceitem.hxx index bfba0165bba4..788ed50657cc 100644 --- a/include/editeng/scriptspaceitem.hxx +++ b/include/editeng/scriptspaceitem.hxx @@ -33,8 +33,6 @@ class EDITENG_DLLPUBLIC SvxScriptSpaceItem : public SfxBoolItem { public: - static SfxPoolItem* CreateDefault(); - SvxScriptSpaceItem( bool bOn /*= false*/, const sal_uInt16 nId ); diff --git a/include/editeng/scripttypeitem.hxx b/include/editeng/scripttypeitem.hxx index c9e72a7efe0f..4d86b9e81359 100644 --- a/include/editeng/scripttypeitem.hxx +++ b/include/editeng/scripttypeitem.hxx @@ -34,8 +34,6 @@ class EDITENG_DLLPUBLIC SvxScriptTypeItem : public SfxUInt16Item { public: - static SfxPoolItem* CreateDefault(); - explicit SvxScriptTypeItem( SvtScriptType nType = SvtScriptType::LATIN ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; @@ -44,8 +42,6 @@ public: class EDITENG_DLLPUBLIC SvxScriptSetItem : public SfxSetItem { public: - static SfxPoolItem* CreateDefault(); - SvxScriptSetItem( sal_uInt16 nSlotId, SfxItemPool& rPool ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; diff --git a/include/editeng/twolinesitem.hxx b/include/editeng/twolinesitem.hxx index ba243cb5edfa..e978c89ca544 100644 --- a/include/editeng/twolinesitem.hxx +++ b/include/editeng/twolinesitem.hxx @@ -30,7 +30,6 @@ class EDITENG_DLLPUBLIC SvxTwoLinesItem : public SfxPoolItem sal_Unicode cStartBracket, cEndBracket; bool bOn; public: - static SfxPoolItem* CreateDefault(); SvxTwoLinesItem( bool bOn /*= true*/, sal_Unicode nStartBracket /*= 0*/, sal_Unicode nEndBracket /*= 0*/, diff --git a/include/editeng/udlnitem.hxx b/include/editeng/udlnitem.hxx index 6b7bb0fa49ef..d3df41f8766c 100644 --- a/include/editeng/udlnitem.hxx +++ b/include/editeng/udlnitem.hxx @@ -85,8 +85,6 @@ public: class EDITENG_DLLPUBLIC SvxUnderlineItem : public SvxTextLineItem { public: - static SfxPoolItem* CreateDefault(); - SvxUnderlineItem( const FontLineStyle eSt, const sal_uInt16 nId ); @@ -102,8 +100,6 @@ public: class EDITENG_DLLPUBLIC SvxOverlineItem : public SvxTextLineItem { public: - static SfxPoolItem* CreateDefault(); - SvxOverlineItem( const FontLineStyle eSt, const sal_uInt16 nId ); diff --git a/include/editeng/writingmodeitem.hxx b/include/editeng/writingmodeitem.hxx index f74ff76e9121..d3cd38a65b67 100644 --- a/include/editeng/writingmodeitem.hxx +++ b/include/editeng/writingmodeitem.hxx @@ -28,8 +28,6 @@ class EDITENG_DLLPUBLIC SvxWritingModeItem : public SfxUInt16Item { public: - static SfxPoolItem* CreateDefault(); - SvxWritingModeItem( css::text::WritingMode eValue /*= css::text::WritingMode_LR_TB*/, sal_uInt16 nWhich /*= SDRATTR_TEXTDIRECTION*/ ); virtual ~SvxWritingModeItem() override; |