summaryrefslogtreecommitdiff
path: root/include/connectivity/statementcomposer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/statementcomposer.hxx')
-rw-r--r--include/connectivity/statementcomposer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/connectivity/statementcomposer.hxx b/include/connectivity/statementcomposer.hxx
index b4d5c1e3d31f..84151f65a282 100644
--- a/include/connectivity/statementcomposer.hxx
+++ b/include/connectivity/statementcomposer.hxx
@@ -48,7 +48,7 @@ namespace dbtools
the connection to work with. Must not be <NULL/>.
*/
StatementComposer(
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
+ const css::uno::Reference< css::sdbc::XConnection >& _rxConnection,
const OUString& _rCommand,
const sal_Int32 _nCommandType,
const bool _bEscapeProcessing
@@ -70,10 +70,10 @@ namespace dbtools
/** returns the composer which has been fed with the current settings
- @throws ::com::sun::star::sdbc::SQLException
+ @throws css::sdbc::SQLException
if such an exception occurs while creating the composer
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer >
+ css::uno::Reference< css::sdb::XSingleSelectQueryComposer >
getComposer();
/** returns the composer statement
@@ -81,7 +81,7 @@ namespace dbtools
Effectively, this is equivalent to calling getComposer, and asking the composer
for its Query attribute.
- @throws ::com::sun::star::sdbc::SQLException
+ @throws css::sdbc::SQLException
if such an exception occurs while creating the composer
*/
OUString