summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:25:02 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:21:01 +0000
commit0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch)
treeb5cf38ba79bb7259fe3aeedf660a2ce804b66369 /svx/source/dialog
parent462e986e0dbd533b3a15696555e08489963c9542 (diff)
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/measctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/measctrl.cxx b/svx/source/dialog/measctrl.cxx
index 19b666fc4ba8..3c551c2c2b0f 100644
--- a/svx/source/dialog/measctrl.cxx
+++ b/svx/source/dialog/measctrl.cxx
@@ -87,7 +87,7 @@ void SvxXMeasurePreview::dispose()
// No one is deleting the MeasureObj? This is not only an error but also
// a memory leak (!). Main problem is that this object is still listening to
// a StyleSheet of the model which was set. Thus, if You want to keep the obnject,
- // set the modfel to 0L, if object is not needed (seems to be the case here),
+ // set the model to 0L, if object is not needed (seems to be the case here),
// delete it.
delete pMeasureObj;