diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 15:35:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 15:35:53 +0000 |
commit | 3dc6e104a114c87a6c847df59691ac57a71bb936 (patch) | |
tree | 2b2747b1ce034d421ffbf6c641b6e0a279b91835 /offapi | |
parent | 4864e71f073c3cb2ba6c944f9514c2608c18c5dd (diff) |
INTEGRATION: CWS ab32 (1.2.6); FILE MERGED
2007/01/15 16:34:21 ab 1.2.6.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/resource/XStringResourceWithLocation.idl | 14 | ||||
-rw-r--r-- | offapi/com/sun/star/resource/XStringResourceWithStorage.idl | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/resource/XStringResourceWithLocation.idl b/offapi/com/sun/star/resource/XStringResourceWithLocation.idl index 519cf9ef6c3e..653b00059eaa 100644 --- a/offapi/com/sun/star/resource/XStringResourceWithLocation.idl +++ b/offapi/com/sun/star/resource/XStringResourceWithLocation.idl @@ -4,9 +4,9 @@ * * $RCSfile: XStringResourceWithLocation.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-01-02 15:44:27 $ + * last change: $Author: rt $ $Date: 2007-01-29 16:32:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ #ifndef __com_sun_star_resource_XStringResourceWithLocation_idl__ #define __com_sun_star_resource_XStringResourceWithLocation_idl__ -#ifndef __com_sun_star_resource_XStringResourcePersistance_idl__ -#include <com/sun/star/resource/XStringResourcePersistance.idl> +#ifndef __com_sun_star_resource_XStringResourcePersistence_idl__ +#include <com/sun/star/resource/XStringResourcePersistence.idl> #endif @@ -46,12 +46,12 @@ module com { module sun { module star { module resource { //============================================================================= /** - Extends <type>XStringResourcePersistance</type> by methods to handle an + Extends <type>XStringResourcePersistence</type> by methods to handle an associated location. - @see <type>XStringResourcePersistance</type>. + @see <type>XStringResourcePersistence</type>. */ -interface XStringResourceWithLocation: com::sun::star::resource::XStringResourcePersistance +interface XStringResourceWithLocation: com::sun::star::resource::XStringResourcePersistence { /** Stores all string table data to a location and associates this location diff --git a/offapi/com/sun/star/resource/XStringResourceWithStorage.idl b/offapi/com/sun/star/resource/XStringResourceWithStorage.idl index 73a5688b6f44..810bfd003e6d 100644 --- a/offapi/com/sun/star/resource/XStringResourceWithStorage.idl +++ b/offapi/com/sun/star/resource/XStringResourceWithStorage.idl @@ -4,9 +4,9 @@ * * $RCSfile: XStringResourceWithStorage.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-01-02 15:44:40 $ + * last change: $Author: rt $ $Date: 2007-01-29 16:35:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ #ifndef __com_sun_star_resource_XStringResourceWithStorage_idl__ #define __com_sun_star_resource_XStringResourceWithStorage_idl__ -#ifndef __com_sun_star_resource_XStringResourcePersistance_idl__ -#include <com/sun/star/resource/XStringResourcePersistance.idl> +#ifndef __com_sun_star_resource_XStringResourcePersistence_idl__ +#include <com/sun/star/resource/XStringResourcePersistence.idl> #endif @@ -46,12 +46,12 @@ module com { module sun { module star { module resource { //============================================================================= /** - Extends <type>XStringResourcePersistance</type> by methods to handle an + Extends <type>XStringResourcePersistence</type> by methods to handle an associated <type scope="com::sun::star::embed">XStorage</type> instance. - @see <type>XStringResourcePersistance</type>. + @see <type>XStringResourcePersistence</type>. */ -interface XStringResourceWithStorage: com::sun::star::resource::XStringResourcePersistance +interface XStringResourceWithStorage: com::sun::star::resource::XStringResourcePersistence { /** Stores all string table data to a storage and associates this storage |