diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:19:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:19:58 +0000 |
commit | 4c2020276fe19578d9f1091a845f8e755e5ce0d8 (patch) | |
tree | 09ae0b9c2f13250c10aae07551bb016478bb869f /extensions/source/propctrlr/formlinkdialog.cxx | |
parent | 350d51ccb592390869735ee7afba180912feca8f (diff) |
INTEGRATION: CWS dba203b (1.7.6); FILE MERGED
2006/03/28 07:56:05 fs 1.7.6.1: initializeColumnLabels: properly load the master form string
Diffstat (limited to 'extensions/source/propctrlr/formlinkdialog.cxx')
-rw-r--r-- | extensions/source/propctrlr/formlinkdialog.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formlinkdialog.cxx b/extensions/source/propctrlr/formlinkdialog.cxx index 56d5f8f5aec3..d56570d0095d 100644 --- a/extensions/source/propctrlr/formlinkdialog.cxx +++ b/extensions/source/propctrlr/formlinkdialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: formlinkdialog.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:24:06 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:19:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -326,7 +326,7 @@ namespace pcr String sMasterType = getFormDataSourceType( m_xMasterForm ); if ( !sMasterType.Len() ) { - ::svt::OLocalResourceAccess aStringAccess( PcrRes( RID_DLG_FORMLINKS ), RSC_DIALOG ); + ::svt::OLocalResourceAccess aStringAccess( PcrRes( RID_DLG_FORMLINKS ), RSC_MODALDIALOG ); sMasterType = String( ResId( STR_MASTER_FORM ) ); } m_aMasterLabel.SetText( sMasterType ); |