summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableFieldInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableFieldInfo.hxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldInfo.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/ui/querydesign/TableFieldInfo.hxx b/dbaccess/source/ui/querydesign/TableFieldInfo.hxx
index 090d71735665..e3191777f7f7 100644
--- a/dbaccess/source/ui/querydesign/TableFieldInfo.hxx
+++ b/dbaccess/source/ui/querydesign/TableFieldInfo.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,17 +36,17 @@ namespace dbaui
class OTableFieldInfo
{
private:
- ETableFieldType m_eFieldType;
- sal_Int32 m_eDataType;
+ ETableFieldType m_eFieldType;
+ sal_Int32 m_eDataType;
public:
OTableFieldInfo();
~OTableFieldInfo();
- inline ETableFieldType GetKeyType() const { return m_eFieldType; }
- inline void SetKey(ETableFieldType bKey=TAB_NORMAL_FIELD) { m_eFieldType = bKey; }
- inline sal_Int32 GetDataType() const { return m_eDataType; }
- inline void SetDataType(sal_Int32 eTyp) { m_eDataType = eTyp; }
+ inline ETableFieldType GetKeyType() const { return m_eFieldType; }
+ inline void SetKey(ETableFieldType bKey=TAB_NORMAL_FIELD) { m_eFieldType = bKey; }
+ inline sal_Int32 GetDataType() const { return m_eDataType; }
+ inline void SetDataType(sal_Int32 eTyp) { m_eDataType = eTyp; }
};
}
#endif // DBAUI_TABLEFIELDINFO_HXX