summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-14 07:50:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-14 07:50:51 +0000
commit44248f4674bfed1dfd87527fc4c2f9b2c5bc2a1f (patch)
tree7e075b527c9c12a4de7ec3a848007a8666bdcb93 /framework
parent3963554439c49fe8bd97d31e30ca6f19a4ae281c (diff)
INTEGRATION: CWS dbo603 (1.10.102); FILE MERGED
2006/03/13 16:21:35 dbo 1.10.102.1: #i63007#
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/uicommanddescription.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index 2b73398b96ae..5f39ac917f68 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: uicommanddescription.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:42:06 $
+ * last change: $Author: vg $ $Date: 2006-03-14 08:50:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -537,9 +537,9 @@ sal_Bool ConfigurationAccess_UICommand::fillCache()
}
// Create cached sequences for fast retrieving
- m_aCommandImageList = comphelper::containerToSequence< rtl::OUString >( aImageCommandVector );
- m_aCommandRotateImageList = comphelper::containerToSequence< rtl::OUString >( aImageRotateVector );
- m_aCommandMirrorImageList = comphelper::containerToSequence< rtl::OUString >( aImageMirrorVector );
+ m_aCommandImageList = comphelper::containerToSequence( aImageCommandVector );
+ m_aCommandRotateImageList = comphelper::containerToSequence( aImageRotateVector );
+ m_aCommandMirrorImageList = comphelper::containerToSequence( aImageMirrorVector );
m_bCacheFilled = sal_True;