summaryrefslogtreecommitdiff
path: root/sw/source/core/text/pordrop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/pordrop.hxx')
-rw-r--r--sw/source/core/text/pordrop.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/text/pordrop.hxx b/sw/source/core/text/pordrop.hxx
index c8c7c41a0a66..402d20b6162a 100644
--- a/sw/source/core/text/pordrop.hxx
+++ b/sw/source/core/text/pordrop.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pordrop.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:25 $
+ * last change: $Author: ama $ $Date: 2000-10-20 14:50:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,6 +112,7 @@ public:
inline KSHORT GetDropHeight() const { return nDropHeight; }
inline KSHORT GetDropDescent() const { return nDropDescent; }
inline KSHORT GetDropLeft() const { return Width() + nFix; }
+ inline SwFont* GetFnt() { return pFnt; }
static void DeleteDropCapCache();