summaryrefslogtreecommitdiff
path: root/external/libabw/Makefile
blob: e4968cf85fb663eb9578c924389af26a07074351 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2021-07-23 14:28:04 +0300
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-08-05 18:33:54 +0200
commit4edf3a964e764dcc40be729b8305476c5b968f1c (patch)
tree31377a91331f124d550eb6c7e8820c8f6fd1aa46 /vcl/ios/HtmlFmtFlt.cxx
parent3487d85ea384f74c096499cfea8e565e778f8408 (diff)
sw: undo/redo for outline modification
Outline changes done via "Tools"->"Chapter Numbering" were not tracked by undo/redo before. Change-Id: I764dda526d2b17ecbb62eca0d6a9fb0b368c4a69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119405 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>