summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx')
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx b/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx
index c8745778eb21..1a16b4ef0fdc 100644
--- a/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx
+++ b/drawinglayer/inc/drawinglayer/attribute/linestartendattribute.hxx
@@ -2,7 +2,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
@@ -56,8 +56,8 @@ namespace drawinglayer
public:
/// constructors/assignmentoperator/destructor
LineStartEndAttribute(
- double fWidth,
- const basegfx::B2DPolyPolygon& rPolyPolygon,
+ double fWidth,
+ const basegfx::B2DPolyPolygon& rPolyPolygon,
bool bCentered);
LineStartEndAttribute();
LineStartEndAttribute(const LineStartEndAttribute& rCandidate);