sc/source/ui/inc/viewfunc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 89f4737ab791a0432fe92f327906ac42bcb77a7c
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Wed Jun 1 19:14:37 2022 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Wed Jun 1 20:53:26 2022 +0200

    Remove nonsense comment, function *is* used
    
    Change-Id: I514b38c0770deb85ca995aed1e8e454eb4f23e81
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135251
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 2b72ce50ff73..8d012dd27050 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -104,7 +104,7 @@ public:
      */
     void            EnterBlock( const OUString& rString, const EditTextObject* 
pData );
 
-    void            EnterDataAtCursor( const OUString& rString );         //! 
Not used?
+    void            EnterDataAtCursor( const OUString& rString );
 
     SC_DLLPUBLIC void           CutToClip();
     SC_DLLPUBLIC bool           CopyToClip( ScDocument* pClipDoc, bool bCut, 
bool bApi = false,

Reply via email to