summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/sgvmain.cxx')
-rw-r--r--vcl/source/filter/sgvmain.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/filter/sgvmain.cxx b/vcl/source/filter/sgvmain.cxx
index d2c42cc6131a..a2e7c14122c6 100644
--- a/vcl/source/filter/sgvmain.cxx
+++ b/vcl/source/filter/sgvmain.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <rtl/math.hxx>
#include <osl/endian.h>
#include <vcl/graph.hxx>
@@ -599,7 +598,6 @@ void DrawSlideCirc(sal_Int16 cx, sal_Int16 cy, sal_Int16 rx, sal_Int16 ry, ObjAr
}
}
-
void CircType::Draw(OutputDevice& rOut)
{
Rectangle aRect(Center.x-Radius.x,Center.y-Radius.y,Center.x+Radius.x,Center.y+Radius.y);
@@ -696,7 +694,6 @@ void BmapType::Draw(OutputDevice& rOut)
}
}
-
sal_uInt32 GrupType::GetSubPtr()
{
return sal_uInt32(SbLo)+0x00010000*sal_uInt32(SbHi);