diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:06:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 09:51:32 -0600 |
commit | 8792ec7b2129650777b7b4bfacaa7c13d923279b (patch) | |
tree | f181e37b61533b460397cc68625fd21f46bb6393 /include/connectivity/dbcharset.hxx | |
parent | dff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff) |
Remove visual noise from include
Conflicts:
include/framework/preventduplicateinteraction.hxx
include/sfx2/sfxbasecontroller.hxx
include/sfx2/sfxbasemodel.hxx
include/toolkit/awt/vclxtabpagemodel.hxx
include/vcl/field.hxx
include/vcl/settings.hxx
Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/connectivity/dbcharset.hxx')
-rw-r--r-- | include/connectivity/dbcharset.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx index f3ff3c7f25b8..09ac780ff0d7 100644 --- a/include/connectivity/dbcharset.hxx +++ b/include/connectivity/dbcharset.hxx @@ -30,14 +30,14 @@ #include <rtl/ustring.hxx> #include <connectivity/dbtoolsdllapi.hxx> -//......................................................................... + namespace dbtools { -//......................................................................... - //========================================================================= + + //= OCharsetMap - //========================================================================= + /** is a class which translates between different charset representations. <p>The set of recognized charsets is very limited: only the ones which are database relevant are @@ -94,9 +94,9 @@ namespace dbtools virtual sal_Bool approveEncoding( const rtl_TextEncoding _eEncoding, const rtl_TextEncodingInfo& _rInfo ) const; }; - //------------------------------------------------------------------------- + //- CharsetIteratorDerefHelper - //------------------------------------------------------------------------- + class OOO_DLLPUBLIC_DBTOOLS CharsetIteratorDerefHelper { friend class OCharsetMap::CharsetIterator; @@ -116,9 +116,9 @@ namespace dbtools }; - //------------------------------------------------------------------------- + //- OCharsetMap::CharsetIterator - //------------------------------------------------------------------------- + class OOO_DLLPUBLIC_DBTOOLS OCharsetMap::CharsetIterator { friend class OCharsetMap; @@ -155,9 +155,9 @@ namespace dbtools CharsetIterator(const OCharsetMap* _pContainer, OCharsetMap::TextEncBag::const_iterator _aPos ); }; -//......................................................................... + } // namespace dbtools -//......................................................................... + #endif // INCLUDED_CONNECTIVITY_DBCHARSET_HXX |