summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 08:41:18 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 08:41:18 +0000
commitad39bb68fc99ef111ae5159a6341e071ae0970c0 (patch)
tree6c4b18442e7fc008326dac93d0b289ff1951b7be /xmloff
parent0e3ff5db960cdf907c03445220f1e29d37fc367f (diff)
INTEGRATION: CWS oj14 (1.2.8); FILE MERGED
2007/04/20 05:48:32 oj 1.2.8.1: file moved
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/XMLPageExport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/xmloff/XMLPageExport.hxx b/xmloff/inc/xmloff/XMLPageExport.hxx
index 142660ec0965..cde5d82fb611 100644
--- a/xmloff/inc/xmloff/XMLPageExport.hxx
+++ b/xmloff/inc/xmloff/XMLPageExport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLPageExport.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 13:24:02 $
+ * last change: $Author: rt $ $Date: 2007-07-06 09:41:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,7 @@
namespace com { namespace sun { namespace star {
namespace style { class XStyle; }
- namespace container { class XIndexReplace; }
+ namespace container { class XIndexReplace; class XNameAccess;}
namespace beans { class XPropertySet; }
} } }
@@ -93,7 +93,7 @@ class XMLOFF_DLLPUBLIC XMLPageExport : public UniRefBase
const ::rtl::OUString sFollowStyle;
::com::sun::star::uno::Reference<
- ::com::sun::star::container::XIndexAccess > xPageStyles;
+ ::com::sun::star::container::XNameAccess > xPageStyles;
::std::vector< XMLPageExportNameEntry > aNameVector;
SAL_DLLPRIVATE sal_Bool findPageMasterName( const ::rtl::OUString& rStyleName, ::rtl::OUString& rPMName ) const;