summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 12:17:57 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:12:25 -0500
commit348aaa3ef634674d123b1a1e72f062fd3783af8f (patch)
tree1130a8b2ac3a4f8c531e895f71cf3fd9a4daf16b /sw
parent48b151462a769d5e5947603a9f3dde5799d6689e (diff)
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41 Reviewed-on: https://gerrit.libreoffice.org/16295 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df)
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unochart.cxx2
-rw-r--r--sw/source/uibase/docvw/SidebarTxtControlAcc.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index e1d979b10ae0..cfe555b8b298 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -1139,7 +1139,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL SwChartDataProvider::detectArgume
(void)nCurValuesSeqLen;
nDirection = 0; // default direction for a single cell should be 'columns'
}
- else // more than one cell is availabale (in values and label together!)
+ else // more than one cell is available (in values and label together!)
{
if (nFirstCol == nLastCol && nFirstRow != nLastRow)
nDirection = 1;
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
index cbe437ec7b92..639ddac57b2c 100644
--- a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
@@ -38,7 +38,7 @@
namespace sw { namespace sidebarwindows {
// declaration and implementation of <SvxEditSource>
-// for <::accessibiliy::AccessibleTextHelper> instance
+// for <::accessibility::AccessibleTextHelper> instance
class SidebarTextEditSource : public SvxEditSource,
public SfxBroadcaster
{