From ea63b3d25a7c83773721f8ba6bf6d00c059d44fe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 May 2023 11:30:28 +0200 Subject: use more TypedWhichId Change-Id: I6c54c1276b36cbc71417486ffcee2ef9ef0cff7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152270 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/func/fusldlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/func/fusldlg.cxx') diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index f609da1a9631..882d9c85af9a 100644 --- a/sd/source/ui/func/fusldlg.cxx +++ b/sd/source/ui/func/fusldlg.cxx @@ -129,7 +129,7 @@ void FuSlideShowDlg::DoExecute( SfxRequest& ) if (!rPresentationSettings.mbAll) { - OUString aPage = ITEMVALUE( aDlgSet, ATTR_PRESENT_DIANAME, SfxStringItem ); + OUString aPage = aDlgSet.Get(ATTR_PRESENT_DIANAME).GetValue(); if( aPage != rPresentationSettings.maPresPage ) { bValuesChanged = true; -- cgit