summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/fieldmappingimpl.cxx
diff options
context:
space:
mode:
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 a551da9ff075..4d7b07c8562a 100644
--- a/extensions/source/abpilot/fieldmappingimpl.cxx
+++ b/extensions/source/abpilot/fieldmappingimpl.cxx
@@ -155,7 +155,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");
@@ -211,7 +211,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(
@@ -285,7 +285,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(
@@ -302,7 +302,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(