diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-08-18 18:44:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-18 18:44:25 +0200 |
commit | b16d8616a3e323557faeaddddbf4e69b4a097eb7 (patch) | |
tree | aae5d064b83c7855330940ecf3e1c51457af0065 /offapi/com/sun/star/report/XReportDefinition.idl | |
parent | 7dae37fcbda8dd8160716072bb251c43d6c46f31 (diff) | |
parent | 8050668b3ac640c3034489984b932192022177c5 (diff) |
Merge commit 'ooo/OOO330_m4'
Diffstat (limited to 'offapi/com/sun/star/report/XReportDefinition.idl')
-rw-r--r-- | offapi/com/sun/star/report/XReportDefinition.idl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl index 2fd9e55b0..ece2189bd 100644 --- a/offapi/com/sun/star/report/XReportDefinition.idl +++ b/offapi/com/sun/star/report/XReportDefinition.idl @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: XReportDefinition.idl,v $ - * $Revision: 1.4 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -75,8 +72,8 @@ #ifndef __com_sun_star_awt_Size_idl__ #include <com/sun/star/awt/Size.idl> #endif -#ifndef __com_sun_star_util_XModifiable_idl__ -#include <com/sun/star/util/XModifiable.idl> +#ifndef __com_sun_star_util_XModifiable2_idl__ +#include <com/sun/star/util/XModifiable2.idl> #endif #ifndef __com_sun_star_document_XEventBroadcaster_idl__ #include <com/sun/star/document/XEventBroadcaster.idl> @@ -158,7 +155,7 @@ interface XReportDefinition of the document without saving any changes. </p> */ - interface com::sun::star::util::XModifiable; + interface com::sun::star::util::XModifiable2; /** allows the creation of sub reports. */ |