From 92c697c0e3e4bde88424322875c993c161696b1e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:23:02 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4 --- sd/source/ui/func/fuscale.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/func/fuscale.cxx') diff --git a/sd/source/ui/func/fuscale.cxx b/sd/source/ui/func/fuscale.cxx index b33f264edba9..7300c14a9f3f 100644 --- a/sd/source/ui/func/fuscale.cxx +++ b/sd/source/ui/func/fuscale.cxx @@ -114,7 +114,7 @@ void FuScale::DoExecute( SfxRequest& rReq ) SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); if(pFact) { - pDlg.reset(pFact->CreateSvxZoomDialog(NULL, aNewAttr)); + pDlg.reset(pFact->CreateSvxZoomDialog(nullptr, aNewAttr)); } if( pDlg ) -- cgit >aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/roadmapwizard.cxx
AgeCommit message (Expand)Author
2024-11-12tdf#145614 Convert #define to enum classOromidayo Owolabi
2024-09-17cid#1608226 Overflowed integer argumentCaolán McNamara
2024-09-15Related: cid#1608226 make this more directCaolán McNamara
2024-05-10loplugin:ostr in vclNoel Grandin
2023-11-22Online: Fix Wizard Help buttonGülşah Köse
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-04jsdialog: correct structure for RoadmapWizardSzymon Kłos
2023-02-20tdf#132110 page ids might not be state idsCaolán McNamara
2022-12-06add Assistant::set_page_side_imageCaolán McNamara
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-07-01loplugin:unusedmethodsNoel Grandin
2021-06-21cid#1486243 'Constant' variable guards dead codeCaolán McNamara
2021-06-19loplugin:finalclassesNoel Grandin
2021-01-16tdf#138829 don't grab focus to roadmap label when sync timer firesCaolán McNamara
2020-06-20tdf#133859 Wizard service: disable 'Next' button if path has only base itemIlhan Yesil
2020-05-26tdf#131715: uitest: add wrapper for roadmapwizardXisco Fauli
2020-01-31loplugin:singlevalfieldsNoel Grandin
2020-01-22inline some construction methodsNoel Grandin