svx/source/tbxctrls/PaletteManager.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 9b4988b022fc76dee9f2a6f77bc9a0e2c37e4d5c Author: Tomaž Vajngerl <[email protected]> AuthorDate: Tue Jul 4 00:37:30 2023 +0900 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Aug 25 10:31:07 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 <[email protected]> (cherry picked from commit cbc45a7f713ea1f2c44ed27b371e342ed7547e05) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156069 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/svx/source/tbxctrls/PaletteManager.cxx b/svx/source/tbxctrls/PaletteManager.cxx index f43bd984bcf9..bd2914fc2003 100644 --- a/svx/source/tbxctrls/PaletteManager.cxx +++ b/svx/source/tbxctrls/PaletteManager.cxx @@ -431,8 +431,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;
