summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
commit94477cb5fb6e982035867b198eee7cfa8622c5e3 (patch)
tree79993199790f269b260968eb07cb91e3b1291cc9 /unotools
parent3a014901fdc4134f4fae669b66b154b1137c2352 (diff)
Fix typo accessable/accessible
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/cmdoptions.cxx2
-rw-r--r--unotools/source/config/compatibility.cxx2
-rw-r--r--unotools/source/config/dynamicmenuoptions.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index afd6fd8e1f5c..81f41fea69d9 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -208,7 +208,7 @@ SvtCommandOptions_Impl::SvtCommandOptions_Impl()
: ConfigItem( ROOTNODE_CMDOPTIONS )
// Init member then...
{
- // Get names and values of all accessable menu entries and fill internal structures.
+ // Get names and values of all accessible menu entries and fill internal structures.
// See impl_GetPropertyNames() for further informations.
Sequence< OUString > lNames = impl_GetPropertyNames ();
Sequence< Any > lValues = GetProperties ( lNames );
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index e5079a9886d2..21c97d3751f0 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -365,7 +365,7 @@ SvtCompatibilityOptions_Impl::SvtCompatibilityOptions_Impl()
: ConfigItem( ROOTNODE_OPTIONS )
// Init member then...
{
- // Get names and values of all accessable menu entries and fill internal structures.
+ // Get names and values of all accessible menu entries and fill internal structures.
// See impl_GetPropertyNames() for further informations.
Sequence< OUString > lNodes;
Sequence< OUString > lNames = impl_GetPropertyNames( lNodes );
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx
index aedd014572e4..a628a0a66bb7 100644
--- a/unotools/source/config/dynamicmenuoptions.cxx
+++ b/unotools/source/config/dynamicmenuoptions.cxx
@@ -350,7 +350,7 @@ SvtDynamicMenuOptions_Impl::SvtDynamicMenuOptions_Impl()
: ConfigItem( ROOTNODE_MENUS )
// Init member then...
{
- // Get names and values of all accessable menu entries and fill internal structures.
+ // Get names and values of all accessible menu entries and fill internal structures.
// See impl_GetPropertyNames() for further informations.
sal_uInt32 nNewCount = 0;
sal_uInt32 nWizardCount = 0;