diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 19:07:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:00:59 +0200 |
commit | cdbbbdce9956e290b4a849af332df55da1be8d36 (patch) | |
tree | 2050cdc73e167962b0a37e7272abd55575f8c705 /include/connectivity | |
parent | bf080115bac322b177ffcf1e15aff4de1d742b4c (diff) |
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1,"
Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/sqlerror.hxx | 4 | ||||
-rw-r--r-- | include/connectivity/virtualdbtools.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/connectivity/sqlerror.hxx b/include/connectivity/sqlerror.hxx index 7119897c24aa..0d6ff02d9108 100644 --- a/include/connectivity/sqlerror.hxx +++ b/include/connectivity/sqlerror.hxx @@ -190,8 +190,8 @@ namespace connectivity The thrown SQLException will contain the OOo-specific error code which derives from the given error condition, and the error message associated with that condition. - Note: You should prefer the version of <type>raiseException</type> which takes - an additional <type>Context</type> parameter, since this allows clients of your + Note: You should prefer the version of raiseException which takes + an additional Context parameter, since this allows clients of your exception to examine where the error occurred. @param _eCondition diff --git a/include/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx index 10d32b3f00a7..fc14662c4dcf 100644 --- a/include/connectivity/virtualdbtools.hxx +++ b/include/connectivity/virtualdbtools.hxx @@ -224,7 +224,7 @@ namespace connectivity //================================================================ //= IDataAccessCharSet //================================================================ - /** simple wrapper for the <type>OCharsetMap</type> + /** simple wrapper for the OCharsetMap */ class OOO_DLLPUBLIC_DBTOOLS IDataAccessCharSet : public ::rtl::IReference @@ -336,7 +336,7 @@ namespace connectivity const IParseContext* _pContext ) const = 0; - /// creates a helper for charset related functionality (<type>OCharsetMap</type>) + /// creates a helper for charset related functionality (OCharsetMap) virtual ::rtl::Reference< IDataAccessCharSet > createCharsetHelper( ) const = 0; /// creates a simple version of the DBTypeConversion helper |