summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcPrintColor.idl
blob: 4a0620269e4138aa2a486ccf44cd1b8b6785b13d (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
    constants AcPrintColor {
        const long acPRCMColor = 2;
        const long acPRCMMonochrome = 1;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */