diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-22 14:31:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-22 12:36:21 +0000 |
commit | aade27554d427649810f5635133519cadfa8002f (patch) | |
tree | 7f87acd42d9b3821f969444cc0a65e8f27988503 /chart2 | |
parent | eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff) |
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_DataEditor.cxx | 2 | ||||
-rw-r--r-- | chart2/source/inc/AxisHelper.hxx | 2 | ||||
-rw-r--r-- | chart2/source/inc/CharacterProperties.hxx | 4 | ||||
-rw-r--r-- | chart2/source/tools/ModifyListenerCallBack.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx b/chart2/source/controller/dialogs/dlg_DataEditor.cxx index 9b9e0b067208..ceb101bf52cc 100644 --- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx +++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx @@ -131,7 +131,7 @@ IMPL_LINK_NOARG_TYPED(DataEditor, ToolboxHdl, ToolBox *, void) m_xBrwData->SwapRow(); } -// refresh toolbar icons according to currently selected cell in brwose box +// refresh toolbar icons according to currently selected cell in browse box IMPL_LINK_NOARG(DataEditor, BrowserCursorMovedHdl) { if( m_bReadOnly ) diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx index 803532ce0445..513e3fd81c25 100644 --- a/chart2/source/inc/AxisHelper.hxx +++ b/chart2/source/inc/AxisHelper.hxx @@ -155,7 +155,7 @@ public: getGridProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XCoordinateSystem >& xCooSys , sal_Int32 nDimensionIndex - , sal_Int32 nAxisIndex //0: Primary axies, 1: secondary axis + , sal_Int32 nAxisIndex //0: Primary axis, 1: secondary axis , sal_Int32 nSubGridIndex = -1 //-1: Main Grid; 0: First SubGrid etc ); diff --git a/chart2/source/inc/CharacterProperties.hxx b/chart2/source/inc/CharacterProperties.hxx index 026bedf2a9ad..a5cf8e9d3203 100644 --- a/chart2/source/inc/CharacterProperties.hxx +++ b/chart2/source/inc/CharacterProperties.hxx @@ -47,8 +47,8 @@ namespace CharacterProperties PROP_CHAR_FONT_CHAR_SET, PROP_CHAR_FONT_PITCH, PROP_CHAR_COLOR, -// PROP_CHAR_BACKGROUND_COLOR, -//-- PROP_CHAR_BACKGROUND_TRANSPARENCY, alpah channnel in COLOR +// PROP_CHAR_BACKGROUND_COLOR, +// PROP_CHAR_BACKGROUND_TRANSPARENCY, alpha channel in COLOR PROP_CHAR_ESCAPEMENT, PROP_CHAR_CHAR_HEIGHT, PROP_CHAR_UNDERLINE, diff --git a/chart2/source/tools/ModifyListenerCallBack.cxx b/chart2/source/tools/ModifyListenerCallBack.cxx index 240eb3e168bc..6be8bce1cde0 100644 --- a/chart2/source/tools/ModifyListenerCallBack.cxx +++ b/chart2/source/tools/ModifyListenerCallBack.cxx @@ -49,7 +49,7 @@ public: using ::cppu::WeakComponentImplHelperBase::disposing; private: - Link<> m_aLink;//will be callef on modify + Link<> m_aLink;//will be called on modify Reference< util::XModifyBroadcaster > m_xBroadcaster;//broadcaster to listen at }; |