Remove _TYPED suffix from tools/link.hxx macros

...which was introduced with 3ead3ad52f "Gradually
typed Link" to distinguish the new, typed versions from the old, untyped ones,
but is no longer necessary since 382eb1a23c
"remove untyped Link<>" removed the old versions.

Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
This commit is contained in:
Stephan Bergmann
2016-10-05 07:56:12 +02:00
parent 36efdec23b
commit 106ea87205
1865 changed files with 7127 additions and 7127 deletions

View File

@@ -112,7 +112,7 @@ bool MacroSnippet::Compile()
bool MacroSnippet::HasError() { return mbError; }
IMPL_LINK_TYPED( MacroSnippet, BasicErrorHdl, StarBASIC *, /*pBasic*/, bool)
IMPL_LINK( MacroSnippet, BasicErrorHdl, StarBASIC *, /*pBasic*/, bool)
{
fprintf(stderr,"(%d:%d)\n",
StarBASIC::GetLine(), StarBASIC::GetCol1());