summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drawdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 09:04:54 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:44 +0200
commitb0dcd6dbad43c1f7e45240687735b1127acad3ec (patch)
tree14c9bbfce399f7c354a447cfd3567c888b653afc /sw/source/uibase/shells/drawdlg.cxx
parent6c5fa17611b8f8f3c94473eabd768f310de3e7ff (diff)
loplugin: defaultparams
Change-Id: Id6466f7c6d333ecf157c1de4197df394b60d0627
Diffstat (limited to 'sw/source/uibase/shells/drawdlg.cxx')
-rw-r--r--sw/source/uibase/shells/drawdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/drawdlg.cxx b/sw/source/uibase/shells/drawdlg.cxx
index 548085786df0..def6391e8077 100644
--- a/sw/source/uibase/shells/drawdlg.cxx
+++ b/sw/source/uibase/shells/drawdlg.cxx
@@ -161,7 +161,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest& rReq)
GetShell().SetModified();
else
if (bChanged)
- pDoc->SetChanged(true);
+ pDoc->SetChanged();
}
void SwDrawShell::ExecDrawAttrArgs(SfxRequest& rReq)
@@ -210,7 +210,7 @@ void SwDrawShell::ExecDrawAttrArgs(SfxRequest& rReq)
GetShell().SetModified();
else
if (bChanged)
- pView->GetModel()->SetChanged(true);
+ pView->GetModel()->SetChanged();
}
void SwDrawShell::GetDrawAttrState(SfxItemSet& rSet)