summaryrefslogtreecommitdiffstats
path: root/include/editeng/writingmodeitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 11:27:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 11:09:46 +0000
commit2675f26f1a155257bd1680a1e1a1ba58da8c4452 (patch)
tree5227b9c07962e01d64419898833d8418c3d4f9e0 /include/editeng/writingmodeitem.hxx
parentremove unused patch (diff)
downloadcore-2675f26f1a155257bd1680a1e1a1ba58da8c4452.tar.gz
core-2675f26f1a155257bd1680a1e1a1ba58da8c4452.zip
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/writingmodeitem.hxx')
-rw-r--r--include/editeng/writingmodeitem.hxx2
1 files changed, 0 insertions, 2 deletions
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;