/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef SC_SCRESID_HXX #define SC_SCRESID_HXX #include #include "scdllapi.h" //=================================================================== class SC_DLLPUBLIC ScResId : public ResId { public: ScResId( sal_uInt16 nId ); // in scdll.cxx }; #define SC_RESSTR(x) ScResId(x).toString() #endif // SC_SCRESMGR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ e-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swmodalredlineacceptdlg.hxx
AgeCommit message (Expand)Author
2018-07-30loplugin:useuniqueptr in SwModalRedlineAcceptDlgNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-09vcl: VclPtr conversion in swNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-03sw: fix include guardsThomas Arnhold
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl