From 3770bbbdba912b8a83d79842828a4b30894b4c70 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 9 Jun 2012 04:57:58 +0200 Subject: Remove superfluous empty lines on top More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b --- connectivity/source/drivers/calc/CCatalog.cxx | 2 -- connectivity/source/drivers/calc/CDatabaseMetaData.cxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'connectivity/source/drivers/calc') diff --git a/connectivity/source/drivers/calc/CCatalog.cxx b/connectivity/source/drivers/calc/CCatalog.cxx index 591b309b8833..c39374608663 100644 --- a/connectivity/source/drivers/calc/CCatalog.cxx +++ b/connectivity/source/drivers/calc/CCatalog.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "calc/CCatalog.hxx" #include "calc/CConnection.hxx" #include "calc/CTables.hxx" diff --git a/connectivity/source/drivers/calc/CDatabaseMetaData.cxx b/connectivity/source/drivers/calc/CDatabaseMetaData.cxx index 43c1fc1eae96..8f02368a7252 100644 --- a/connectivity/source/drivers/calc/CDatabaseMetaData.cxx +++ b/connectivity/source/drivers/calc/CDatabaseMetaData.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "calc/CDatabaseMetaData.hxx" #include "calc/CConnection.hxx" #include -- cgit