From 85b0beae596e3177e0435d313a0ee4e90a6fde77 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Sep 2012 15:45:04 +0100 Subject: Resolves: fdo#40025 add text correction undo id instead of a single overwrite foo so now the undo message is "Text Correction" for a spell or grammar change Change-Id: I0227780ba9024ff903632923dd94238719b65764 --- sw/inc/swundo.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc/swundo.hxx') diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx index 9e0715404d3a..ade8718199b5 100644 --- a/sw/inc/swundo.hxx +++ b/sw/inc/swundo.hxx @@ -178,7 +178,8 @@ enum SwUndoId UNDO_UI_INSERT_URLTXT, UNDO_UI_DELETE_INVISIBLECNTNT, UNDO_UI_REPLACE_STYLE, - UNDO_UI_DELETE_PAGE_BREAK + UNDO_UI_DELETE_PAGE_BREAK, + UNDO_UI_TEXT_CORRECTION }; -- cgit 080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/opencl
AgeCommit message (Expand)Author
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-11-01Extract XmlWriter and XmlWalker from opencl into toolsTomaž Vajngerl
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-10-23loplugin:includeform: openclStephan Bergmann
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-04no need to construct unique_ptr hereJochen Nitschke
2017-06-02Improved loplugin:redundantcast static_cast handling: openclStephan Bergmann
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-17Turn macro into functionStephan Bergmann