summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/_NamedRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/_NamedRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/_NamedRange.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/_NamedRange.idl b/offapi/com/sun/star/sheet/_NamedRange.idl
index c11b0edd2488..2596b7dee2d6 100644
--- a/offapi/com/sun/star/sheet/_NamedRange.idl
+++ b/offapi/com/sun/star/sheet/_NamedRange.idl
@@ -20,36 +20,30 @@
#ifndef __com_sun_star_sheet__NamedRange_idl__
#define __com_sun_star_sheet__NamedRange_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** @deprecated
@see com::sun::star::sheet::NamedRangeFlag
*/
published constants _NamedRange
{
- //-------------------------------------------------------------------------
/** The range contains filter criteria.
*/
const long FILTER_CRITERIA = 1;
- //-------------------------------------------------------------------------
/** The range can be used as a print range.
*/
const long PRINT_AREA = 2;
- //-------------------------------------------------------------------------
/** The range can be used as column headers for printing.
*/
const long COLUMN_HEADER = 4;
- //-------------------------------------------------------------------------
/** The range can be used as row headers for printing.
*/
@@ -57,7 +51,6 @@ published constants _NamedRange
};
-//=============================================================================
}; }; }; };