summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-13 19:13:36 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-13 19:13:36 +0100
commit3838475c2fbeb3c84c2ee96a1845893b20d9495a (patch)
treebc651cd97a909ec253655decffd9f7d61517d413 /sd
parentdrop useless semicolons (diff)
downloadcore-3838475c2fbeb3c84c2ee96a1845893b20d9495a.tar.gz
core-3838475c2fbeb3c84c2ee96a1845893b20d9495a.zip
drop extra semicolons
Change-Id: Ie6713d1bdf0010e5bc0bb70ca995c4dd36408673
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fuconstr.cxx2
-rw-r--r--sd/source/ui/view/drviews9.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx
index 77ffeb147903..2937fd2eadd5 100644
--- a/sd/source/ui/func/fuconstr.cxx
+++ b/sd/source/ui/func/fuconstr.cxx
@@ -218,7 +218,7 @@ bool FuConstruct::MouseButtonUp(const MouseEvent& rMEvt)
*/
bool FuConstruct::KeyInput(const KeyEvent& rKEvt)
{
- return FuDraw::KeyInput(rKEvt);;
+ return FuDraw::KeyInput(rKEvt);
}
void FuConstruct::Activate()
diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx
index 25899a943c03..fdea39d5bf36 100644
--- a/sd/source/ui/view/drviews9.cxx
+++ b/sd/source/ui/view/drviews9.cxx
@@ -585,7 +585,7 @@ void DrawViewShell::AttrExec (SfxRequest &rReq)
pAttr->Put(aStyleItem);
XFillGradientItem aGradientItem(pName->GetValue (), aGradient);
aGradientItem.SetWhich(XATTR_FILLGRADIENT);
- pAttr->Put(aGradientItem);;
+ pAttr->Put(aGradientItem);
}
rBindings.Invalidate (SID_ATTR_FILL_GRADIENT);