summaryrefslogtreecommitdiff
path: root/include/editeng/outliner.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-06 14:46:00 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-06 16:03:34 +0200
commite1e4efdc71d00ab2255b311cd420f929384ebbfa (patch)
tree79da006b755c700346d50835490915e81da4ed3b /include/editeng/outliner.hxx
parent5c54971cbc4672fc7bb3a2fb26bb6eda229a7fa8 (diff)
Typo: s/dependend/dependent/i
Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r--include/editeng/outliner.hxx4
1 files changed, 2 insertions, 2 deletions
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; }