summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-07-21 16:34:51 +0300
committerTor Lillqvist <tml@collabora.com>2017-07-21 17:20:33 +0300
commita1826132c0425d0e7fc05129b0ddf1b92732e5c4 (patch)
tree25290a65b3af367287cb05a7089290534449584a /sc
parentc48f659a38af4da57cd1c978f17f2598de19156a (diff)
loplugin:subtlezeroinit
Change-Id: I52780b012a1e5a382e2245fb1d857e64322bee4a
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/global.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx
index 73af65a3e149..ce644d04486c 100644
--- a/sc/source/core/data/global.cxx
+++ b/sc/source/core/data/global.cxx
@@ -464,7 +464,7 @@ void ScGlobal::Init()
pCharClass = pSysLocale->GetCharClassPtr();
pLocaleData = pSysLocale->GetLocaleDataPtr();
- pRscString = new std::map<const char*, OUString>();
+ pRscString = new std::map<const char*, OUString>;
pEmptyBrushItem = new SvxBrushItem( Color( COL_TRANSPARENT ), ATTR_BACKGROUND );
pButtonBrushItem = new SvxBrushItem( Color(), ATTR_BACKGROUND );