diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 771e8bfcc8f3..4e1eba53115b 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -488,6 +488,10 @@ public: // detect highest and lowest level to check moving of outline levels void GetCurrentOutlineLevels( sal_uInt8& rUpper, sal_uInt8& rLower ); + + // get Outline level of current paragraph + int GetCurrentParaOutlineLevel( ) const;// #outlinelevel add by zhaojianwei + // -> i29560 BOOL HasNumber() const; BOOL HasBullet() const; |