diff options
author | David Tardon <dtardon@redhat.com> | 2012-06-28 12:08:42 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-06-28 12:17:35 +0200 |
commit | ec8f3fcc5dde0ec77b1293b4f0d20637023e732f (patch) | |
tree | 648945dff1baf209f1142bbb67cbaaa5458b6ffe /sc | |
parent | 71b9eb272d3b0050dede554b2282b478f979ff7c (diff) |
WaE: unused parameter
Change-Id: Idd69ec052b037e31c3d116aab055b5f94a90a4a5
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/drawfunc/graphsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/graphsh.cxx b/sc/source/ui/drawfunc/graphsh.cxx index ff4d43d72dae..4361df6e6985 100644 --- a/sc/source/ui/drawfunc/graphsh.cxx +++ b/sc/source/ui/drawfunc/graphsh.cxx @@ -186,7 +186,7 @@ void ScGraphicShell::GetExternalEditState( SfxItemSet& rSet ) rSet.DisableItem( SID_EXTERNAL_EDIT ); } -void ScGraphicShell::ExecuteExternalEdit( SfxRequest& rReq ) +void ScGraphicShell::ExecuteExternalEdit( SfxRequest& ) { ScDrawView* pView = GetViewData()->GetScDrawView(); const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); |