From e1e4efdc71d00ab2255b311cd420f929384ebbfa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Feb 2017 14:46:00 +0200 Subject: Typo: s/dependend/dependent/i Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61 --- include/editeng/outliner.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/editeng/outliner.hxx') diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index fea6253ac5fd..ef1540e17a0d 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -641,7 +641,7 @@ private: OUString ImplGetBulletText( sal_Int32 nPara ); void ImplCheckNumBulletItem( sal_Int32 nPara ); void ImplInitDepth( sal_Int32 nPara, sal_Int16 nDepth, bool bCreateUndo ); - void ImplSetLevelDependendStyleSheet( sal_Int32 nPara ); + void ImplSetLevelDependentStyleSheet( sal_Int32 nPara ); void ImplBlockInsertionCallbacks( bool b ); @@ -954,7 +954,7 @@ public: const EditEngine& GetEditEngine() const; // this is needed for StarOffice Api - void SetLevelDependendStyleSheet( sal_Int32 nPara ); + void SetLevelDependentStyleSheet( sal_Int32 nPara ); OutlinerMode GetOutlinerMode() const { return nOutlinerMode; } -- cgit