summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/opredlin.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-05-19 16:25:57 +0200
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-21 12:59:32 +0200
commite1e3def8cc15380ff761ba46032bbfadd80d43c8 (patch)
tree1a59f6ef9815d8b1739617794850f8f6e2f160bd /sc/source/ui/optdlg/opredlin.cxx
parent68d7364dfbed50a802e61bf94493510405367b31 (diff)
Fix typos
Change-Id: I438b6719817e0bbb47370ec54561eed2bc402cba Reviewed-on: https://gerrit.libreoffice.org/37783 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sc/source/ui/optdlg/opredlin.cxx')
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index 9c0aafd62aad..557945264e8d 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -91,7 +91,7 @@ bool ScRedlineOptionsTabPage::FillItemSet( SfxItemSet* /* rSet */ )
SC_MOD()->SetAppOptions(aAppOptions);
// repaint (if everything would be done by Items (how it should be),
- // this wouldn't be neccessary)
+ // this wouldn't be necessary)
ScDocShell* pDocSh = dynamic_cast<ScDocShell*>( SfxObjectShell::Current() );
if (pDocSh)
pDocSh->PostPaintGridAll();