summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 13:54:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 13:54:46 +0000
commite5437ccbaa2c1316d6468fb3976b3585d66adc97 (patch)
treed170caea5097cc006e466ee7f929fe816344c43b /sd/inc/sdpage.hxx
parent95d66ed44ac7bd6d6bb86ac88764a7a1b6b42d49 (diff)
INTEGRATION: CWS aw013 (1.14.70); FILE MERGED
2004/06/11 16:13:45 aw 1.14.70.1: #114389#, #114394#
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index ff14aeccdca4..22f664946041 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpage.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 15:42:50 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:54:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,6 @@ class SdPageLink;
class StarBASIC;
class SfxItemSet;
struct StyleRequestData;
-struct SdrPaintProcRec;
class SdPage;
enum PresObjKind
@@ -354,12 +353,15 @@ public:
sd::HeaderFooterSettings& getHeaderFooterSettings();
- /** this method returns true if the object from the SdrPaintProcRec should
+ /** this method returns true if the object from the ViewObjectContact should
be visible on this page while rendering.
bEdit selects if visibility test is for an editing view or a final render,
like printing.
*/
- virtual bool checkVisibility( SdrPaintProcRec* pRecord, bool bEdit );
+ virtual bool checkVisibility(
+ ::sdr::contact::ViewObjectContact& rOriginal,
+ ::sdr::contact::DisplayInfo& rDisplayInfo,
+ bool bEdit );
};
#endif // _SDPAGE_HXX