summaryrefslogtreecommitdiff
path: root/svx/source/dialog/fntctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/fntctrl.cxx')
-rw-r--r--svx/source/dialog/fntctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index 161d94987716..8511dc0190c9 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -167,7 +167,7 @@ public:
mpPrinter(nullptr),
mbDelPrinter(false),
mpColor(nullptr),
- mpBackColor(0),
+ mpBackColor(nullptr),
mnAscent(0),
mcStartBracket(0),
mcEndBracket(0),
@@ -613,7 +613,7 @@ void SvxFontPrevWindow::SetColor(const Color &rColor)
void SvxFontPrevWindow::ResetColor()
{
delete pImpl->mpColor;
- pImpl->mpColor = 0;
+ pImpl->mpColor = nullptr;
Invalidate();
}