This is an automated email from the ASF dual-hosted git repository. petko 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 60c185de17 added missing blank since <: is interpreted as [ 60c185de17 is described below commit 60c185de1737a84ecde8c94cfaa76bd7ee139926 Author: Peter Kovacs <pe...@apache.org> AuthorDate: Fri Jul 28 10:25:06 2023 +0200 added missing blank since <: is interpreted as [ --- main/sw/source/filter/html/swhtml.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/sw/source/filter/html/swhtml.hxx b/main/sw/source/filter/html/swhtml.hxx index 5ca49cd026..848bd4258d 100644 --- a/main/sw/source/filter/html/swhtml.hxx +++ b/main/sw/source/filter/html/swhtml.hxx @@ -927,7 +927,7 @@ public: // for asynchronous reading from the SvStream virtual void Continue( int nToken ); - virtual bool ParseMetaOptions( const ::com::sun::star::uno::Reference<::com::sun::star::document::XDocumentProperties>&, SvKeyValueIterator* ); + virtual bool ParseMetaOptions( const ::com::sun::star::uno::Reference < ::com::sun::star::document::XDocumentProperties>&, SvKeyValueIterator* ); };