dbaccess/source/ui/browser/unodatbr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fffacd58d84225650edfbe17211ca4bbf6f1997a
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Jan 24 08:36:34 2014 +0100

    bool improvements
    
    Change-Id: I20fbe8d5b25460959d4192f18431a585dbfb260f

diff --git a/dbaccess/source/ui/browser/unodatbr.cxx 
b/dbaccess/source/ui/browser/unodatbr.cxx
index e67c122..6851033 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -3172,7 +3172,7 @@ void SbaTableQueryBrowser::impl_initialize()
 
     // are we loaded into a (sub)frame of an embedded document (i.e. a form 
belonging to a database
     // document)?
-    sal_Bool bSubFrameOfEmbeddedDocument = sal_False;
+    bool bSubFrameOfEmbeddedDocument = false;
     if ( xFrame.is() )
     {
         Reference<XFramesSupplier> xSup = xFrame->getCreator();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to