summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-12-27 00:25:51 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-12-26 13:29:32 +0000
commit32a6979da31266d757b481fe1a204da0c7ba2563 (patch)
tree1ba4449325f5f646c585a0c09b73b82c24cfa710
parent0a9503ed688e258cee5407061a1406d11eb7c258 (diff)
vcl: fix whitespace in outdev.cxx
Change-Id: I11d139937324b1dc6a6c4b2c5dc1f276f9b23cf3 Reviewed-on: https://gerrit.libreoffice.org/20955 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
-rw-r--r--vcl/source/outdev/outdev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index 9b6996a7d26f..ebcd6c0d33da 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -97,7 +97,7 @@ OutputDevice::OutputDevice() :
mpFontCache = nullptr;
mpFontCollection = nullptr;
mpDeviceFontList = nullptr;
- mpDeviceFontSizeList = nullptr;
+ mpDeviceFontSizeList = nullptr;
mpOutDevStateStack = new OutDevStateStack;
mpPDFWriter = nullptr;
mpAlphaVDev = nullptr;