From f7ca5ce78f98505cd301f6bddde143e3ecb846e7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 28 Jan 2024 16:03:58 +0000 Subject: Resolves: tdf#149409 enable impress 'Small Capitals' Toolbar Button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifc8721f50f359669af501c91bc86d6a983785f9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162663 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svx/svxids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/svxids.hrc') diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 7cc55ac02813..b4e1a91d386a 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -451,7 +451,7 @@ class XFillGradientItem; #define SID_ATTR_TEXTCOLUMNS_NUMBER ( SID_SVX_START + 340 ) #define SID_ATTR_TEXTCOLUMNS_SPACING ( SID_SVX_START + 341 ) -// FREE ( SID_SVX_START + 342 ) +#define SID_SET_SMALL_CAPS ( SID_SVX_START + 342 ) // FREE ( SID_SVX_START + 343 ) // FREE ( SID_SVX_START + 344 ) // FREE ( SID_SVX_START + 345 ) -- cgit