summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/autofmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/autofmt.cxx')
-rw-r--r--sw/source/core/edit/autofmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx
index c1088a245897..c3542b9b0c51 100644
--- a/sw/source/core/edit/autofmt.cxx
+++ b/sw/source/core/edit/autofmt.cxx
@@ -1410,7 +1410,7 @@ void SwAutoFormat::BuildEnum( sal_uInt16 nLvl, sal_uInt16 nDigitLevel )
{
int nBulletPos = pFndBulletChr - pBulletChar;
sal_Unicode cBullChar;
- const Font* pBullFnt( 0 );
+ const vcl::Font* pBullFnt( 0 );
if( nBulletPos < cnPosEnDash )
{
cBullChar = m_aFlags.cBullet;