From b7bb34d74c5c764844f5b87483d09a61d3088695 Mon Sep 17 00:00:00 2001 From: Matthew Nicholls Date: Wed, 1 Apr 2015 15:43:32 +0100 Subject: tdf#88710 Kill svx dbtoolsclient Removes dynamic loading logic described in tdf#84315, similar thing removed in swdbtoolsclient. Change-Id: I8762102a7263e6933354c2ff6f9978929b760f6e Reviewed-on: https://gerrit.libreoffice.org/15147 Reviewed-by: David Tardon Tested-by: David Tardon --- include/connectivity/dbtools.hxx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'include/connectivity/dbtools.hxx') diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index 73e20b2006ab..26bdeb708b42 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -74,6 +74,16 @@ namespace task { } } } +namespace connectivity +{ + class IParseContext; + namespace simple + { + class ISQLParser; + class IDataAccessCharSet; + } +} + namespace dbtools { @@ -786,6 +796,13 @@ namespace dbtools OUStringBuffer& _out_rSQLPredicate ); + OOO_DLLPUBLIC_DBTOOLS ::connectivity::simple::ISQLParser* createSQLParser( + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext, + const ::connectivity::IParseContext* _pContext + ); + + OOO_DLLPUBLIC_DBTOOLS ::connectivity::simple::IDataAccessCharSet* createCharsetHelper( ); + } // namespace dbtools -- cgit