summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:14:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:39:15 +0100
commit347571a6873a4b6bce8733e476fa902830d1a644 (patch)
treeb8bb7b04066d087cb13396b41d879a7343108b7e /dbaccess/source/ui/relationdesign
parenta58f6d2744fde88f2034987208124e5b2505c641 (diff)
loplugin:indentation in dbaccess..drawinglayer
Change-Id: I05de6c01e827e596c9802c04964f43508dfd4d64 Reviewed-on: https://gerrit.libreoffice.org/67537 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnectionData.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
index 6934ed27fe78..226cf4bb9c19 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
@@ -303,7 +303,7 @@ bool ORelationTableConnectionData::Update()
// get the name of foreign key; search for columns
m_aConnName.clear();
-xKey.clear();
+ xKey.clear();
bool bDropRelation = false;
for(sal_Int32 i=0;i<xKeys->getCount();++i)
{
@@ -361,7 +361,7 @@ xKey.clear();
}
}
}
- xKey.clear();
+ xKey.clear();
}
if ( bDropRelation )
{