summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-07-12 11:41:11 +0200
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-07-12 11:41:11 +0200
commitd7c6bda8d274ed1a41457440fbca8cdf974d0345 (patch)
tree9db75be47f0500aa363dbceb8014f74619a190af
parentdba33g: #i112213# handle chart import for columns (diff)
downloadcore-d7c6bda8d274ed1a41457440fbca8cdf974d0345.tar.gz
core-d7c6bda8d274ed1a41457440fbca8cdf974d0345.zip
dba33g: add missing eol
-rw-r--r--dbaccess/source/core/api/PrivateRow.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/PrivateRow.cxx b/dbaccess/source/core/api/PrivateRow.cxx
index 127194455440..939e335b4cb3 100644
--- a/dbaccess/source/core/api/PrivateRow.cxx
+++ b/dbaccess/source/core/api/PrivateRow.cxx
@@ -138,4 +138,5 @@ using namespace ::com::sun::star;
{
m_nPos = columnIndex;
return Reference< XArray >(m_aRow[m_nPos].makeAny(),UNO_QUERY);
- } \ No newline at end of file
+ }
+