summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-27 14:25:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-04-27 21:46:31 +0200
commit734b33b73dbd4bd65265bce2a17ee07cdb3a5042 (patch)
tree5b23e15377a097b7845a7769f3fcc5656b956b8e
parenta83963b463df5c8737fba43d9fff7e1236d2670b (diff)
Fix typos
Change-Id: Id81e8db5a38b4e4a88cc21c50234c2338e9c41bf Reviewed-on: https://gerrit.libreoffice.org/71421 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/source/ui/miscdlgs/acredlin.cxx2
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx2
-rw-r--r--vcl/source/app/svmain.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx
index 54b029509c7b..5d4866fe8a18 100644
--- a/sc/source/ui/miscdlgs/acredlin.cxx
+++ b/sc/source/ui/miscdlgs/acredlin.cxx
@@ -1704,7 +1704,7 @@ void ScAcceptChgDlg::Initialize(SfxChildWinInfo* pInfo)
aWidths.push_back(aEndPos[i] - aEndPos[i - 1]);
// turn column end points back to column widths, ignoring the small
- // value used for the the expander column
+ // value used for the expander column
weld::TreeView& rTreeView = pTheView->GetWidget();
rTreeView.set_column_fixed_widths(aWidths);
}
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index fa6ea10926a1..1861bc292057 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -1174,7 +1174,7 @@ void SwRedlineAcceptDlg::Initialize(OUString& rExtraString)
aWidths.push_back(aEndPos[i] - aEndPos[i - 1]);
// turn column end points back to column widths, ignoring the small
- // value used for the the expander column
+ // value used for the expander column
weld::TreeView& rTreeView = m_pTable->GetWidget();
rTreeView.set_column_fixed_widths(aWidths);
}
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index e395e1a8634d..9372e74afc17 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -473,7 +473,7 @@ void DeInitVCL()
pSVData->mpSettingsConfigItem.reset();
- // prevent unnessesary painting during Scheduler shutdown
+ // prevent unnecessary painting during Scheduler shutdown
// as this processes all pending events in debug builds.
ImplGetSystemDependentDataManager().flushAll();