[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - filter/source
Andras Timar
andras.timar at collabora.com
Thu Dec 3 03:48:14 PST 2015
filter/source/svg/svgexport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit af09cdddef8d850a557a73c758a476738a9aca1c
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Dec 3 12:51:59 2015 +0100
build fix
Change-Id: I4cfc98bc7bb12b0f327a2b575dfea49483ce6519
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index c7ca3f0..e4dc357 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -2170,7 +2170,7 @@ IMPL_LINK( SVGFilter, CalcFieldHdl, EditFieldInfo*, pInfo )
if( !mCreateOjectsCurrentMasterPage.is() )
{
OSL_FAIL( "error: !mCreateOjectsCurrentMasterPage.is()" );
- return;
+ return 0;
}
bool bHasCharSetMap = !( mTextFieldCharSets.find( mCreateOjectsCurrentMasterPage ) == mTextFieldCharSets.end() );
More information about the Libreoffice-commits
mailing list