summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-24 08:36:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-24 08:36:34 +0100
commitfffacd58d84225650edfbe17211ca4bbf6f1997a (patch)
tree2976fae79e8b637e0b8741bf71dbbb4578a71fed /dbaccess
parent530ddca40fc939a4d6ba6db503f0e49c10af4298 (diff)
bool improvements
Change-Id: I20fbe8d5b25460959d4192f18431a585dbfb260f
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index e67c1220388b..68510332ca43 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();