Skip to content

Commit c762d56

Browse files
committed
Spreadsheet: Fix old ref to name in doc
1 parent 20050d0 commit c762d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Spreadsheet/App/Sheet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Sheet::~Sheet()
118118
// Don't let an exception propagate out of a destructor (calls terminate())
119119
Base::Console().Error(
120120
"clearAll() resulted in an exception when deleting the spreadsheet : %s\n",
121-
*pcNameInDocument);
121+
getNameInDocument());
122122
}
123123
}
124124

0 commit comments

Comments
 (0)