diff options
-rw-r--r-- | dbaccess/source/core/inc/commandbase.hxx | 2 |
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; |