diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-11-01 15:32:51 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-11-01 15:32:51 +0100 |
commit | b8cfd18781873e188239b7c9b90983b74368d445 (patch) | |
tree | 2a5510da1573662cf354b47f5908918d1fe0dc98 /cui/source/tabpages/macroass.src | |
parent | 99375cc6d3ec82912918f95c60bf60e930dbbe46 (diff) |
undoapi: get rid of the usage of SfxMacroConfig::GetSlotId: the only thing done here is creating an SfxMacroInfo instance, whose only usage is the macro name (nowadays: script name) it carries. This can be done cheaper, by just carrying the string. The slot ID was never actually used.
Diffstat (limited to 'cui/source/tabpages/macroass.src')
-rw-r--r-- | cui/source/tabpages/macroass.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/macroass.src b/cui/source/tabpages/macroass.src index 8d20eadf25b6..05e81658b8a3 100644 --- a/cui/source/tabpages/macroass.src +++ b/cui/source/tabpages/macroass.src @@ -78,7 +78,7 @@ TabPage RID_SVXPAGE_EVENTASSIGN Pos = MAP_APPFONT ( COL2 , ROW7 ) ; Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT + HEIGHT_EXTRA7 ) ; WordBreak = TRUE; - Text [ en-US ] = "~Existing macros in:\n" ; + Text [ en-US ] = "~Existing macros\n" ; }; Control LB_MACROS { |