sc/source/ui/view/viewfun2.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 9ab58d8cd680217e5cc3d0f5daa7dfd89107ddec
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed May 4 09:12:55 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed May 4 12:57:28 2022 +0200

    remove stray printf
    
    not one of mine for a change
    
    Change-Id: Iaa4151f8fcb0b31d98514075473d2768fbadd69c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133810
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index f05be0e7eade..5d7d62d4ad84 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -1458,8 +1458,6 @@ void ScViewFunc::FillSeries( FillDir eDir, FillCmd eCmd, 
FillDateCmd eDateCmd,
 void ScViewFunc::FillAuto( FillDir eDir, SCCOL nStartCol, SCROW nStartRow,
                             SCCOL nEndCol, SCROW nEndRow, sal_uLong nCount )
 {
-    printf ("FillAuto\n");
-
     SCTAB nTab = GetViewData().GetTabNo();
     ScRange aRange( nStartCol,nStartRow,nTab, nEndCol,nEndRow,nTab );
     ScRange aSourceRange( aRange );

Reply via email to