summaryrefslogtreecommitdiff
path: root/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx')
-rw-r--r--svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
index 8f8925201e26..6284e1e1b0cf 100644
--- a/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
@@ -148,7 +148,7 @@ namespace drawinglayer::primitive2d
maGraphicAttr(rGraphicAttr)
{
// reset some values from GraphicAttr which are part of transformation already
- maGraphicAttr.SetRotation(0);
+ maGraphicAttr.SetRotation(Degree10(0));
}
bool SdrGrafPrimitive2D::operator==(const BasePrimitive2D& rPrimitive) const