summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-05 07:56:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-05 07:56:12 +0200
commit106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb (patch)
treee55ab4706654d10a5f9b75acfdecec72fda804c3 /sc/source/filter/inc
parentstarmath: Assert the precondition for OUString#replaceAt() (diff)
downloadcore-106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb.tar.gz
core-106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb.zip
Remove _TYPED suffix from tools/link.hxx macros
...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/htmlpars.hxx4
-rw-r--r--sc/source/filter/inc/rtfparse.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index 61787e2f49b8..c963b99142c2 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -176,7 +176,7 @@ private:
bool bInCell:1;
bool bInTitle:1;
- DECL_LINK_TYPED( HTMLImportHdl, ImportInfo&, void );
+ DECL_LINK( HTMLImportHdl, ImportInfo&, void );
void NewActEntry( ScEEParseEntry* );
static void EntryEnd( ScEEParseEntry*, const ESelection& );
void ProcToken( ImportInfo* );
@@ -605,7 +605,7 @@ private:
void ParseStyle(const OUString& rStrm);
- DECL_LINK_TYPED( HTMLImportHdl, ImportInfo&, void );
+ DECL_LINK( HTMLImportHdl, ImportInfo&, void );
private:
typedef ::std::unique_ptr< ScHTMLGlobalTable > ScHTMLGlobalTablePtr;
diff --git a/sc/source/filter/inc/rtfparse.hxx b/sc/source/filter/inc/rtfparse.hxx
index d96b57c20259..3fe1db4c62d6 100644
--- a/sc/source/filter/inc/rtfparse.hxx
+++ b/sc/source/filter/inc/rtfparse.hxx
@@ -62,7 +62,7 @@ private:
sal_uInt16 nLastWidth;
bool bNewDef;
- DECL_LINK_TYPED( RTFImportHdl, ImportInfo&, void );
+ DECL_LINK( RTFImportHdl, ImportInfo&, void );
inline void NextRow();
void EntryEnd( ScEEParseEntry*, const ESelection& );
void ProcToken( ImportInfo* );