diff options
author | Thomas Benisch [tbe] <thomas.benisch@oracle.com> | 2011-02-01 13:12:13 +0100 |
---|---|---|
committer | Thomas Benisch [tbe] <thomas.benisch@oracle.com> | 2011-02-01 13:12:13 +0100 |
commit | f69f2d0e52b36f8187efbdd7b92e8703daa2c28b (patch) | |
tree | 670f158733bf6799d89c99e0ff7f5846958aa3a0 /sfx2 | |
parent | d646413d464dc5d6518f87daa8538cd0c600797f (diff) |
chart53: #i116750# RTTI for SfxViewEventHint not working
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 59c56cc291a7..960c64cf1175 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -59,7 +59,7 @@ // ----------------------------------------------------------------------- TYPEINIT1(SfxEventHint, SfxHint); TYPEINIT1(SfxEventNamesItem, SfxPoolItem); -TYPEINIT1(SfxViewEventHint, SfxHint); +TYPEINIT1(SfxViewEventHint, SfxEventHint); using namespace com::sun::star; |