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

New commits:
commit 40a5f5c4e700431659c26de427c8213f276959b0
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Tue Jul 4 00:37:30 2023 +0900
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Tue Jul 4 10:42:10 2023 +0200

    svx: PaletteManager - remove printf
    
    Change-Id: I7d631352d423b6465d8bea4b09561f33d2ad98f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153936
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    (cherry picked from commit cbc45a7f713ea1f2c44ed27b371e342ed7547e05)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153914

diff --git a/svx/source/tbxctrls/PaletteManager.cxx 
b/svx/source/tbxctrls/PaletteManager.cxx
index 7735e09d44e8..607bd60df921 100644
--- a/svx/source/tbxctrls/PaletteManager.cxx
+++ b/svx/source/tbxctrls/PaletteManager.cxx
@@ -430,8 +430,6 @@ void PaletteManager::DispatchColorCommand(const OUString& 
aCommand, const NamedC
         comphelper::makePropertyValue(aObj.GetURLPath()+ ".Color", 
sal_Int32(rColor.m_aColor)),
     };
 
-    printf ("Sending: %s\n", aObj.GetURLPath().toUtf8().getStr());
-
     if (rColor.m_nThemeIndex != -1)
     {
         model::ComplexColor aComplexColor;

Reply via email to