summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/preparedstatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/preparedstatement.hxx')
-rw-r--r--dbaccess/source/core/inc/preparedstatement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/preparedstatement.hxx b/dbaccess/source/core/inc/preparedstatement.hxx
index e0df114b22af..63840b22b7ad 100644
--- a/dbaccess/source/core/inc/preparedstatement.hxx
+++ b/dbaccess/source/core/inc/preparedstatement.hxx
@@ -1,7 +1,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
@@ -65,7 +65,7 @@ namespace dbaccess
public ::com::sun::star::lang::XServiceInfo
{
protected:
- OColumns* m_pColumns;
+ OColumns* m_pColumns;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameters > m_xAggregateAsParameters;
public: