This is an automated email from the ASF dual-hosted git repository. petko pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 50c256d43a37f1888460263a6748eac11516160c 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* ); };