summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-28 14:59:13 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-28 14:59:13 +0000
commit1a9a8a6e327424f5701eeeba6cdd7fade92288a6 (patch)
treea832a85fec658c69b368f1317a0ef26b50bd5628 /sd/inc
parent291f4ab1bb6ae52bd2263f238311db89360abadd (diff)
#83006# +GetTextStyleForObject
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdpage.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 945adee7a2b6..067611803a16 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpage.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2000-11-28 16:08:25 $
+ * last change: $Author: cl $ $Date: 2001-01-28 15:56:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -264,6 +264,7 @@ public:
void SetOrientation(const Orientation eOrient) { eOrientation = eOrient; }
Orientation GetOrientation() const { return eOrientation; }
+ virtual SfxStyleSheet* GetTextStyleSheetForObject( SdrObject* pObj ) const;
};
#endif // _SDPAGE_HXX