summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/component/CStatement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/component/CStatement.cxx')
-rw-r--r--connectivity/source/drivers/component/CStatement.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/component/CStatement.cxx b/connectivity/source/drivers/component/CStatement.cxx
index 8adfefae83f4..8a1a2fa92287 100644
--- a/connectivity/source/drivers/component/CStatement.cxx
+++ b/connectivity/source/drivers/component/CStatement.cxx
@@ -26,9 +26,10 @@ using namespace com::sun::star::uno;
OResultSet* OComponentStatement::createResultSet()
{
- return new connectivity::component::OComponentResultSet(this,m_aSQLIterator);
+ return new connectivity::component::OComponentResultSet(this, m_aSQLIterator);
}
-IMPLEMENT_SERVICE_INFO(OComponentStatement,"com.sun.star.sdbc.driver.component.Statement","com.sun.star.sdbc.Statement");
+IMPLEMENT_SERVICE_INFO(OComponentStatement, "com.sun.star.sdbc.driver.component.Statement",
+ "com.sun.star.sdbc.Statement");
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */