diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:37:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:37:42 +0000 |
commit | a532e7ab420fbc88ea54a8288a939f936a5e5fd8 (patch) | |
tree | 326ff2690a8246bb9ff4ddab8380a64cb8f5ce85 /framework/source/classes | |
parent | 8348e99dd0c37cf21a0d8e6cfa4caba80c77ff20 (diff) |
INTEGRATION: CWS odkaddonexample (1.11.18); FILE MERGED
2006/07/28 16:49:05 cd 1.11.18.1: #i65428# Fix wrong merge due to warnings01 which results in memory corruption
Diffstat (limited to 'framework/source/classes')
-rw-r--r-- | framework/source/classes/addonsoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/addonsoptions.cxx b/framework/source/classes/addonsoptions.cxx index 69755524a045..9bf157ab6638 100644 --- a/framework/source/classes/addonsoptions.cxx +++ b/framework/source/classes/addonsoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: addonsoptions.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:12:38 $ + * last change: $Author: ihi $ $Date: 2006-08-01 09:37:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -361,7 +361,7 @@ class AddonsOptions_Impl : public ConfigItem ImageEntry* ReadOptionalImageData( const OUString& aMenuNodeName ); sal_Int32 m_nRootAddonPopupMenuId; - OUString m_aPropNames[PROPERTYCOUNT_MENUITEM]; + OUString m_aPropNames[PROPERTYCOUNT_INDEX]; OUString m_aPropImagesNames[PROPERTYCOUNT_IMAGES]; OUString m_aEmpty; OUString m_aPathDelimiter; |