summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VView.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-30 08:59:56 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-30 08:59:56 +0000
commit2d2b10536bf4a0b47cde7bc5d8b4e1a070a2af57 (patch)
treed9e1763b1449426f85715262a76a8ec2b1522c28 /connectivity/source/sdbcx/VView.cxx
parent7459d1a67537cbe2e8f7c9fc159c2e1edda6bb62 (diff)
#86528# some outlining
Diffstat (limited to 'connectivity/source/sdbcx/VView.cxx')
-rw-r--r--connectivity/source/sdbcx/VView.cxx23
1 files changed, 21 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index 82460ca9e99c..5b7bedbbda3f 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VView.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-04-24 14:13:15 $
+ * last change: $Author: oj $ $Date: 2001-04-30 09:59:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,5 +181,24 @@ Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException)
return sComposedName;
}
// -----------------------------------------------------------------------------
+::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OView::getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException)
+{
+ return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper());
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OView::setName( const ::rtl::OUString& ) throw(::com::sun::star::uno::RuntimeException)
+{
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OView::acquire() throw(::com::sun::star::uno::RuntimeException)
+{
+ OView_BASE::acquire();
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OView::release() throw(::com::sun::star::uno::RuntimeException)
+{
+ OView_BASE::release();
+}
+// -----------------------------------------------------------------------------