summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FColumns.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-30 06:34:16 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-30 06:34:16 +0000
commitdad12374df549d8c11f0a871ce7c0d5a1847158d (patch)
tree84ffa7931a6f48105ce250e2dfe91fa79d905848 /connectivity/source/inc/file/FColumns.hxx
parentad2925bafc53d0ff42a72fc0629811e4d8fdacc7 (diff)
descriptors inserted
Diffstat (limited to 'connectivity/source/inc/file/FColumns.hxx')
-rw-r--r--connectivity/source/inc/file/FColumns.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/FColumns.hxx b/connectivity/source/inc/file/FColumns.hxx
index 445482790c37..eb99ffbffde4 100644
--- a/connectivity/source/inc/file/FColumns.hxx
+++ b/connectivity/source/inc/file/FColumns.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FColumns.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:26 $
+ * last change: $Author: oj $ $Date: 2000-10-30 07:28:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,9 +84,9 @@ namespace connectivity
protected:
OFileTable* m_pTable;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName);
virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject();
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject();
public:
OColumns( OFileTable* _pTable,
::osl::Mutex& _rMutex,