/* * 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/. */ #include "macros.inc" Module gid_Module_Optional_Stdlibs ParentID = gid_Module_Root; Default = NO; PackageInfo = "packinfo_ure.txt"; MOD_NAME_DESC(MODULE_OPTIONAL_STDLIBS); Styles = (); Files = ( #if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \ || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY)) gid_File_Dl_GccS, gid_File_Dl_Stdcpp #endif ); End alue='b7384249db1446cdbbd1f98d4c90c8d8d22c69b3'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/line.cxx
AgeCommit message (Expand)Author
2020-12-01DrawPolyLine/DrawPolyPolygon never called with null OutputDevice*Caolán McNamara
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara