diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-06-25 15:35:21 +0300 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-28 09:03:04 +0000 |
commit | ecbd3104c13d4e83720ca6508a07f9ab1548de62 (patch) | |
tree | 85bef34c9ce4264ab4e4b7e576da0d08a90f591f /oox/source/ppt | |
parent | 8810d26c92c4f70b2a05c63088e30fc780ed6caf (diff) |
MSVC build fixes
Change-Id: I189fe3635f94fdd6b91bd7930c7abf02e70368aa
Reviewed-on: https://gerrit.libreoffice.org/4581
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'oox/source/ppt')
-rw-r--r-- | oox/source/ppt/pptshapepropertiescontext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ppt/pptshapepropertiescontext.cxx b/oox/source/ppt/pptshapepropertiescontext.cxx index 1ebf9268207c..1dcbda895111 100644 --- a/oox/source/ppt/pptshapepropertiescontext.cxx +++ b/oox/source/ppt/pptshapepropertiescontext.cxx @@ -60,7 +60,6 @@ ContextHandlerRef PPTShapePropertiesContext::onCreateContext( sal_Int32 aElement default: return ShapePropertiesContext::onCreateContext( aElementToken, rAttribs ); } - return 0; } } } |