From 47a5a6302ebf5de0fb67fd316f212c0c7a76caa5 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Sun, 12 Jun 2022 21:23:30 +0800 Subject: [PATCH] Spreadsheet: replace obsolete href with hiddenref in binding --- src/Mod/Spreadsheet/App/PropertySheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Spreadsheet/App/PropertySheet.cpp b/src/Mod/Spreadsheet/App/PropertySheet.cpp index 3be4fe1c65..2cd28c94ca 100644 --- a/src/Mod/Spreadsheet/App/PropertySheet.cpp +++ b/src/Mod/Spreadsheet/App/PropertySheet.cpp @@ -1844,7 +1844,7 @@ void PropertySheet::setPathValue(const ObjectIdentifier &path, const boost::any App::CellAddress targetTo = other->getCellAddress( Py::Object(seq[2].ptr()).as_string().c_str(), false); - std::string expr(href?"href(":""); + std::string expr(href?"hiddenref(":""); if(other != this) { if(otherOwner->getDocument() == owner->getDocument()) expr += otherOwner->getNameInDocument();