sfx2/source/view/viewsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80a8c48e3114f269a15cb6c65df8534e29ecfd6b
Author:     Marco Cecchetti <marco.cecche...@collabora.com>
AuthorDate: Wed Jun 14 21:41:19 2023 +0200
Commit:     Marco Cecchetti <marco.cecche...@collabora.com>
CommitDate: Wed Jun 14 21:43:51 2023 +0200

    fix: unused parameter nColorType
    
    Change-Id: I3caf608f9f89668bed5bcbfa5e445c4a2e89d65c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153095
    Tested-by: Marco Cecchetti <marco.cecche...@collabora.com>
    Reviewed-by: Marco Cecchetti <marco.cecche...@collabora.com>

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 5b4f1e44b152..ca6e1d30cf3b 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -2553,7 +2553,7 @@ vcl::Window* SfxViewShell::GetEditWindowForActiveOLEObj() 
const
     return pEditWin;
 }
 
-::Color SfxViewShell::GetColorConfigColor(svtools::ColorConfigEntry 
nColorType) const
+::Color SfxViewShell::GetColorConfigColor(svtools::ColorConfigEntry 
/*nColorType*/) const
 {
     SAL_WARN("sfx.view", "SfxViewShell::GetColorConfigColor not overriden!");
     return {};

Reply via email to