sc/source/ui/view/tabvwsh4.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ea8780df8c3c345902ea0041bebb24152e00f395
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Fri Jan 30 09:07:14 2026 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Fri Jan 30 11:24:50 2026 +0100

    -Werror,-Wunused-variable
    
    ...after f9fcd884a37bc8adb3fab72b781985a652e1af12 "tdf#166121 split
    HandleDuplicateRecords method"
    
    Change-Id: I9ed36b6afcc729198255becdca4c268d59af032e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198396
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 626459e1a03f..033e0698eaf8 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -1953,7 +1953,6 @@ void 
ScTabViewShell::HandleDuplicateRecordsHighlight(const rtl::Reference<ScTabl
     uno::Reference< document::XUndoManagerSupplier > xUndoManager( xModel, 
uno::UNO_QUERY );
     uno::Reference<document::XActionLockable> xLockable(xModel, 
uno::UNO_QUERY);
 
-    uno::Reference<sheet::XCalculatable> xCalculatable(xModel, uno::UNO_QUERY);
     ScDocument& rDoc = GetViewData().GetDocShell()->GetDocument();
 
     comphelper::ScopeGuard aUndoContextGuard(

Reply via email to