--- include/orcus/env.hpp +++ include/orcus/env.hpp @@ -35,14 +35,8 @@ #else #define ORCUS_DLLPUBLIC __declspec(dllexport) #endif - #elif defined __ORCUS_STATIC_LIB + #else #define ORCUS_DLLPUBLIC - #else - #ifdef __GNUC__ - #define ORCUS_DLLPUBLIC __attribute__ ((dllimport)) - #else - #define ORCUS_DLLPUBLIC __declspec(dllimport) - #endif #endif #define ORCUS_DLLLOCAL #else ng' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/controlwizard.hxx
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-11-21loplugin:unusedfields start removing unused weld fieldsNoel Grandin
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC
2020-07-30loplugin:unusedmethodsNoel Grandin
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-26loplugin:constmethod in embeddedobj..extensionsNoel Grandin
2019-09-02weld cluster of database form wizardsCaolán McNamara
2019-08-22OControlWizard->vcl::WindowCaolán McNamara
2019-08-16move WizardMachine to vclCaolán McNamara