diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 09:14:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 09:14:05 +0000 |
commit | 915718c7f1737122f0aac55b6636e5d8ccfbf6ba (patch) | |
tree | a531f414ac2cd3989238716f33a681e315c78678 /sfx2/sdi | |
parent | eabee67902bc01e4fa4530430a840813e7a52a2f (diff) |
INTEGRATION: CWS keyconfig01 (1.48.6); FILE MERGED
2004/08/20 09:07:18 mba 1.48.6.3: #i32160#: use old slot for applying styles, but new parameter
2004/08/17 11:20:18 mba 1.48.6.2: #i32160#: new slot for applying styles using internal names
2004/07/21 09:54:04 as 1.48.6.1: #i29441# new optional parameter SID_STYLE_FAMILYNAME for slot SID_STYLE_APPLY
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index fa9b995f5402..d204051b819d 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -6968,7 +6968,7 @@ SfxVoidItem StoreModuleSource SID_BASICIDE_STOREMODULESOURCE //-------------------------------------------------------------------------- SfxTemplateItem StyleApplyState SID_STYLE_APPLY [ - SfxUInt16Item StyleApply(SfxStringItem Template SID_STYLE_APPLY,SfxUInt16Item Family SID_STYLE_FAMILY); + SfxUInt16Item StyleApply(SfxStringItem Template SID_STYLE_APPLY,SfxUInt16Item Family SID_STYLE_FAMILY,SfxStringItem FamilyName SID_STYLE_FAMILYNAME,SfxStringItem Style SID_APPLY_STYLE); /* flags: */ AutoUpdate = FALSE, |