summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibconfig.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:36:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 07:34:29 -0600
commit15246c959ae5ab4e124859a4d8981676f9eb657f (patch)
tree87813888699be2b850201725c45564c8c6423262 /extensions/source/bibliography/bibconfig.hxx
parent710178094dfb21b0864335b1fa1a3401e4d82959 (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/bibliography/bibconfig.hxx')
-rw-r--r--extensions/source/bibliography/bibconfig.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx
index fb17abdcf3a0..fc1fb965d106 100644
--- a/extensions/source/bibliography/bibconfig.hxx
+++ b/extensions/source/bibliography/bibconfig.hxx
@@ -27,7 +27,7 @@ struct Mapping;
typedef boost::ptr_vector<Mapping> MappingArray;
-//-----------------------------------------------------------------------------
+
#define COLUMN_COUNT 31
#define IDENTIFIER_POS 0
#define AUTHORITYTYPE_POS 1
@@ -60,13 +60,13 @@ typedef boost::ptr_vector<Mapping> MappingArray;
#define CUSTOM3_POS 28
#define CUSTOM4_POS 29
#define CUSTOM5_POS 30
-//-----------------------------------------------------------------------------
+
struct StringPair
{
OUString sRealColumnName;
OUString sLogicalColumnName;
};
-//-----------------------------------------------------------------------------
+
struct Mapping
{
OUString sTableName;
@@ -77,14 +77,14 @@ struct Mapping
Mapping() :
nCommandType(0){}
};
-//-----------------------------------------------------------------------------
+
struct BibDBDescriptor
{
OUString sDataSource;
OUString sTableOrQuery;
sal_Int32 nCommandType;
};
-//-----------------------------------------------------------------------------
+
class BibConfig : public utl::ConfigItem
{