diff options
Diffstat (limited to 'editeng/inc/outleeng.hxx')
-rw-r--r-- | editeng/inc/outleeng.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/inc/outleeng.hxx b/editeng/inc/outleeng.hxx index 56f7aa62485e..fe118d78ed92 100644 --- a/editeng/inc/outleeng.hxx +++ b/editeng/inc/outleeng.hxx @@ -69,6 +69,8 @@ public: virtual tools::Rectangle GetBulletArea( sal_Int32 nPara ) override; + sal_Int16 GetDepth( sal_Int32 nPara ) const; + /// @returns state of the SdrCompatibilityFlag std::optional<bool> GetCompatFlag(SdrCompatibilityFlag eFlag) const; |