diff options
author | Michael Stahl <mst@openoffice.org> | 2010-04-28 17:52:28 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-04-28 17:52:28 +0200 |
commit | ec28d2f4aa2d449ae4b6dead85675d5c14085cae (patch) | |
tree | a8fa537519ab65a917ec15d81b2934202a108a5c /sw/inc/ndtxt.hxx | |
parent | bfe661492df0e45f49c9ad9fc23b36440f6dde03 (diff) | |
parent | b812217fb9701fc0b0bca438668611fc8a10cc10 (diff) |
merge DEV300_m77
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 67149cf998ec..217ff06a8be1 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -504,6 +504,10 @@ public: */ BOOL GetFirstLineOfsWithNum( short& rFirstOffset ) const; + // --> OD 2010-01-05 #b6884103# + SwTwips GetAdditionalIndentForStartingNewList() const; + // <-- + // --> OD 2008-12-02 #i96772# void ClearLRSpaceItemDueToListLevelIndents( SvxLRSpaceItem& o_rLRSpaceItem ) const; // <-- |