# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_AllLangResTarget_AllLangResTarget,dkt)) $(eval $(call gb_AllLangResTarget_set_reslocation,dkt,desktop)) $(eval $(call gb_AllLangResTarget_add_srs,dkt,\ dkt/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,dkt/res)) $(eval $(call gb_SrsTarget_add_files,dkt/res,\ desktop/source/app/desktop.src \ )) # vim: set ts=4 sw=4 et: 23e0c6f40a77beac278bd9e7a667a9b'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/fmtautofmt.hxx
AgeCommit message (Expand)Author
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-11-05fixincludeguards.sh: swThomas Arnhold