summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TPrivilegesResultSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TPrivilegesResultSet.hxx')
-rw-r--r--connectivity/source/inc/TPrivilegesResultSet.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/TPrivilegesResultSet.hxx b/connectivity/source/inc/TPrivilegesResultSet.hxx
index a02fde92e412..23e47cf56565 100644
--- a/connectivity/source/inc/TPrivilegesResultSet.hxx
+++ b/connectivity/source/inc/TPrivilegesResultSet.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,9 +37,9 @@ namespace connectivity
class OOO_DLLPUBLIC_DBTOOLS OResultSetPrivileges :
public ODatabaseMetaDataResultSet
{
- ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> m_xTables;
- ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xRow;
- sal_Bool m_bResetValues;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> m_xTables;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xRow;
+ sal_Bool m_bResetValues;
protected:
virtual const ORowSetValue& getValue(sal_Int32 columnIndex);
public: