summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-17 22:58:57 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-17 22:59:20 +0200
commit31376a31d12a22d4870bbe4033dbbce18c13f07d (patch)
treedae2901e0605ec58d8db845419aa3f4f3c3d8b18
parent5b2df0c09c63cc06c9158dba1b9e161fc799ba16 (diff)
writerfilter: try to make tinderbox happy again
Change-Id: I445303e52fbfaa58e68c01970e21941537484506
-rw-r--r--writerfilter/source/rtftok/rtfsprm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfsprm.cxx b/writerfilter/source/rtftok/rtfsprm.cxx
index 40b8fcc47230..1b0df46c0257 100644
--- a/writerfilter/source/rtftok/rtfsprm.cxx
+++ b/writerfilter/source/rtftok/rtfsprm.cxx
@@ -149,7 +149,7 @@ static RTFValue::Pointer_t getDefaultSPRM(Id const id)
return RTFValue::Pointer_t(new RTFValue(0));
default:
- return 0;
+ return RTFValue::Pointer_t();
}
}