summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 10:13:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 10:13:15 +0000
commitc9494c9533ec0101dc369f2af163aa1caf9db5ae (patch)
tree9d7bcd594a93d2af44e952b27417702dbceb222a /sw/inc/fesh.hxx
parent02289797487e78e0a5a3b5c5f95690bc5207d282 (diff)
INTEGRATION: CWS swqcore07 (1.50.36); FILE MERGED
2005/02/21 12:50:23 od 1.50.36.1: #i42921# new method <SwFEShell::IsVerticalModeAtNdAndPos(..)>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index cc432bffdce8..76f548cb25b9 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fesh.hxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: obo $ $Date: 2005-01-25 14:41:25 $
+ * last change: $Author: vg $ $Date: 2005-03-08 11:13:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -811,6 +811,11 @@ public:
SwTxtNode * GetNumRuleNodeAtPos(const Point &rPot);
BOOL IsNumLabel( const Point &rPt, int nMaxOffset = -1 );
// <- #i23726#
+ // --> OD 2005-02-21 #i42921#
+ bool IsVerticalModeAtNdAndPos( const SwTxtNode& _rTxtNode,
+ const Point& _rDocPos ) const;
+ // <--
+
};
#endif