Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / chart2 / XLegend.idl
blob390c7ab20303fc164301aca2d4e6b0ce5a00ac19
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart_XLegend_idl
3 #define com_sun_star_chart_XLegend_idl
5 #include <com/sun/star/uno/XInterface.idl>
7 module com
9 module sun
11 module star
13 module chart2
16 /** interface for the legend of a diagram
18 interface XLegend : ::com::sun::star::uno::XInterface
22 } ; // chart2
23 } ; // com
24 } ; // sun
25 } ; // star
27 #endif
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */