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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 22 12:34:17 UTC 2021


 svx/source/tbxctrls/colrctrl.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2a8e84448ce2a5603f9134ee830c389dbc4fd6b6
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Feb 22 10:59:12 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Feb 22 13:33:26 2021 +0100

    drop stray printf
    
    Change-Id: I69ebaa5cd620384f583294123e467e88c76a3e27
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111309
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/tbxctrls/colrctrl.cxx b/svx/source/tbxctrls/colrctrl.cxx
index 68d7a36c59c7..d6817c94402b 100644
--- a/svx/source/tbxctrls/colrctrl.cxx
+++ b/svx/source/tbxctrls/colrctrl.cxx
@@ -227,8 +227,6 @@ SvxColorDockingWindow::SvxColorDockingWindow(SfxBindings* _pBindings, SfxChildWi
     aItemSize.setHeight( aItemSize.Height() + SvxColorValueSet::getEntryEdgeLength() );
     aItemSize.setHeight( aItemSize.Height() / 2 );
 
-    fprintf(stderr, "size is %" SAL_PRIdINT64 " %" SAL_PRIdINT64 "\n", sal_Int64(aItemSize.Width()), sal_Int64(aItemSize.Height()));
-
     if (_pBindings != nullptr)
         StartListening(*_pBindings, DuplicateHandling::Prevent);
 }


More information about the Libreoffice-commits mailing list