summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-09 16:20:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-10 11:48:22 +0100
commita6eddceda5d376cd73922123a3bb3a5683307c41 (patch)
tree09a3f37e9a89f8e9a06c263600eb2e8272e5d273 /sfx2
parentc1c9071dd5f578c5773abc00553d2099cad30ced (diff)
rename some SID to FN_PARAM
because they are not slots, they are only being used as parameters Change-Id: I539f4832b884d1ea7dc14ce4ef6c79feec6681cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129732 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/sdi/sfx.sdi4
-rw-r--r--sfx2/source/appl/appuno.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 77690bf01e24..8ef53ebaedc5 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -5650,7 +5650,7 @@ SfxVoidItem PasteUnformatted SID_PASTE_UNFORMATTED
// call thesaurus dialog from context menu
SfxVoidItem ThesaurusFromContext SID_THES
-(SfxStringItem WordReplace SID_THES)
+(SfxStringItem WordReplace FN_PARAM_THES_WORD_REPLACE)
[
AutoUpdate = FALSE,
FastCall = TRUE,
@@ -5753,7 +5753,7 @@ SfxVoidItem UnicodeNotationToggle SID_UNICODE_NOTATION_TOGGLE
]
SfxVoidItem AdditionsDialog SID_ADDITIONS_DIALOG
-(SfxStringItem AdditionsTag SID_ADDITIONS_TAG)
+(SfxStringItem AdditionsTag FN_PARAM_ADDITIONS_TAG)
[
AutoUpdate = FALSE,
FastCall = FALSE,
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index 72076871ee98..2373035dacf8 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -90,7 +90,7 @@ SfxFormalArgument const aFormalArgs[] = {
{ reinterpret_cast<SfxType*>(&aSfxBoolItem_Impl), "NoEmbDataSet", SID_NO_EMBEDDED_DS },
{ reinterpret_cast<SfxType*>(&aSfxBoolItem_Impl), "IsRedactMode", SID_IS_REDACT_MODE },
{ reinterpret_cast<SfxType*>(&aSfxStringItem_Impl), "RedactionStyle", SID_REDACTION_STYLE },
- { reinterpret_cast<SfxType*>(&aSfxStringItem_Impl), "AdditionsTag", SID_ADDITIONS_TAG },
+ { reinterpret_cast<SfxType*>(&aSfxStringItem_Impl), "AdditionsTag", FN_PARAM_ADDITIONS_TAG },
};
sal_uInt16 const nMediaArgsCount = SAL_N_ELEMENTS(aFormalArgs);