This is an automated email from the ASF dual-hosted git repository.
jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new b0eb6e5 extraneous brace
b0eb6e5 is described below
commit b0eb6e5cefc4a0e3265278c0289ee9919cd99987
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Aug 5 16:40:24 2021 -0400
extraneous brace
---
main/xmloff/source/core/xmlexp.cxx | 1 -
1 file changed, 1 deletion(-)
diff --git a/main/xmloff/source/core/xmlexp.cxx
b/main/xmloff/source/core/xmlexp.cxx
index 790afe0..e3ac13a 100644
--- a/main/xmloff/source/core/xmlexp.cxx
+++ b/main/xmloff/source/core/xmlexp.cxx
@@ -706,7 +706,6 @@ void SAL_CALL SvXMLExport::setSourceDocument( const
uno::Reference< lang::XCompo
mnExportFlags |= EXPORT_PRETTY;
else
mnExportFlags &= ~EXPORT_PRETTY;
- }
}
catch ( lang::IllegalArgumentException& )
{