From 9ab58d8cd680217e5cc3d0f5daa7dfd89107ddec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 May 2022 09:12:55 +0100 Subject: remove stray printf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit not one of mine for a change Change-Id: Iaa4151f8fcb0b31d98514075473d2768fbadd69c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133810 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- sc/source/ui/view/viewfun2.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc') 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 ); -- cgit