[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 5 09:15:10 UTC 2019


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

New commits:
commit 195f05311277c38dadc8894ee09b3c1cabc0e6e6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 23 18:08:27 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jan 5 10:14:51 2019 +0100

    Fix typo in method name
    
    Change-Id: I6d4a0dfa1eed5da0efdac7553d73fc3ae681f5f9
    Reviewed-on: https://gerrit.libreoffice.org/65883
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/inc/tabfrm.hxx b/sw/source/core/inc/tabfrm.hxx
index 78a61b49f630..176396c6667a 100644
--- a/sw/source/core/inc/tabfrm.hxx
+++ b/sw/source/core/inc/tabfrm.hxx
@@ -111,7 +111,7 @@ protected:
     virtual SwTwips GrowFrame  ( SwTwips, bool bTst = false, bool bInfo = false ) override;
 
 public:
-    SwTabFrame( SwTable &, SwFrame* );  // calling Regist Flys always after creation _and_pasting!
+    SwTabFrame( SwTable &, SwFrame* );  // calling RegistFlys always after creation _and_pasting!
     SwTabFrame( SwTabFrame & ); // _only_ for the creation of follows
 
     void JoinAndDelFollows();   // for DelFrames of the TableNodes!


More information about the Libreoffice-commits mailing list