summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/FConnection.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-11 20:15:41 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-11 20:17:24 +0100
commit9849301c48c552820a4929ac1406a5da293712b3 (patch)
tree3e8131434ee5083b04cdc43e84ff38c704b2011b /connectivity/source/drivers/firebird/FConnection.hxx
parent28dba0cc2d2a69663008dd22aafe4cfebabc6f31 (diff)
Cleanup warnings in FConnection.
Unused parameter warnings remain as these methods are still to be implemented. Change-Id: I38ec0a895112766ecae322fdf9c07dea11e60c59
Diffstat (limited to 'connectivity/source/drivers/firebird/FConnection.hxx')
-rw-r--r--connectivity/source/drivers/firebird/FConnection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/FConnection.hxx b/connectivity/source/drivers/firebird/FConnection.hxx
index d6f284b686c3..e72bb19a3f78 100644
--- a/connectivity/source/drivers/firebird/FConnection.hxx
+++ b/connectivity/source/drivers/firebird/FConnection.hxx
@@ -98,20 +98,20 @@ namespace connectivity
::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
// an operation
- bool m_bIsEmbedded;
+ sal_Bool m_bIsEmbedded;
::rtl::OUString m_aURL; // URL of connection
// or file path
::rtl::OUString m_sUser; // the user name
FirebirdDriver* m_pDriver; // Pointer to the owning
// driver object
- ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xEmbeddedStorage;
-
sal_Bool m_bClosed;
sal_Bool m_bUseCatalog; // should we use the catalog on filebased databases
sal_Bool m_bUseOldDateFormat;
isc_db_handle m_DBHandler;
+ ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xEmbeddedStorage;
+
void buildTypeInfo() throw( ::com::sun::star::sdbc::SQLException);
public: