summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-11-19 23:11:00 +0100
committerAndras Timar <andras.timar@collabora.com>2024-02-10 20:57:23 +0100
commit72d99d70b3fcae4d16df95f3c1910edb97762f92 (patch)
treead57adee0b86fbfd91b1a1fb3c983a67860e4818
parent85fc2f4d232ebd726462a3c4a9896d7b7ac2ca18 (diff)
added 2 missing HIDs (2nd attempt)
Change-Id: Ib8d7c4c2c6a25bb6d3f7df05ae5bc3469ad13126
-rw-r--r--source/text/shared/01/05210200.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/05210200.xhp b/source/text/shared/01/05210200.xhp
index 52424f1322..4b2adfb10f 100644
--- a/source/text/shared/01/05210200.xhp
+++ b/source/text/shared/01/05210200.xhp
@@ -30,8 +30,8 @@
<body>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpage/ColorPage" id="bm_id981578762093731" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpage/@@nowidget@@" id="bm_id981578762093731" localize="false"/>
- <bookmark xml-lang="en-US" branch="SVX_HID_POPUP_COLOR" id="bm_id981578762093732" localize="false"/>
- <bookmark xml-lang="en-US" branch="SVX_HID_POPUP_COLOR_CTRL" id="bm_id981578762093734" localize="false"/>
+ <bookmark xml-lang="en-US" branch="hid/SVX_HID_POPUP_COLOR" id="bm_id981578762093732" localize="false"/>
+ <bookmark xml-lang="en-US" branch="hid/SVX_HID_POPUP_COLOR_CTRL" id="bm_id981578762093734" localize="false"/>
<bookmark xml-lang="en-US" branch="index" id="bm_id37440771">
<bookmark_value>colors;palette</bookmark_value>
<bookmark_value>palette;document colors</bookmark_value>
tion value='feature/use-ogl-context-in-canvas'>feature/use-ogl-context-in-canvas LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuexpand.cxx
AgeCommit message (Expand)Author
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-02-20Include <xmloff/autolayout.hxx> only where usedTor Lillqvist
2017-02-16Move AutoLayout enum definition to its own file, and start de-duplicating itTor Lillqvist
2016-10-14rename sd::Outliner to SdOutlinerNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-02-02coverity#1267659 Logically dead codeCaolán McNamara
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-10loplugin: cstylecastNoel Grandin
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan