summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbadialogbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbadialogbase.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbadialogbase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/vbahelper/vbadialogbase.cxx b/vbahelper/source/vbahelper/vbadialogbase.cxx
index 48dcc037f03f..ffee84eee758 100644
--- a/vbahelper/source/vbahelper/vbadialogbase.cxx
+++ b/vbahelper/source/vbahelper/vbadialogbase.cxx
@@ -24,13 +24,13 @@ using namespace ::com::sun::star;
sal_Bool SAL_CALL VbaDialogBase::Show() throw ( uno::RuntimeException )
{
- rtl::OUString aURL;
+ OUString aURL;
if ( m_xModel.is() )
{
aURL = mapIndexToName( mnIndex );
if( aURL.isEmpty() )
throw uno::RuntimeException(
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( " Unable to open the specified dialog " ) ),
+ " Unable to open the specified dialog ",
uno::Reference< XInterface > () );
uno::Sequence< beans::PropertyValue > dispatchProps(0);