vcl/source/window/builder.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9c7b02852fce033b008f2ccd1703fc10276cfb4e
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Oct 21 11:28:59 2020 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Oct 22 00:37:21 2020 +0200

    vcl: remove leftover debug printf
    
    Change-Id: I57f166309952ff459586d8eae0e9d1e3b1d7c4ab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104615
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 7072c1f42934..bea4f8f42390 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1845,7 +1845,6 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window 
*pParent, const OString &
             m_pParserState->m_aButtonMenuMaps.emplace_back(id, sMenu);
 
         OUString sType = extractWidgetName(rMap);
-        fprintf(stderr, "special name is %s\n", sType.toUtf8().getStr());
         if (sType.isEmpty())
         {
             xButton = extractStockAndBuildMenuButton(pParent, rMap);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to