summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/vba/vbalistgalleries.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalistgalleries.cxx')
-rw-r--r--sw/source/ui/vba/vbalistgalleries.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbalistgalleries.cxx b/sw/source/ui/vba/vbalistgalleries.cxx
index 37ce9015bef2..8d05b7f20028 100644
--- a/sw/source/ui/vba/vbalistgalleries.cxx
+++ b/sw/source/ui/vba/vbalistgalleries.cxx
@@ -62,7 +62,7 @@ uno::Any SAL_CALL SwVbaListGalleries::Item( const uno::Any& Index1, const uno::A
|| nIndex == word::WdListGalleryType::wdOutlineNumberGallery )
return uno::makeAny( uno::Reference< word::XListGallery >( new SwVbaListGallery( this, mxContext, mxTextDocument, nIndex ) ) );
}
- throw uno::RuntimeException( OUString("Index out of bounds"), uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException("Index out of bounds", uno::Reference< uno::XInterface >() );
}
// XEnumerationAccess