summaryrefslogtreecommitdiffstats
path: root/extensions/source/abpilot/fieldmappingimpl.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /extensions/source/abpilot/fieldmappingimpl.cxx
parenttdf#95505 Dump usage stats to text file (diff)
downloadcore-64d624b65124ac02d8ee59b135593fd9d8eb9067.tar.gz
core-64d624b65124ac02d8ee59b135593fd9d8eb9067.zip
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'extensions/source/abpilot/fieldmappingimpl.cxx')
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/abpilot/fieldmappingimpl.cxx b/extensions/source/abpilot/fieldmappingimpl.cxx
index 4c8fb611834f..9215b7e3ff19 100644
--- a/extensions/source/abpilot/fieldmappingimpl.cxx
+++ b/extensions/source/abpilot/fieldmappingimpl.cxx
@@ -156,7 +156,7 @@ namespace abp
// but this list above is the intersection)
- // access the configuration information which the driver uses for determining it's column names
+ // access the configuration information which the driver uses for determining its column names
OUString sDriverAliasesNodeName(
OUStringLiteral(sDriverSettingsNodeName)
+ "/ColumnAliases");
@@ -212,7 +212,7 @@ namespace abp
// want to have a non-const map for easier handling
MapString2String aFieldAssignment( _rFieldAssignment );
- // access the configuration information which the driver uses for determining it's column names
+ // access the configuration information which the driver uses for determining its column names
// create a config node for this
OConfigurationTreeRoot aAddressBookSettings = OConfigurationTreeRoot::createWithComponentContext(
@@ -288,7 +288,7 @@ namespace abp
void writeTemplateAddressSource( const Reference< XComponentContext >& _rxContext,
const OUString& _rDataSourceName, const OUString& _rTableName )
{
- // access the configuration information which the driver uses for determining it's column names
+ // access the configuration information which the driver uses for determining its column names
// create a config node for this
OConfigurationTreeRoot aAddressBookSettings = OConfigurationTreeRoot::createWithComponentContext(
@@ -305,7 +305,7 @@ namespace abp
void markPilotSuccess( const Reference< XComponentContext >& _rxContext )
{
- // access the configuration information which the driver uses for determining it's column names
+ // access the configuration information which the driver uses for determining its column names
// create a config node for this
OConfigurationTreeRoot aAddressBookSettings = OConfigurationTreeRoot::createWithComponentContext(