summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:17 +0000
committerJens Carl <j.carl43@gmx.de>2019-05-04 03:37:46 +0200
commit96f5b605338d28713ec8bf1e4d98efd18bf6f62a (patch)
treebbae542356b00bbb3889877db1b8f925b717a01c /dbaccess/source
parent13bc763aec574e12f17180b02b2f2367e057e49b (diff)
Fix typo
Change-Id: I414fe36966ddcabad356f856c9285736ba089233 Reviewed-on: https://gerrit.libreoffice.org/71775 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/core/inc/commandbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/commandbase.hxx b/dbaccess/source/core/inc/commandbase.hxx
index 28396bb5e324..725e348760ef 100644
--- a/dbaccess/source/core/inc/commandbase.hxx
+++ b/dbaccess/source/core/inc/commandbase.hxx
@@ -35,7 +35,7 @@ public: // need public access
css::uno::Sequence< css::beans::PropertyValue>
m_aLayoutInformation;
OUString m_sCommand;
- bool m_bEscapeProcessing; // no BitField ! so it can be used with a OPropertyStateContainer
+ bool m_bEscapeProcessing; // no BitField! So it can be used with an OPropertyStateContainer
OUString m_sUpdateTableName;
OUString m_sUpdateSchemaName;
OUString m_sUpdateCatalogName;