diff options
Diffstat (limited to 'connectivity/source/inc/ado/AView.hxx')
-rw-r--r-- | connectivity/source/inc/ado/AView.hxx | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/connectivity/source/inc/ado/AView.hxx b/connectivity/source/inc/ado/AView.hxx index 8aabc1053ba8..320140df4a68 100644 --- a/connectivity/source/inc/ado/AView.hxx +++ b/connectivity/source/inc/ado/AView.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX -#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX +#pragma once #include <connectivity/sdbcx/VView.hxx> #include <ado/Awrapadox.hxx> @@ -26,29 +25,23 @@ namespace connectivity::ado { - typedef sdbcx::OView OView_ADO; + typedef sdbcx::OView OView_ADO; - class OAdoView : public OView_ADO - { - WpADOView m_aView; + 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); + protected: + // OPropertySetHelper + virtual void SAL_CALL getFastPropertyValue( + css::uno::Any& rValue, + sal_Int32 nHandle + ) const override; + public: + OAdoView(bool _bCase, ADOView* _pView=nullptr); - // css::lang::XUnoTunnel - virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - static css::uno::Sequence< sal_Int8 > getUnoTunnelId(); - - WpADOView getImpl() const { return m_aView;} - }; + WpADOView getImpl() const { return m_aView;} + }; } -#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AVIEW_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |