summaryrefslogtreecommitdiff
path: root/svx/source/form/formfeaturedispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formfeaturedispatcher.cxx')
-rw-r--r--svx/source/form/formfeaturedispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/formfeaturedispatcher.cxx b/svx/source/form/formfeaturedispatcher.cxx
index 186f1a6f0be0..e15235269925 100644
--- a/svx/source/form/formfeaturedispatcher.cxx
+++ b/svx/source/form/formfeaturedispatcher.cxx
@@ -205,7 +205,7 @@ namespace svx
void OSingleFeatureDispatcher::checkAlive() const SAL_THROW((DisposedException))
{
if ( m_bDisposed )
- throw DisposedException( ::rtl::OUString(), *const_cast< OSingleFeatureDispatcher* >( this ) );
+ throw DisposedException( OUString(), *const_cast< OSingleFeatureDispatcher* >( this ) );
}
//........................................................................