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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/statementcomposer.hxx b/include/connectivity/statementcomposer.hxx
index 2d22cbec5f1c..39ead8407760 100644
--- a/include/connectivity/statementcomposer.hxx
+++ b/include/connectivity/statementcomposer.hxx
@@ -52,8 +52,8 @@ namespace dbtools
StatementComposer(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const OUString& _rCommand,
- const sal_Int32 _nCommandType,
- const sal_Bool _bEscapeProcessing
+ const sal_Int32 _nCommandType,
+ const bool _bEscapeProcessing
);
~StatementComposer();