summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/addinlis.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 10:20:39 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 13:34:37 -0400
commit7e44f6b6ad386572b7f017a7a66bcd68d586a329 (patch)
treee3f3983c9229275320bd8f5fceab160a868146b8 /sc/source/core/tool/addinlis.cxx
parentc6d4a39832357b9e836c0c9903d2286bcf1a69d2 (diff)
ScHint doesn't need to store broadcaster pointer. Let's not.
Change-Id: I86f9b44c87f3a730902d12505252e4b7e0a24fe4
Diffstat (limited to 'sc/source/core/tool/addinlis.cxx')
-rw-r--r--sc/source/core/tool/addinlis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/addinlis.cxx b/sc/source/core/tool/addinlis.cxx
index bc7d467adeb8..fa945c0754ce 100644
--- a/sc/source/core/tool/addinlis.cxx
+++ b/sc/source/core/tool/addinlis.cxx
@@ -115,7 +115,7 @@ void SAL_CALL ScAddInListener::modified( const ::com::sun::star::sheet::ResultEv
// notify document of changes
- Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress(), NULL ) );
+ Broadcast( ScHint(SC_HINT_DATACHANGED, ScAddress()) );
for ( ScAddInDocs::iterator it = pDocs->begin(); it != pDocs->end(); ++it )
{