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