summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/AView.hxx')
-rw-r--r--connectivity/source/inc/ado/AView.hxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/connectivity/source/inc/ado/AView.hxx b/connectivity/source/inc/ado/AView.hxx
index db81c4e70bb5..320140df4a68 100644
--- a/connectivity/source/inc/ado/AView.hxx
+++ b/connectivity/source/inc/ado/AView.hxx
@@ -25,23 +25,23 @@
namespace connectivity::ado
{
- typedef sdbcx::OView OView_ADO;
-
- class OAdoView : public OView_ADO
- {
- WpADOView m_aView;
-
- protected:
- // OPropertySetHelper
- virtual void SAL_CALL getFastPropertyValue(
- css::uno::Any& rValue,
- sal_Int32 nHandle
- ) const override;
- public:
- OAdoView(bool _bCase, ADOView* _pView=nullptr);
-
- WpADOView getImpl() const { return m_aView;}
- };
+ typedef sdbcx::OView OView_ADO;
+
+ class OAdoView : public OView_ADO
+ {
+ WpADOView m_aView;
+
+ protected:
+ // OPropertySetHelper
+ virtual void SAL_CALL getFastPropertyValue(
+ css::uno::Any& rValue,
+ sal_Int32 nHandle
+ ) const override;
+ public:
+ OAdoView(bool _bCase, ADOView* _pView=nullptr);
+
+ WpADOView getImpl() const { return m_aView;}
+ };
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */