diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:36:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 07:34:29 -0600 |
commit | 15246c959ae5ab4e124859a4d8981676f9eb657f (patch) | |
tree | 87813888699be2b850201725c45564c8c6423262 /extensions/source/abpilot/fieldmappingimpl.hxx | |
parent | 710178094dfb21b0864335b1fa1a3401e4d82959 (diff) |
Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3
Reviewed-on: https://gerrit.libreoffice.org/8259
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/source/abpilot/fieldmappingimpl.hxx')
-rw-r--r-- | extensions/source/abpilot/fieldmappingimpl.hxx | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/extensions/source/abpilot/fieldmappingimpl.hxx b/extensions/source/abpilot/fieldmappingimpl.hxx index 1793a99a17b8..a08b455818cf 100644 --- a/extensions/source/abpilot/fieldmappingimpl.hxx +++ b/extensions/source/abpilot/fieldmappingimpl.hxx @@ -38,17 +38,17 @@ namespace com { namespace sun { namespace star { } } } class Window; -//......................................................................... + namespace abp { -//......................................................................... - //..................................................................... + + namespace fieldmapping { - //..................................................................... - //----------------------------------------------------------------- + + /** invokes the field mapping dialog @param _rxORB service factory to use for creating UNO services @@ -66,7 +66,7 @@ namespace abp AddressSettings& _rSettings ) SAL_THROW ( ( ) ); - //----------------------------------------------------------------- + /** creates a default field mapping for usage with the address book SDBC driver <p>The column names as used by the SDBC driver for address books is stored in the configuration, and this function creates a mapping which uses this configuration information.</p> @@ -76,7 +76,7 @@ namespace abp MapString2String& /* [out] */ _rFieldAssignment ) SAL_THROW ( ( ) ); - //----------------------------------------------------------------- + /** writes a field mapping for the template document address source */ void writeTemplateAddressFieldMapping( @@ -84,16 +84,16 @@ namespace abp const MapString2String& _rFieldAssignment ) SAL_THROW ( ( ) ); - //..................................................................... + } // namespace fieldmapping - //..................................................................... - //..................................................................... + + namespace addressconfig { - //..................................................................... - //----------------------------------------------------------------- + + /** writes the data source / table name given into the configuration, to where the template documents expect it. */ @@ -109,13 +109,13 @@ namespace abp const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext ) SAL_THROW ( ( ) ); - //..................................................................... + } // namespace addressconfig - //..................................................................... -//......................................................................... + + } // namespace abp -//......................................................................... + #endif // EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX |