summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 12:11:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 12:11:25 +0000
commit4d9f562044c1f26f61888faf7d4e27bbc9c4c9b6 (patch)
tree509ed6ebedc72e60059785df7a998cc708388383 /svx/source
parent1b8a41fc1143613ce653ed2cb24a639735b0c956 (diff)
INTEGRATION: CWS swqbugfixes04 (1.51.60); FILE MERGED
2004/07/23 04:16:13 pb 1.51.60.1: fix: #i31553# use the correct item name in SvxStyleBox_Impl::Select()
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 1315513183cf..870fd41f74c0 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbcontrl.cxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: obo $ $Date: 2004-07-07 13:50:55 $
+ * last change: $Author: hr $ $Date: 2004-08-02 13:11:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -472,7 +472,7 @@ void SvxStyleBox_Impl::Select()
if ( !IsTravelSelect() )
{
Sequence< PropertyValue > aArgs( 2 );
- aArgs[0].Name = m_aCommand;
+ aArgs[0].Name = OUString::createFromAscii( "Template" );
aArgs[0].Value = makeAny( OUString( GetSelectEntry() ));
aArgs[1].Name = OUString::createFromAscii( "Family" );
aArgs[1].Value = makeAny( sal_Int16( eStyleFamily ));