summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb/HConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb/HConnection.hxx')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx34
1 files changed, 4 insertions, 30 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx
index 021f09c485bd..f86fdb9f4432 100644
--- a/connectivity/source/inc/hsqldb/HConnection.hxx
+++ b/connectivity/source/inc/hsqldb/HConnection.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103,35 +104,6 @@ namespace connectivity
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getTableEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& DocumentUI, const ::rtl::OUString& TableName ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
private:
-#if 0
- // TODO: resource
- /** creates the dialog used for editing a linked table
-
- @param _rTableName
- the name of the table to create the editor for.
-
- @param _rxDocumentUI
- the UI of the database document, for which the editor is to be created.
- Must not be <NULL/>.
-
- @return
- the table editor dialog instance.
-
- @throws ::com::sun::star::lang::WrappedTargetException
- if creating the dialog instance fails
-
- @throws ::com::sun::star::uno::RuntimeException
- if a serious error occures
-
- @precond
- Our mutex is locked.
- */
- ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XExecutableDialog >
- impl_createLinkedTableEditor_throw(
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& _rxDocumentUI,
- const ::rtl::OUString& _rTableName
- );
-#endif
/** retrieves our table container
@return
@@ -163,7 +135,7 @@ namespace connectivity
/** retrieves the icon for HSQL TEXT TABLEs
*/
::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >
- impl_getTextTableIcon_nothrow( ::sal_Int32 _ColorMode );
+ impl_getTextTableIcon_nothrow();
};
//==========================================================================
@@ -184,3 +156,5 @@ namespace connectivity
}
}
#endif // CONNECTIVITY_HSQLDB_CONNECTION_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */