sc/qa/extras/scsolverobj.cxx | 2 -- sc/source/ui/view/tabvwsh4.cxx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-)
New commits: commit f7fbf6504fd6190187f6e4d092af880ba8c7bf6a Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 27 19:00:19 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Sep 27 23:34:26 2024 +0200 Fix typo in code Change-Id: I10ed53c4d85b3b83b608bdd051742c6000162390 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174060 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 3b9d5de6c9fe..cd8daaea3ec3 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -1912,7 +1912,7 @@ void ScTabViewShell::HandleDuplicateRecords(css::uno::Reference<css::sheet::XSpr uno::Reference<sheet::XCalculatable> xCalculatable(xModel, uno::UNO_QUERY); bool bAutoCalc = xCalculatable->isAutomaticCalculationEnabled(); - comphelper::ScopeGuard aUndoContextGaurd( + comphelper::ScopeGuard aUndoContextGuard( [&xUndoManager, &xLockable, &xModel, &xCalculatable, &bAutoCalc, &bRemove] { xUndoManager->getUndoManager()->leaveUndoContext(); if (bRemove) commit 79e4910620049ad88e9ccbd9a1e0a081ed43404b Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 27 18:57:15 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Sep 27 23:33:57 2024 +0200 Remove duplicated includes Change-Id: Iaef510a5b79e6a213be1580a469fe145adabca88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174057 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/qa/extras/scsolverobj.cxx b/sc/qa/extras/scsolverobj.cxx index 1d66d81edfba..d6feccb3a5d3 100644 --- a/sc/qa/extras/scsolverobj.cxx +++ b/sc/qa/extras/scsolverobj.cxx @@ -23,8 +23,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> using namespace css;
