summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:25:58 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:18:19 +0000
commit462e986e0dbd533b3a15696555e08489963c9542 (patch)
tree711fc2581ec8b565fcab533350aa44e85e7604a7 /sw/source/uibase/table
parentcrashtest: fix crash on load of ooo24889-1 (diff)
downloadcore-462e986e0dbd533b3a15696555e08489963c9542.tar.gz
core-462e986e0dbd533b3a15696555e08489963c9542.zip
Fix typos
Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec Reviewed-on: https://gerrit.libreoffice.org/16712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/chartins.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx
index 3b7a3e2fb389..6da2f8455932 100644
--- a/sw/source/uibase/table/chartins.cxx
+++ b/sw/source/uibase/table/chartins.cxx
@@ -63,7 +63,7 @@ using namespace ::com::sun::star::uno;
Point SwGetChartDialogPos( const vcl::Window *pParentWin, const Size& rDialogSize, const Rectangle& rLogicChart )
{
- // positioning code according to spepc; similar to Calc fuins2.cxx
+ // positioning code according to spec; similar to Calc fuins2.cxx
Point aRet;
OSL_ENSURE( pParentWin, "Window not found" );