diff options
-rw-r--r-- | offapi/com/sun/star/sheet/XPrintAreas.idl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XPrintAreas.idl b/offapi/com/sun/star/sheet/XPrintAreas.idl index 83e183dbebe6..503901f90dc9 100644 --- a/offapi/com/sun/star/sheet/XPrintAreas.idl +++ b/offapi/com/sun/star/sheet/XPrintAreas.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPrintAreas.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:08:22 $ + * last change: $Author: rt $ $Date: 2003-12-01 09:46:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,8 +77,6 @@ module com { module sun { module star { module sheet { //============================================================================= /** represents a sheet which has print areas. - - @deprecated */ interface XPrintAreas: com::sun::star::uno::XInterface { |