summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2001-03-09 14:11:33 +0000
committerDirk Völzke <dv@openoffice.org>2001-03-09 14:11:33 +0000
commit7fa4c210a50eda0a63683ca01e0c1a6852c8aaf0 (patch)
tree485250e5c61adedd113152033e9079b7b61c3108 /offapi/com/sun
parent71b2bd25c2241f4b179b24a2ac958f3dd53c73e8 (diff)
forgot the includes
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/frame/TemplateAccess.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/frame/TemplateAccess.idl b/offapi/com/sun/star/frame/TemplateAccess.idl
index 142e9094780a..5e2aaad9ad15 100644
--- a/offapi/com/sun/star/frame/TemplateAccess.idl
+++ b/offapi/com/sun/star/frame/TemplateAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TemplateAccess.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dv $ $Date: 2001-03-09 15:06:20 $
+ * last change: $Author: dv $ $Date: 2001-03-09 15:11:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,12 @@
#ifndef __com_sun_star_frame_TemplateAccess_idl__
#define __com_sun_star_frame_TemplateAccess_idl__
-#ifndef __com_sun_star_frame_XLocalizedContentAccess_idl__
-#include <com/sun/star/frame/XLocalizedContentAccess.idl>
+#ifndef __com_sun_star_lang_XLocalizable_idl__
+#include <com/sun/star/lang/XLocalizable.idl>
+#endif
+
+#ifndef __com_sun_star_frame_XDocumentTemplates_idl__
+#include <com/sun/star/frame/XDocumentTemplates.idl>
#endif
@@ -84,7 +88,7 @@ module com { module sun { module star { module frame {
service TemplateAccess
{
// DocMerge: empty anyway
- interface com::sun::star::frame::XLocalizable;
+ interface com::sun::star::lang::XLocalizable;
// DocMerge: empty anyway
interface com::sun::star::frame::XDocumentTemplates;
@@ -94,9 +98,5 @@ service TemplateAccess
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
-=============================================================================*/
#endif