diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 12:59:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 12:59:39 +0000 |
commit | a293aa398ffc9cf2f2c699565b68400cdaa9fe33 (patch) | |
tree | 68ce26b8a60d0ece67be44adc40b36b060eaf6fc /dbaccess/source/ui/app/AppControllerGen.cxx | |
parent | e21ce6536799d1f3c2024866a99a6fdb9d782ddb (diff) |
INTEGRATION: CWS titles02 (1.28.18); FILE MERGED
2008/02/29 11:01:11 as 1.28.18.3: RESYNC: (1.30-1.31); FILE MERGED
2008/02/12 13:24:54 as 1.28.18.2: RESYNC: (1.28-1.30); FILE MERGED
2007/12/10 11:38:43 oj 1.28.18.1: #i45909# #i45617# #i71469# change title handling
Diffstat (limited to 'dbaccess/source/ui/app/AppControllerGen.cxx')
-rw-r--r-- | dbaccess/source/ui/app/AppControllerGen.cxx | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx b/dbaccess/source/ui/app/AppControllerGen.cxx index ff0b33015..efa63ba94 100644 --- a/dbaccess/source/ui/app/AppControllerGen.cxx +++ b/dbaccess/source/ui/app/AppControllerGen.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerGen.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2008-03-06 18:10:35 $ + * last change: $Author: kz $ $Date: 2008-04-04 13:59:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -581,21 +581,19 @@ void OApplicationController::previewChanged( sal_Int32 _nMode ) InvalidateFeature(SID_DB_APP_VIEW_DOC_PREVIEW); } // ----------------------------------------------------------------------------- -void OApplicationController::updateTitle() -{ - ::rtl::OUString sName = getStrippedDatabaseName(); - - String sTitle = String(ModuleRes(STR_APP_TITLE)); - sName = sName + sTitle; -#ifndef PRODUCT - ::rtl::OUString aDefault; - sName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" [")); - sName += utl::Bootstrap::getBuildIdData( aDefault ); - sName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("]")); -#endif - - OGenericUnoController::setTitle(sName); -} +//void OApplicationController::updateTitle() +//{ +// ::rtl::OUString sName = getStrippedDatabaseName(); +// +// String sTitle = String(ModuleRes(STR_APP_TITLE)); +// sName = sName + sTitle; +//#ifndef PRODUCT +// ::rtl::OUString aDefault; +// sName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" [")); +// sName += utl::Bootstrap::getBuildIdData( aDefault ); +// sName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("]")); +//#endif +//} // ----------------------------------------------------------------------------- void OApplicationController::askToReconnect() { |