dbaccess/source/core/inc/commandbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96f5b605338d28713ec8bf1e4d98efd18bf6f62a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Apr 28 21:11:17 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Sat May 4 03:37:46 2019 +0200

    Fix typo
    
    Change-Id: I414fe36966ddcabad356f856c9285736ba089233
    Reviewed-on: https://gerrit.libreoffice.org/71775
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to