summaryrefslogtreecommitdiff
path: root/svx/source/sdr
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofpageobj.cxx2
-rw-r--r--svx/source/sdr/overlay/overlayselection.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrattributecreator.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx4
-rw-r--r--svx/source/sdr/primitive2d/sdrole2primitive2d.cxx4
5 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
index 3a01278f2e1b..9acef8175f33 100644
--- a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
@@ -209,7 +209,7 @@ drawinglayer::primitive2d::Primitive2DContainer ViewObjectContactOfPageObj::crea
if(mpExtractor && pPage)
{
// get displayed page's geometry
- drawinglayer::primitive2d::Primitive2DContainer xPageContent;
+ drawinglayer::primitive2d::Primitive2DContainer xPageContent;
const Size aPageSize(pPage->GetSize());
const double fPageWidth(aPageSize.getWidth());
const double fPageHeight(aPageSize.getHeight());
diff --git a/svx/source/sdr/overlay/overlayselection.cxx b/svx/source/sdr/overlay/overlayselection.cxx
index a1fa52810eb2..14f49046893e 100644
--- a/svx/source/sdr/overlay/overlayselection.cxx
+++ b/svx/source/sdr/overlay/overlayselection.cxx
@@ -186,7 +186,7 @@ namespace sdr
drawinglayer::primitive2d::Primitive2DContainer OverlaySelection::getOverlayObjectPrimitive2DSequence() const
{
// get current values
- const OverlayType aNewOverlayType(impCheckPossibleOverlayType(meOverlayType));
+ const OverlayType aNewOverlayType(impCheckPossibleOverlayType(meOverlayType));
const SvtOptionsDrawinglayer aSvtOptionsDrawinglayer;
const sal_uInt16 nNewTransparence(aSvtOptionsDrawinglayer.GetTransparentSelectionPercent());
diff --git a/svx/source/sdr/primitive2d/sdrattributecreator.cxx b/svx/source/sdr/primitive2d/sdrattributecreator.cxx
index 0d13c56091d5..806d4038e7a4 100644
--- a/svx/source/sdr/primitive2d/sdrattributecreator.cxx
+++ b/svx/source/sdr/primitive2d/sdrattributecreator.cxx
@@ -501,7 +501,7 @@ namespace drawinglayer
attribute::FillGradientAttribute aGradient;
attribute::FillHatchAttribute aHatch;
attribute::SdrFillGraphicAttribute aFillGraphic;
- return attribute::SdrFillAttribute(
+ return attribute::SdrFillAttribute(
1,
basegfx::BColor( 0, 0, 0 ),
aGradient,
diff --git a/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
index d0067a99f683..fa8c554fa0be 100644
--- a/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
@@ -85,7 +85,7 @@ namespace drawinglayer
basegfx::B2DPolygon aExpandedUnitOutline(basegfx::utils::createPolygonFromRect(aExpandedRange));
aExpandedUnitOutline.transform(getTransform());
- aRetval.push_back(
+ aRetval.push_back(
createPolygonLinePrimitive(
aExpandedUnitOutline,
getSdrLFSTAttribute().getLine(),
@@ -96,7 +96,7 @@ namespace drawinglayer
basegfx::B2DPolygon aTransformed(aUnitOutline);
aTransformed.transform(getTransform());
- aRetval.push_back(
+ aRetval.push_back(
createPolygonLinePrimitive(
aTransformed,
getSdrLFSTAttribute().getLine(),
diff --git a/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx b/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
index 6c4e2f6bdadf..cde617b806ac 100644
--- a/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
@@ -116,7 +116,7 @@ namespace drawinglayer
basegfx::B2DPolygon aExpandedUnitOutline(basegfx::utils::createPolygonFromRect(aExpandedRange));
aExpandedUnitOutline.transform(getTransform());
- aRetval.push_back(
+ aRetval.push_back(
createPolygonLinePrimitive(
aExpandedUnitOutline,
getSdrLFSTAttribute().getLine(),
@@ -127,7 +127,7 @@ namespace drawinglayer
basegfx::B2DPolygon aTransformed(aUnitOutline);
aTransformed.transform(getTransform());
- aRetval.push_back(
+ aRetval.push_back(
createPolygonLinePrimitive(
aTransformed,
getSdrLFSTAttribute().getLine(),