diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/table/tablecontrol_impl.hxx | 2 | ||||
-rw-r--r-- | svtools/source/toolpanel/drawerlayouter.cxx | 2 |
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 ) |