lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintColor.idl
blob4a0620269e4138aa2a486ccf44cd1b8b6785b13d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcPrintColor {
4 const long acPRCMColor = 2;
5 const long acPRCMMonochrome = 1;
6 };
7 }; }; };
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */