diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-24 12:06:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-24 12:06:34 +0200 |
commit | 07d85c44998f42545175ee77c192b901b52a30ca (patch) | |
tree | 81c232567c3170fb79e1032b98d6cd9e8cf2a040 /starmath/inc/symbol.hxx | |
parent | 1d1c0632d2de3180abaa9782404c0aea1f1b30af (diff) |
remove SFX_NOTIFY macro
it has not served any purpose since we switched to using normal C++ RTTI
for the SfxHint objects
Change-Id: Ic81353bcb7863ce892eb75296248ca14d8fd6c86
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r-- | starmath/inc/symbol.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index c05ea47f1f16..1f56595302da 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -123,8 +123,7 @@ private: SymbolMap_t m_aSymbols; bool m_bModified; - virtual void SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType, - const SfxHint& rHint, const TypeId& rHintType) SAL_OVERRIDE; + virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) SAL_OVERRIDE; public: SmSymbolManager(); |