summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppController.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 09:23:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 09:26:18 +0000
commit0d2a2527a87174a3234fa734815acb3d40a64d28 (patch)
treeaeaab3d251ff626c3e56f80b524d7a7e39c72b41 /dbaccess/source/ui/app/AppController.cxx
parent0fc0acb52529a3cc8e2ff2c17e074cf6ac8ba1a7 (diff)
make these resources non-local, simplifies for ui conversion
Change-Id: I2654cf0522f2f04cd4a14d0e04f18f26e175e354
Diffstat (limited to 'dbaccess/source/ui/app/AppController.cxx')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index f5da59101f8e..72fe127a3e83 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2890,8 +2890,7 @@ void SAL_CALL OApplicationController::removeSelectionChangeListener( const Refer
case DatabaseObjectContainer::DATA_SOURCE:
{
OUString sMessage(
- OUString(
- OUString(ModuleRes(RID_STR_UNSUPPORTED_OBJECT_TYPE))).
+ OUString(ModuleRes(RID_STR_UNSUPPORTED_OBJECT_TYPE)).
replaceFirst("$type$", OUString::number(pObject->Type)));
throw IllegalArgumentException(sMessage, *this, sal_Int16( pObject - aSelectedObjects.getConstArray() ));
}