summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-22 10:59:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-22 13:33:26 +0100
commit2a8e84448ce2a5603f9134ee830c389dbc4fd6b6 (patch)
treec7a098d59abaf9ef341332a11611ccddd9cd606c
parente74c9a340ffa34d8d0a7c5bd728148462254a243 (diff)
drop stray printf
Change-Id: I69ebaa5cd620384f583294123e467e88c76a3e27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111309 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--svx/source/tbxctrls/colrctrl.cxx2
1 files changed, 0 insertions, 2 deletions
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);
}