summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/numrule.hxx1
-rw-r--r--sw/source/core/doc/number.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 585937dfe188..79aa6fe3711f 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -53,7 +53,6 @@ class SW_DLLPUBLIC SwNumFormat : public SvxNumberFormat, public SwClient
//For i120928,record the cp info of graphic within bullet
sal_Unicode cGrfBulletCP;
SAL_DLLPRIVATE void UpdateNumNodes( SwDoc* pDoc );
- SAL_DLLPRIVATE virtual void NotifyGraphicArrived() SAL_OVERRIDE;
using SvxNumberFormat::operator ==;
using SvxNumberFormat::operator !=;
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index 0a22fc1b13d7..3292de9634ce 100644
--- a/sw/source/core/doc/number.cxx
+++ b/sw/source/core/doc/number.cxx
@@ -224,12 +224,6 @@ SwNumFormat::~SwNumFormat()
delete pVertOrient;
}
-void SwNumFormat::NotifyGraphicArrived()
-{
- if( GetCharFormat() )
- UpdateNumNodes( GetCharFormat()->GetDoc() );
-}
-
// #i22362#
bool SwNumFormat::IsEnumeration() const
{