summaryrefslogtreecommitdiffstats
path: root/svtools/source/uno/wizard/unowizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/wizard/unowizard.cxx')
-rw-r--r--svtools/source/uno/wizard/unowizard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/wizard/unowizard.cxx b/svtools/source/uno/wizard/unowizard.cxx
index 3e3e851519ae..c3f20273c686 100644
--- a/svtools/source/uno/wizard/unowizard.cxx
+++ b/svtools/source/uno/wizard/unowizard.cxx
@@ -206,7 +206,7 @@ namespace {
{
if ( i_rPaths[i][0] != nFirstPageId )
throw IllegalArgumentException(
- OUString( "All paths must start with the same page id." ),
+ "All paths must start with the same page id.",
i_rContext, 2 );
}
}