summaryrefslogtreecommitdiff
path: root/vcl/source/helper
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper')
-rw-r--r--vcl/source/helper/canvasbitmap.cxx2
-rw-r--r--vcl/source/helper/canvastools.cxx5
-rw-r--r--vcl/source/helper/strhelper.cxx1
-rw-r--r--vcl/source/helper/xconnection.cxx2
4 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/helper/canvasbitmap.cxx b/vcl/source/helper/canvasbitmap.cxx
index 82af07a555f3..938a9769a738 100644
--- a/vcl/source/helper/canvasbitmap.cxx
+++ b/vcl/source/helper/canvasbitmap.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/util/Endianness.hpp>
#include <com/sun/star/rendering/ColorComponentTag.hpp>
#include <com/sun/star/rendering/ColorSpaceType.hpp>
@@ -34,7 +33,6 @@
#include <algorithm>
-
using namespace ::vcl::unotools;
using namespace ::com::sun::star;
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx
index c35548823895..f402e7f45b8d 100644
--- a/vcl/source/helper/canvastools.cxx
+++ b/vcl/source/helper/canvastools.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <cppuhelper/compbase1.hxx>
#include <com/sun/star/geometry/RealSize2D.hpp>
@@ -62,7 +61,6 @@
#include <vcl/canvastools.hxx>
#include <boost/unordered_map.hpp>
-
using namespace ::com::sun::star;
namespace vcl
@@ -330,7 +328,6 @@ namespace vcl
return ::BitmapEx();
}
-
geometry::RealSize2D size2DFromSize( const Size& rSize )
{
return geometry::RealSize2D( rSize.Width(),
@@ -574,7 +571,6 @@ namespace vcl
return new StandardColorSpace();
}
-
uno::Sequence< double > colorToStdColorSpaceSequence( const Color& rColor )
{
uno::Sequence< double > aRet(4);
@@ -633,7 +629,6 @@ namespace vcl
toByteColor(aARGBColor.Blue) );
}
-
} // namespace vcltools
} // namespace canvas
diff --git a/vcl/source/helper/strhelper.cxx b/vcl/source/helper/strhelper.cxx
index 53fd5b084429..16698d00034c 100644
--- a/vcl/source/helper/strhelper.cxx
+++ b/vcl/source/helper/strhelper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/strhelper.hxx"
#include "sal/alloca.h"
diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx
index 2a91d59ebbec..570bd7150e4a 100644
--- a/vcl/source/helper/xconnection.cxx
+++ b/vcl/source/helper/xconnection.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/svapp.hxx"
#include "xconnection.hxx"
@@ -29,7 +28,6 @@ using namespace vcl;
using namespace com::sun::star::uno;
using namespace com::sun::star::awt;
-
DisplayConnection::DisplayConnection()
{
SalInstance::ConnectionIdentifierType eType;