/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module dao { constants ParameterDirectionEnum { const long dbParamInput = 1; const long dbParamInputOutput = 3; const long dbParamOutput = 2; const long dbParamReturnValue = 4; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ n='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/eventattacher/Makefile
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-05-08 13:23:30 +0200
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-05-09 14:00:33 +0200
commite49fd672b17ba382d78a130648e714fa130d39c5 (patch)
treef53eacdf3520c0fb9ba9eca820644b2b77e54048 /eventattacher/Makefile
parent11c66ea0f49417a30aae1ff250f7f18ec797753e (diff)
Fix typelib_TypeDescriptionReference -> typelib_TypeDescription conversion