summaryrefslogtreecommitdiff
path: root/svx/source/mnuctrls/fntctl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/mnuctrls/fntctl.cxx')
-rw-r--r--svx/source/mnuctrls/fntctl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/mnuctrls/fntctl.cxx b/svx/source/mnuctrls/fntctl.cxx
index 7f6060bfe3ed..38b1b763e5ca 100644
--- a/svx/source/mnuctrls/fntctl.cxx
+++ b/svx/source/mnuctrls/fntctl.cxx
@@ -70,7 +70,7 @@ void SvxFontMenuControl::FillMenu()
{
const SvxFontListItem* pFonts =
static_cast<const SvxFontListItem*>(pDoc->GetItem( SID_ATTR_CHAR_FONTLIST ));
- const FontList* pList = pFonts ? pFonts->GetFontList(): 0;
+ const FontList* pList = pFonts ? pFonts->GetFontList(): nullptr;
DBG_ASSERT( pList, "Kein Fonts gefunden" );
pMenu->Fill( pList );
}