summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/resource
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-01-29 15:35:53 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-01-29 15:35:53 +0000
commit5ce579c11b5641ffc9dd8a4e317bdbfbabc369a7 (patch)
tree1ed93ec1a05702fb0d6055932274e10cba482700 /offapi/com/sun/star/resource
parent2cf3b1255524a2d54e1798d58c1deae982cb0964 (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/com/sun/star/resource')
-rw-r--r--offapi/com/sun/star/resource/XStringResourceWithLocation.idl14
-rw-r--r--offapi/com/sun/star/resource/XStringResourceWithStorage.idl14
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 fda1c6e09..11b8581ba 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 99a940e13..30b9c245a 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