/* -*- 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 INCLUDED_LINGUISTIC_LNGDLLAPI_H #define INCLUDED_LINGUISTIC_LNGDLLAPI_H #include #include #if defined(LNG_DLLIMPLEMENTATION) #define LNG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define LNG_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #define LNG_DLLPRIVATE SAL_DLLPRIVATE #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-02-18coverity#738915 Uninitialized scalar fieldCaolán McNamara
2013-12-20typo fixesAndras Timar
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-06Fix integer ambiguityStephan Bergmann
2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-09oupsLionel Elie Mamane
2013-11-09UnoApiTest does not dispose Desktop anymoreLionel Elie Mamane
2013-11-09UnoApiTest don't dispose mxDesktopLionel Elie Mamane
2013-11-09Don't dispose twice in CalcUnoApiTest::tearDownStephan Bergmann
2013-11-09Calc UNO API testLionel Elie Mamane
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-30simplify code and fix out of bounds readMarkus Mohrhard
2013-10-29gbuild: move unittest mock profile to WORKDIRMichael Stahl
2013-10-29langtag, test: remove Packages that deliver to OUTDIR/unittest/installMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-23Improve test assertionsStephan Bergmann
2013-10-02WaE: unused variableTor Lillqvist