summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterGeometryHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterGeometryHelper.hxx')
-rw-r--r--sdext/source/presenter/PresenterGeometryHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterGeometryHelper.hxx b/sdext/source/presenter/PresenterGeometryHelper.hxx
index 15f70f7647ec..e1b5a2d1f2ef 100644
--- a/sdext/source/presenter/PresenterGeometryHelper.hxx
+++ b/sdext/source/presenter/PresenterGeometryHelper.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -68,12 +68,12 @@ public:
// static css::awt::Size ConvertSize (
// const css::geometry::RealSize2D& rSize);
-
+
static css::awt::Rectangle TranslateRectangle (
const css::awt::Rectangle& rBox,
const sal_Int32 nXOffset,
const sal_Int32 nYOffset);
-
+
static css::awt::Rectangle Intersection (
const css::awt::Rectangle& rBox1,
const css::awt::Rectangle& rBox2);