diff options
-rw-r--r-- | extensions/source/propctrlr/propeventtranslation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propeventtranslation.cxx b/extensions/source/propctrlr/propeventtranslation.cxx index 28dba6314688..804e8c39ad88 100644 --- a/extensions/source/propctrlr/propeventtranslation.cxx +++ b/extensions/source/propctrlr/propeventtranslation.cxx @@ -46,7 +46,7 @@ namespace pcr ,m_xTranslatedEventSource( _rxTranslatedEventSource ) { if ( !m_xDelegator.is() ) - throw NullPointerException(); + throw RuntimeException(); } |