diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:50:10 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 12:25:15 +0000 |
commit | 00d2eeebc8b1842c4ab7a544552f259208ee0e25 (patch) | |
tree | 64ae3f73380dc210f997b70449cb09faceb9e6f6 /editeng/source/outliner | |
parent | 5e2644400521b90e9e4ff9253a9abfc9bf642cb4 (diff) |
Fix typos
Change-Id: Iaa9dd3f02f21947742643349d3b878126017477d
Reviewed-on: https://gerrit.libreoffice.org/18947
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outleeng.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outleeng.hxx b/editeng/source/outliner/outleeng.hxx index 1ac87acd176a..12d5005ece50 100644 --- a/editeng/source/outliner/outleeng.hxx +++ b/editeng/source/outliner/outleeng.hxx @@ -30,7 +30,7 @@ class OutlinerEditEng : public EditEngine protected: - // derived from EditEngine. Allows Outliner objetcs to provide + // derived from EditEngine. Allows Outliner objects to provide // bullet access to the EditEngine. virtual const SvxNumberFormat* GetNumberFormat( sal_Int32 nPara ) const SAL_OVERRIDE; |