summaryrefslogtreecommitdiff
path: root/chart2/source/tools/BaseGFXHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/BaseGFXHelper.cxx')
-rw-r--r--chart2/source/tools/BaseGFXHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/BaseGFXHelper.cxx b/chart2/source/tools/BaseGFXHelper.cxx
index 0ec7df9b7d71..7a41b84504dc 100644
--- a/chart2/source/tools/BaseGFXHelper.cxx
+++ b/chart2/source/tools/BaseGFXHelper.cxx
@@ -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
@@ -71,7 +71,7 @@ namespace BaseGFXHelper
return aRet;
}
-
+
B2IRectangle makeRectangle( const awt::Point& rPos, const awt::Size& rSize )
{
return B2IRectangle(rPos.X,rPos.Y,rPos.X+rSize.Width,rPos.Y+rSize.Height);