summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/sgvmain.cxx')
-rw-r--r--vcl/source/filter/sgvmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/sgvmain.cxx b/vcl/source/filter/sgvmain.cxx
index 4e130e5213e2..63526dccecad 100644
--- a/vcl/source/filter/sgvmain.cxx
+++ b/vcl/source/filter/sgvmain.cxx
@@ -870,7 +870,7 @@ bool SgfSDrwFilter(SvStream& rInp, GDIMetaFile& rMtf, const INetURLObject& _aIni
} // while(nNext)
}
delete pSgfFonts;
- return(bRet);
+ return bRet;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */