summaryrefslogtreecommitdiff
path: root/sw/inc/pagedesc.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 11:57:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 11:57:12 +0000
commit64c6b3ab42e1f562380bb67fbb808c4702f8c3d8 (patch)
tree54ca66e32d69b05aa3f68c82fde9e2a2ec7861ed /sw/inc/pagedesc.hxx
parent65cab174b12e1aed6100f51e7542328f1238b4bc (diff)
INTEGRATION: CWS jollyfilterteam03 (1.4.114); FILE MERGED
2003/03/13 12:02:49 cmc 1.4.114.1: #i3371# when we export a pagebreak, have a check to see if it would use a different page descriptor because of followstyles etc and if so export a sectionbreak, will help paper over the lack of pagestyles in word export.
Diffstat (limited to 'sw/inc/pagedesc.hxx')
-rw-r--r--sw/inc/pagedesc.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx
index 4d6b7f5e5cab..2b0091547e97 100644
--- a/sw/inc/pagedesc.hxx
+++ b/sw/inc/pagedesc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pagedesc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2002-06-28 12:25:53 $
+ * last change: $Author: vg $ $Date: 2003-04-01 12:57:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -275,6 +275,9 @@ public:
BOOL bCheckForThisPgDc = TRUE ) const;
BOOL IsFollowNextPageOfNode( const SwNode& rNd ) const;
+ //Given a SwNode return the pagedesc in use at that location.
+ static const SwPageDesc* GetPageDescOfNode(const SwNode& rNd);
+
SwPageDesc( const SwPageDesc& );
~SwPageDesc();
};