summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-21 09:05:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 09:05:41 +0000
commit3d2f43438d4fe6947965a98262b0db42c8d5e680 (patch)
treee245fa05276d3b30b9537924cb06f7ebe266ac3b /editeng
parentuse 3,0,0 rather than 3,10,0 (diff)
downloadcore-3d2f43438d4fe6947965a98262b0db42c8d5e680.tar.gz
core-3d2f43438d4fe6947965a98262b0db42c8d5e680.zip
loplugin:unusedmethods sd
Change-Id: I9b5399ace50db3259df2e619f28ae547a38e6c6d Reviewed-on: https://gerrit.libreoffice.org/17254 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/numitem.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx
index 0edc0a4e85c7..14dea27e675f 100644
--- a/editeng/source/items/numitem.cxx
+++ b/editeng/source/items/numitem.cxx
@@ -481,19 +481,6 @@ void SvxNumberFormat::SetIndentAt( const long nIndentAt )
mnIndentAt = nIndentAt;
}
-IMPL_LINK_NOARG( SvxNumberFormat, GraphicArrived )
-{
- // if necessary, set the GrfSize:
- if( !aGraphicSize.Width() || !aGraphicSize.Height() )
- {
- const Graphic* pGrf = pGraphicBrush->GetGraphic();
- if( pGrf )
- aGraphicSize = SvxNumberFormat::GetGraphicSizeMM100( pGrf );
- }
- NotifyGraphicArrived();
- return 0;
-}
-
void SvxNumberFormat::NotifyGraphicArrived()
{
}