summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tplcitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/tplcitem.cxx')
-rw-r--r--sfx2/source/dialog/tplcitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/tplcitem.cxx b/sfx2/source/dialog/tplcitem.cxx
index c0b2a35bafee..8568ac54906a 100644
--- a/sfx2/source/dialog/tplcitem.cxx
+++ b/sfx2/source/dialog/tplcitem.cxx
@@ -107,7 +107,7 @@ void SfxTemplateControllerItem::StateChanged( sal_uInt16 nSID, SfxItemState eSta
}
//not necessary if the last event is still on the way
if(!nUserEventId)
- nUserEventId = Application::PostUserEvent( STATIC_LINK(
+ nUserEventId = Application::PostUserEvent( LINK(
this, SfxTemplateControllerItem, SetWaterCanStateHdl_Impl ) );
break;
}