sw/source/core/inc/dflyobj.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b6709e27069bc933eb38d45234c07e3ac369158b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 5 11:27:15 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 5 19:46:55 2023 +0000

    Fix typo in code
    
    Change-Id: I30f66cf9c5c9c0073565e61f96cd4677649d5a40
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148269
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx
index 81789db285b3..96b12dcf49f8 100644
--- a/sw/source/core/inc/dflyobj.hxx
+++ b/sw/source/core/inc/dflyobj.hxx
@@ -54,7 +54,7 @@ public:
     virtual bool IsTextBox() const override { return mbIsTextBox; }
     void SetTextBox(bool bIsTextBox) { mbIsTextBox = bIsTextBox; }
 
-    virtual void NbcRotate(const Point& rRef, Degree100 nAngle, double 
sinAnle, double cosAngle) override;
+    virtual void NbcRotate(const Point& rRef, Degree100 nAngle, double 
sinAngle, double cosAngle) override;
 };
 
 // virtual objects for Flys

Reply via email to