From 1d2b6b709e81eec8600118b3402d82707aa113bc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 3 May 2022 17:01:57 +0200 Subject: Just use Any ctor instead of makeAny in svx Change-Id: I59b1b3f817a9028f132456ea5094f38f88674d00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133768 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- svx/source/svdraw/svdobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/svdraw/svdobj.cxx') diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx index f8e597b8e1d2..000c79937739 100644 --- a/svx/source/svdraw/svdobj.cxx +++ b/svx/source/svdraw/svdobj.cxx @@ -1820,7 +1820,7 @@ void SdrObject::SetOutlinerParaObject(std::optional pTextObj { // A shape was modified, which is in a group shape. Empty the group shape's grab-bag, // which potentially contains the old text of the shapes in case of diagrams. - pTopGroupObj->SetGrabBagItem(uno::makeAny(uno::Sequence())); + pTopGroupObj->SetGrabBagItem(uno::Any(uno::Sequence())); } } -- cgit