diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2011-03-05 18:05:38 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2011-03-05 18:05:38 +0000 |
commit | 14b3638399d2665b4fc1d69eb3a74d1f726b9153 (patch) | |
tree | 1ac96df4adfae5b4e0520a9686c156c876083878 /dbaccess/source/ui/inc/DExport.hxx | |
parent | 863a90f3811d1b2f68c7e14627a22f5357bfa464 (diff) |
Remove 'added by' commentsLO-BASE-INTEGRATION-DEV300_M101gr2
Diffstat (limited to 'dbaccess/source/ui/inc/DExport.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/DExport.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/DExport.hxx b/dbaccess/source/ui/inc/DExport.hxx index 34ff81b93..8a68652e0 100644 --- a/dbaccess/source/ui/inc/DExport.hxx +++ b/dbaccess/source/ui/inc/DExport.hxx @@ -165,10 +165,8 @@ namespace dbaui ); void SetColumnTypes(const TColumnVector* rList,const OTypeInfoMap* _pInfoMap); - - //dyf add 20070601 + inline void SetTableName(const ::rtl::OUString &_sTableName){ m_sDefaultTableName = _sTableName ; } - //dyf add end virtual void release() = 0; |