summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RowSetDrop.cxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-17 23:43:14 +0200
committerPetr Mladek <pmladek@suse.cz>2013-08-27 16:11:09 +0000
commit2ec606730bc95b58390a609df0a88958869a4066 (patch)
tree9c530b3f6b200305ba224dda2d02c9bf5aca2233 /dbaccess/source/ui/misc/RowSetDrop.cxx
parent434f3c8e7fac0644cfe1d7a15f97f0c267bac048 (diff)
fdo#62475 removed pointless comments
Conflicts: dbaccess/source/filter/xml/xmlfilter.cxx dbaccess/source/ui/dlg/ConnectionPage.cxx dbaccess/source/ui/dlg/detailpages.cxx dbaccess/source/ui/dlg/odbcconfig.cxx dbaccess/source/ui/querydesign/querycontroller.cxx Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338 Reviewed-on: https://gerrit.libreoffice.org/5484 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'dbaccess/source/ui/misc/RowSetDrop.cxx')
-rw-r--r--dbaccess/source/ui/misc/RowSetDrop.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/dbaccess/source/ui/misc/RowSetDrop.cxx b/dbaccess/source/ui/misc/RowSetDrop.cxx
index 4ae0b4561fc0..91293255de57 100644
--- a/dbaccess/source/ui/misc/RowSetDrop.cxx
+++ b/dbaccess/source/ui/misc/RowSetDrop.cxx
@@ -18,7 +18,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "TokenWriter.hxx"
#include <com/sun/star/sdbc/XColumnLocate.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
@@ -54,7 +53,7 @@ ORowSetImportExport::ORowSetImportExport( Window* _pParent,
SAL_INFO("dbaccess.ui", "ORowSetImportExport::ORowSetImportExport" );
OSL_ENSURE(_pParent,"Window can't be null!");
}
-// -----------------------------------------------------------------------------
+
void ORowSetImportExport::initialize()
{
SAL_INFO("dbaccess.ui", "ORowSetImportExport::initialize" );
@@ -94,13 +93,13 @@ void ORowSetImportExport::initialize()
m_aColumnTypes.push_back(DataType::OTHER);
}
}
-// -----------------------------------------------------------------------------
+
sal_Bool ORowSetImportExport::Write()
{
SAL_INFO("dbaccess.ui", "ORowSetImportExport::Write" );
return sal_True;
}
-// -----------------------------------------------------------------------------
+
sal_Bool ORowSetImportExport::Read()
{
SAL_INFO("dbaccess.ui", "ORowSetImportExport::Read" );
@@ -155,7 +154,7 @@ sal_Bool ORowSetImportExport::Read()
}
return sal_True;
}
-// -----------------------------------------------------------------------------
+
sal_Bool ORowSetImportExport::insertNewRow()
{
SAL_INFO("dbaccess.ui", "ORowSetImportExport::insertNewRow" );
@@ -256,8 +255,5 @@ sal_Bool ORowSetImportExport::insertNewRow()
}
return sal_True;
}
-// -----------------------------------------------------------------------------
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */