summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-19 15:43:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 08:58:48 +0200
commit1055a94124a82b236230d6f97c1c9f0db07deba3 (patch)
tree4ef25043fcf3d412dc2aa7c71d4cbba319af63b7 /svx/source
parentc9faab624519a1ecc35dcfe4126886b1c3ceddc6 (diff)
loplugin:singlevalfields
Change-Id: I8f3bad622daa3ce118d20c5be12294a3fab85c2a Reviewed-on: https://gerrit.libreoffice.org/53166 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/svdograf.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 930569cc7832..018aef7e018b 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -344,7 +344,6 @@ SdrGrafObj::SdrGrafObj(SdrModel& rSdrModel)
// #i25616#
mbLineIsOutsideGeometry = true;
mbInsidePaint = false;
- mbIsPreview = false;
// #i25616#
mbSupportTextIndentingOnLineWidthChange = false;
@@ -372,7 +371,6 @@ SdrGrafObj::SdrGrafObj(
// #i25616#
mbLineIsOutsideGeometry = true;
mbInsidePaint = false;
- mbIsPreview = false;
// #i25616#
mbSupportTextIndentingOnLineWidthChange = false;
@@ -399,7 +397,6 @@ SdrGrafObj::SdrGrafObj(
// #i25616#
mbLineIsOutsideGeometry = true;
mbInsidePaint = false;
- mbIsPreview = false;
// #i25616#
mbSupportTextIndentingOnLineWidthChange = false;
@@ -415,7 +412,6 @@ void SdrGrafObj::SetGraphicObject(const GraphicObject& rGraphicObject)
mpGraphicObject.reset(new GraphicObject(rGraphicObject));
mpReplacementGraphicObject.reset();
mpGraphicObject->SetUserData();
- mbIsPreview = false;
SetChanged();
BroadcastObjectChange();
onGraphicChanged();
@@ -454,7 +450,6 @@ void SdrGrafObj::NbcSetGraphic(const Graphic& rGraphic)
mpGraphicObject->SetGraphic(rGraphic);
mpReplacementGraphicObject.reset();
mpGraphicObject->SetUserData();
- mbIsPreview = false;
onGraphicChanged();
}
@@ -568,8 +563,6 @@ const Size& SdrGrafObj::GetGrafPrefSize() const
void SdrGrafObj::SetGrafStreamURL( const OUString& rGraphicStreamURL )
{
- mbIsPreview = false;
-
if( rGraphicStreamURL.isEmpty() )
{
mpGraphicObject->SetUserData();