diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-20 13:01:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-20 13:52:17 +0200 |
commit | 0670872ce0d191cf93481215025cafd2062b8a8f (patch) | |
tree | 0189c6c9a515f498ae8a19289175d9398e68bcf8 /sd/source/ui/view/MediaObjectBar.cxx | |
parent | 18793ae6a2d537b2546a3b9b1659a4cba63f1b80 (diff) |
loplugin: defaultparams
Change-Id: I54b72087ea3f38b2430c3c62aaff195bbd301b99
Diffstat (limited to 'sd/source/ui/view/MediaObjectBar.cxx')
-rw-r--r-- | sd/source/ui/view/MediaObjectBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/MediaObjectBar.cxx b/sd/source/ui/view/MediaObjectBar.cxx index b688312f5277..64d7884823ff 100644 --- a/sd/source/ui/view/MediaObjectBar.cxx +++ b/sd/source/ui/view/MediaObjectBar.cxx @@ -136,7 +136,7 @@ void MediaObjectBar::Execute( SfxRequest& rReq ) //fdo #32598: after changing playback opts, set document's modified flag SdDrawDocument& rDoc = mpView->GetDoc(); - rDoc.SetChanged(true); + rDoc.SetChanged(); } } } |