summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
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();