summaryrefslogtreecommitdiffstats
path: root/toolkit/source/controls/unocontrolcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainer.cxx')
-rw-r--r--toolkit/source/controls/unocontrolcontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index 015dd1b37069..685c92394ca8 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -289,7 +289,7 @@ UnoControlHolderList::ControlIdentifier UnoControlHolderList::impl_getFreeIdenti
if ( existent == maControls.end() )
return candidateId;
}
- throw uno::RuntimeException( OUString( "out of identifiers" ), NULL );
+ throw uno::RuntimeException("out of identifiers", NULL );
}
//------------------------------------------------------------------------
@@ -308,7 +308,7 @@ OUString UnoControlHolderList::impl_getFreeName_throw()
if ( loop == maControls.end() )
return candidateName;
}
- throw uno::RuntimeException( OUString( "out of identifiers" ), NULL );
+ throw uno::RuntimeException("out of identifiers", NULL );
}
// ----------------------------------------------------
// Function to set the controls' visibility according