/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #ifndef INCLUDED_CONFIG_DCONF_H #define INCLUDED_CONFIG_DCONF_H #define ENABLE_DCONF 0 #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ain'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui/inc/ids.hrc
AgeCommit message (Expand)Author
2024-01-22Fix meaning of warning messageGabor Kelemen
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-02-27tdf#145829: typo ERRCODE_UUI_IO_MODULESIZEEXCEEDED ("basic" instead of "BASIC")Julien Nabet
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2020-02-04tdf#42949 Fix IWYU warnings in uui/Gabor Kelemen
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-03-16First cut at annotating 'exotic' filters.Michael Meeks
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin
2017-08-19remove dodgy use of ErrCodeNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara