summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableFieldDescription.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableFieldDescription.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
index 0c0c1e10a3f4..052d5bd24c15 100644
--- a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
+++ b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx
@@ -34,7 +34,7 @@ using namespace comphelper;
using namespace dbaui;
OTableFieldDesc::OTableFieldDesc()
- :m_pTabWindow(0)
+ :m_pTabWindow(nullptr)
,m_eDataType(1000)
,m_eFunctionType( FKT_NONE )
,m_eFieldType(TAB_NORMAL_FIELD)
@@ -49,13 +49,13 @@ OTableFieldDesc::OTableFieldDesc()
OTableFieldDesc::OTableFieldDesc(const OTableFieldDesc& rRS)
: ::salhelper::SimpleReferenceObject()
- , m_pTabWindow(NULL)
+ , m_pTabWindow(nullptr)
{
*this = rRS;
}
OTableFieldDesc::OTableFieldDesc(const OUString& rT, const OUString& rF )
- :m_pTabWindow(0)
+ :m_pTabWindow(nullptr)
,m_eDataType(1000)
,m_eFunctionType( FKT_NONE )
,m_eFieldType(TAB_NORMAL_FIELD)