summaryrefslogtreecommitdiff
path: root/svx/source/table/tablertfimporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablertfimporter.cxx')
-rw-r--r--svx/source/table/tablertfimporter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx
index cb67ec81dbff..22186a1a2aee 100644
--- a/svx/source/table/tablertfimporter.cxx
+++ b/svx/source/table/tablertfimporter.cxx
@@ -90,7 +90,7 @@ public:
void FillTable();
- DECL_LINK_TYPED( RTFImportHdl, ImportInfo&, void );
+ DECL_LINK( RTFImportHdl, ImportInfo&, void );
private:
SdrTableObj& mrTableObj;
@@ -160,7 +160,7 @@ void SdrTableRTFParser::Read( SvStream& rStream )
FillTable();
}
-IMPL_LINK_TYPED( SdrTableRTFParser, RTFImportHdl, ImportInfo&, rInfo, void )
+IMPL_LINK( SdrTableRTFParser, RTFImportHdl, ImportInfo&, rInfo, void )
{
switch ( rInfo.eState )
{