summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/theme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/theme.cxx')
-rw-r--r--oox/source/drawingml/theme.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/theme.cxx b/oox/source/drawingml/theme.cxx
index 8f4b7bcd410e..e2cca699d1c4 100644
--- a/oox/source/drawingml/theme.cxx
+++ b/oox/source/drawingml/theme.cxx
@@ -67,7 +67,7 @@ const TextCharacterProperties* Theme::getFontStyle( sal_Int32 nSchemeType ) cons
const TextFont* Theme::resolveFont( const OUString& rName ) const
{
- const TextCharacterProperties* pCharProps = 0;
+ const TextCharacterProperties* pCharProps = nullptr;
/* Resolves the following names:
+mj-lt, +mj-ea, +mj-cs -- major Latin, Asian, Complex font
+mn-lt, +mn-ea, +mn-cs -- minor Latin, Asian, Complex font
@@ -103,7 +103,7 @@ const TextFont* Theme::resolveFont( const OUString& rName ) const
else if (rName == "minorEastAsia" || rName == "majorEastAsia")
return &pCharProps->maAsianFont;
}
- return 0;
+ return nullptr;
}
} // namespace drawingml