summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:47:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:58:45 +0200
commitd443cd31f3845b0eccd65c9a354e8e9b6edfa07e (patch)
treec34993bfc4facd0f78b637c03bebf96d9e5cf176 /sc/source/ui/miscdlgs
parent47445d15dc2d21649683f0c506b3646826d7f791 (diff)
Fix typos
Change-Id: I6ceb04830192bd6415cb41688bb604fccc25a882 Reviewed-on: https://gerrit.libreoffice.org/77294 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r--sc/source/ui/miscdlgs/datafdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/datafdlg.cxx b/sc/source/ui/miscdlgs/datafdlg.cxx
index 7e1be6f40e00..1e0fed27c45f 100644
--- a/sc/source/ui/miscdlgs/datafdlg.cxx
+++ b/sc/source/ui/miscdlgs/datafdlg.cxx
@@ -43,7 +43,7 @@ ScDataFormDlg::ScDataFormDlg(weld::Window* pParent, ScTabViewShell* pTabViewShel
sNewRecord = m_xFixedText->get_label();
- //read header form current document, and add new controls
+ //read header from current document, and add new controls
OSL_ENSURE( pTabViewShell, "pTabViewShell is NULL! :-/" );
ScViewData& rViewData = pTabViewShell->GetViewData();