From c1e06b7a91e0a2f2ddcf9d669bccb0eb488dc4f8 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 23 Feb 2014 11:22:01 +0100 Subject: Fix -Werror=shadow Change-Id: I30312e039c98007d6f379c3ee9b1500ddfbfc39d --- sc/qa/unit/ucalc.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 2afd4f85bfea..58c212861376 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -3389,11 +3389,11 @@ void Test::testCopyPasteSkipEmpty() bool mbHasNote; }; - struct Test + struct TestRange { ScDocument* mpDoc; - Test( ScDocument* pDoc ) : mpDoc(pDoc) {} + TestRange( ScDocument* pDoc ) : mpDoc(pDoc) {} bool checkRange( const ScAddress& rPos, const Check* p, const Check* pEnd ) { -- cgit 80 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
AgeCommit message (Expand)Author
2021-02-09Remove deadcode SwModify::CheckCaching()Bjoern Michaelsen
2021-02-08Remove SwModify::SetInDocDTOR ...Bjoern Michaelsen
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen
2021-01-18Revert "Revert "Move SwFntCache link from SwModify down to SwFormat""Bjoern Michaelsen
2021-01-15Revert "Move SwFntCache link from SwModify down to SwFormat"Stephan Bergmann
2021-01-13Move SwFntCache link from SwModify down to SwFormatBjoern Michaelsen
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen
2021-01-05Revert "NotifyClients no more"Stephan Bergmann
2021-01-05SwClientNotifyCall no moreBjoern Michaelsen
2021-01-03NotifyClients no moreBjoern Michaelsen
2021-01-02SwFrame: Modify no moreBjoern Michaelsen
2020-11-12Make SwClientNotifyCall protectedBjoern Michaelsen
2020-11-05get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen
2020-11-04remove SwClient::ModifyNotifcation, now unusedBjoern Michaelsen
2020-11-04SwModify: remove the LockClientList madnessBjoern Michaelsen
2020-11-01Make SwClient::ModifyNotification non-virtualBjoern Michaelsen
2020-10-29move ClientNotifyAttrChg to calbck.hxx ...Bjoern Michaelsen
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen