summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-13 15:08:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-13 15:08:20 +0100
commit814ae45d4b968c95a49fb35c47f4c813fa2dc026 (patch)
tree53a61f5a4093b8d28a81b3e5a16aa2c9f9089c1f /svtools
parent03b941e9ae63626a3336aabdb6a3485835ec6f9d (diff)
Some cppcheck cleaning
Change-Id: I099171d85a51095f0ff6d592c1260d931f9769b2
Diffstat (limited to 'svtools')
-rw-r--r--svtools/bmpmaker/bmpcore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx
index f5366ffe1bbf..50ae2933086d 100644
--- a/svtools/bmpmaker/bmpcore.cxx
+++ b/svtools/bmpmaker/bmpcore.cxx
@@ -51,7 +51,7 @@ static String ImplGetSystemFileName( const String& rFileName )
// - BmpCreator -
// --------------
-BmpCreator::BmpCreator()
+BmpCreator::BmpCreator():pSRS(NULL)
{
}