You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2021/11/12 17:05:12 UTC

[openoffice] 02/02: Fixed small error from last commit

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

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

commit ac8361426011f9c839c039c81197d1113ade88dd
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Nov 12 17:51:25 2021 +0100

    Fixed small error from last commit
    
    (cherry picked from commit c2aa6762603290a3bb12637f1cdccb182d5b89fb)
---
 main/basegfx/inc/basegfx/numeric/ftools.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/basegfx/inc/basegfx/numeric/ftools.hxx b/main/basegfx/inc/basegfx/numeric/ftools.hxx
index c04b492..8a22fe7 100644
--- a/main/basegfx/inc/basegfx/numeric/ftools.hxx
+++ b/main/basegfx/inc/basegfx/numeric/ftools.hxx
@@ -27,7 +27,7 @@
 #include <rtl/math.hxx>
 #include <basegfx/basegfxdllapi.h>
 
-////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
 // standard PI defines from solar.h, but we do not want to link against tools
 
 #ifndef F_PI
@@ -52,7 +52,7 @@
 #define F_2PI		(2.0*M_PI)
 #endif
 
-////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
 // fTools defines
 
 namespace basegfx