summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:09:57 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:19:19 +0000
commitf0733ee8c9de62818867c656518cecf0986dda0f (patch)
tree758deefce87659bf071a167ca9b6e207a693de5a /svtools
parentFix typos (diff)
downloadcore-f0733ee8c9de62818867c656518cecf0986dda0f.tar.gz
core-f0733ee8c9de62818867c656518cecf0986dda0f.zip
Fix typos
Change-Id: I7bb3caf76909603343f50568b68e3eadeb1cac30 Reviewed-on: https://gerrit.libreoffice.org/18980 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/table/tablecontrol_impl.hxx2
-rw-r--r--svtools/source/toolpanel/drawerlayouter.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index e34672a79bb2..d082e20cde72 100644
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -82,7 +82,7 @@ namespace svt { namespace table
friend class SuspendInvariants;
private:
- /// the control whose impl-instance we implemnt
+ /// the control whose impl-instance we implement
TableControl& m_rAntiImpl;
/// the model of the table control
PTableModel m_pModel;
diff --git a/svtools/source/toolpanel/drawerlayouter.cxx b/svtools/source/toolpanel/drawerlayouter.cxx
index 55be1a2a35aa..6ff118a64982 100644
--- a/svtools/source/toolpanel/drawerlayouter.cxx
+++ b/svtools/source/toolpanel/drawerlayouter.cxx
@@ -92,7 +92,7 @@ namespace svt
aLowerDrawerPos.Move( 0, -nDrawerHeight );
}
- // fincally calculate the rectangle for the active panel
+ // finally calculate the rectangle for the active panel
return Rectangle(
aUpperDrawerPos,
Size( nWidth, aLowerDrawerPos.Y() - aUpperDrawerPos.Y() + 1 )