diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 12:48:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 12:48:27 +0200 |
commit | ca35b597012154d655ed50e53d9d614098058ab0 (patch) | |
tree | d7dd331ed5ccce4dfcd2f7f9bad5ecc08870de23 /sw/source/uibase/shells | |
parent | 011563a083da45b7c6805ec42778672d4a0fb0dc (diff) |
Various loplugin warnings
Change-Id: I8d38521f08441f123a236729c01909f2da4ec478
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r-- | sw/source/uibase/shells/grfsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx index 170f96624114..86f76c2385a6 100644 --- a/sw/source/uibase/shells/grfsh.cxx +++ b/sw/source/uibase/shells/grfsh.cxx @@ -477,7 +477,7 @@ void SwGrfShell::Execute(SfxRequest &rReq) case SID_OBJECT_CROP: { - GraphicObject *pGraphicObject = (GraphicObject *) rSh.GetGraphicObj(); + GraphicObject const *pGraphicObject = rSh.GetGraphicObj(); if (0 != pGraphicObject && SDRDRAG_CROP != rSh.GetDragMode()) { rSh.StartCropImage(); } |