summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-28 12:34:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-28 12:34:59 +0000
commit93d71b5ceb11c233d3558d69674ca664d6a3f4cd (patch)
treedce2ab507add94a29fd2955c7627ce040a450c2f /xmloff/source/draw/ximppage.hxx
parent0d581ca89e6cd92c15d524b0555f45f7e1be2b19 (diff)
INTEGRATION: CWS navorder (1.7.280); FILE MERGED
2007/07/05 14:53:59 af 1.7.280.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/21 13:36:15 cl 1.7.280.1: #i68097# added draw:nav-order attribute
Diffstat (limited to 'xmloff/source/draw/ximppage.hxx')
-rw-r--r--xmloff/source/draw/ximppage.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx
index 33264f48d324..69de9699f8af 100644
--- a/xmloff/source/draw/ximppage.hxx
+++ b/xmloff/source/draw/ximppage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ximppage.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 15:11:06 $
+ * last change: $Author: vg $ $Date: 2007-08-28 13:34:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,7 @@ protected:
rtl::OUString maUseHeaderDeclName;
rtl::OUString maUseFooterDeclName;
rtl::OUString maUseDateTimeDeclName;
+ rtl::OUString msNavOrder;
void SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNew)
{ mxShapes = rNew; }
@@ -92,6 +93,8 @@ protected:
/** sets the properties from a page master style with the given name on this contexts page */
void SetPageMaster( rtl::OUString& rsPageMasterName );
+ void SetNavigationOrder();
+
public:
TYPEINFO();