summaryrefslogtreecommitdiff
path: root/include/editeng/fwdtitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 08:11:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 08:37:25 +0000
commit7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch)
treee8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/fwdtitem.hxx
parent795ac5bc53f6c15f2ab4634201747eb1c3e3331f (diff)
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12 Reviewed-on: https://gerrit.libreoffice.org/17115 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/fwdtitem.hxx')
-rw-r--r--include/editeng/fwdtitem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/editeng/fwdtitem.hxx b/include/editeng/fwdtitem.hxx
index 34f281ecd51f..3d2d3bef2203 100644
--- a/include/editeng/fwdtitem.hxx
+++ b/include/editeng/fwdtitem.hxx
@@ -64,13 +64,6 @@ public:
return *this;
}
- void SetWidth( sal_uInt16 nNewWidth, const sal_uInt16 nNewProp = 100 )
- {
- DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" );
- nWidth = sal_uInt16(( (sal_uInt32)nNewWidth * nNewProp ) / 100 );
- nProp = nNewProp;
- }
-
sal_uInt16 GetWidth() const { return nWidth; }
void SetWidthValue( sal_uInt16 nNewWidth )