diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-11-18 13:44:07 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-11-18 13:44:07 +0100 |
commit | 17d1083e78dc5e12716ee86031b25ba081f023fa (patch) | |
tree | ebee98d6f6e321bac1ecff6060982bce17c68e5a /sfx2/source/config | |
parent | ac689c5514dfa987b2bc1c49f132bd6a11e5f68a (diff) |
fwk160: #i114694# support XDocumentEventBroadcaster
Diffstat (limited to 'sfx2/source/config')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 13b1bda03c..fc83aacde6 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -68,6 +68,7 @@ // ----------------------------------------------------------------------- TYPEINIT1(SfxEventHint, SfxHint); TYPEINIT1(SfxEventNamesItem, SfxPoolItem); +TYPEINIT1(SfxViewEventHint, SfxHint); using namespace com::sun::star; |