From 74f7264a282cb6d54c06c6f1e40bc61a98305741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 26 Apr 2007 07:02:57 +0000 Subject: [PATCH] INTEGRATION: CWS residcleanup (1.108.12); FILE MERGED 2007/02/26 22:58:51 pl 1.108.12.1: #i74635# no more ResMgr default --- dbaccess/source/ui/querydesign/querycontroller.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 9424b2431049..5b3ae1f87503 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.108 $ + * $Revision: 1.109 $ * - * last change: $Author: vg $ $Date: 2007-01-15 14:37:14 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:02:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1508,7 +1508,7 @@ short OQueryController::saveModified() String sObjectType; { LocalResourceAccess aLocalRes( RSC_QUERY_OBJECT_TYPE, RSC_RESOURCE ); - sObjectType = String( ResId( m_bIndependent ? 3 : m_bCreateView ? 2 : 1 ) ); + sObjectType = String( ModuleRes( m_bIndependent ? 3 : m_bCreateView ? 2 : 1 ) ); } sMessageText.SearchAndReplace( String::CreateFromAscii( "$object$" ), sObjectType );