User: kz      
Date: 2008-04-04 14:03:55+0000
Modified:
   dba/dbaccess/source/ui/relationdesign/RelationController.cxx

Log:
 INTEGRATION: CWS titles02 (1.49.26); FILE MERGED
 2008/02/12 13:25:50 as 1.49.26.2: RESYNC: (1.49-1.50); FILE MERGED
 2007/12/10 11:39:02 oj 1.49.26.1: #i45909# #i45617# #i71469# change title 
handling

File Changes:

Directory: /dba/dbaccess/source/ui/relationdesign/
==================================================

File [changed]: RelationController.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationController.cxx?r1=1.51&r2=1.52
Delta lines:  +3 -7
-------------------
--- RelationController.cxx      2008-03-06 18:30:24+0000        1.51
+++ RelationController.cxx      2008-04-04 14:03:53+0000        1.52
@@ -340,14 +340,10 @@
        
 }
 // 
-----------------------------------------------------------------------------
-void ORelationController::updateTitle()
+::rtl::OUString ORelationController::getPrivateTitle( ) const
 {
-       ::rtl::OUString sName;
-       sName = String(ModuleRes(STR_RELATIONDESIGN));
-       ::rtl::OUString sDataSourceName = getDataSourceName();
-       sDataSourceName = 
::dbaui::getStrippedDatabaseName(getDataSource(),sDataSourceName) ;;
-       sDataSourceName += sName;
-       OGenericUnoController::setTitle(sDataSourceName);
+    ::rtl::OUString sName = getDataSourceName();
+       return ::dbaui::getStrippedDatabaseName(getDataSource(),sName);
 }
 // 
-----------------------------------------------------------------------------
 sal_Bool ORelationController::Construct(Window* pParent)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to