This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new c9282f5  extraneous brace
c9282f5 is described below

commit c9282f5c5c233884d98fce310df4c9457d83972b
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Aug 5 16:40:24 2021 -0400

    extraneous brace
    
    (cherry picked from commit b0eb6e5cefc4a0e3265278c0289ee9919cd99987)
---
 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& )
                                {

Reply via email to