summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:28:33 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:28:33 +0000
commit0085333b7ce98111e9ff499bdc343df6094555a3 (patch)
treee158ea57f01401fcc116a7cc4cc63325a911cf52 /svtools
parent939638221a5f93bc52cbe0a535ab7ea1adaa0856 (diff)
INTEGRATION: CWS basemodelrefactoring (1.4.144); FILE MERGED
2007/04/07 17:37:46 mba 1.4.144.1: #i26672#: remove undocumented service css.document.DocumentProperties
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/contentenumeration.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/contnr/contentenumeration.hxx b/svtools/source/contnr/contentenumeration.hxx
index d49d56add74f..6f012f75e76d 100644
--- a/svtools/source/contnr/contentenumeration.hxx
+++ b/svtools/source/contnr/contentenumeration.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: contentenumeration.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ihi $ $Date: 2007-06-05 18:24:55 $
+ * last change: $Author: obo $ $Date: 2007-07-17 13:28:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,8 +40,8 @@
#ifndef _COM_SUN_STAR_UCB_XCOMMANDENVIRONMENT_HPP_
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#endif
-#ifndef _COM_SUN_STAR_IO_XPERSIST_HPP_
-#include <com/sun/star/io/XPersist.hpp>
+#ifndef _COM_SUN_STAR_DOCUMENT_XSTANDALONEDOCUMENTINFO_HPP_
+#include <com/sun/star/document/XStandaloneDocumentInfo.hpp>
#endif
/** === end UNO includes === **/
@@ -228,7 +228,7 @@ namespace svt
IEnumerationResultHandler* m_pResultHandler;
bool m_bCancelled;
- mutable ::com::sun::star::uno::Reference< ::com::sun::star::io::XPersist >
+ mutable ::com::sun::star::uno::Reference< ::com::sun::star::document::XStandaloneDocumentInfo >
m_xDocInfo;
public: