summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxwindow1.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-05-28 15:43:18 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-05-28 18:09:26 -0500
commit9485f3a6d68372db28481ee895a2b9983d1c3b59 (patch)
treedbf731307aff331d0c79e8d4b9fff65bad26e964 /toolkit/source/awt/vclxwindow1.cxx
parent2f804c94cdaaa9ac047f229509c774dbea1dbcaa (diff)
targeted string re-work
Change-Id: If929937d8b1243032983b8b379f067a47d2717a4
Diffstat (limited to 'toolkit/source/awt/vclxwindow1.cxx')
-rw-r--r--toolkit/source/awt/vclxwindow1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 3abaeeaecbdd..a3dba99b38e6 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -57,7 +57,7 @@ void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle )
{
::com::sun::star::uno::Exception *pException =
new ::com::sun::star::uno::RuntimeException;
- pException->Message = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("not a work window"));
+ pException->Message = ::rtl::OUString("not a work window");
throw pException;
}
@@ -88,7 +88,7 @@ void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle )
{
::com::sun::star::uno::Exception *pException =
new ::com::sun::star::uno::RuntimeException;
- pException->Message = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("incorrect window handle type"));
+ pException->Message = ::rtl::OUString("incorrect window handle type");
throw pException;
}
// create system parent data