summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /sd
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/prltempl.cxx2
-rw-r--r--sd/source/ui/toolpanel/TaskPaneTreeNode.cxx2
-rw-r--r--sd/source/ui/view/drawview.cxx2
-rw-r--r--sd/source/ui/view/drtxtob.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx
index 9d7145179ebf..f0d92c8cc993 100644
--- a/sd/source/ui/dlg/prltempl.cxx
+++ b/sd/source/ui/dlg/prltempl.cxx
@@ -102,7 +102,7 @@ SdPresLayoutTemplateDlg::SdPresLayoutTemplateDlg( SfxObjectShell* pDocSh,
aInputSet.Put( rStyleBase.GetItemSet() );
// need parent-relationship
- const SfxItemSet* pParentItemSet = rStyleBase.GetItemSet().GetParent();;
+ const SfxItemSet* pParentItemSet = rStyleBase.GetItemSet().GetParent();
if( pParentItemSet )
aInputSet.SetParent( pParentItemSet );
diff --git a/sd/source/ui/toolpanel/TaskPaneTreeNode.cxx b/sd/source/ui/toolpanel/TaskPaneTreeNode.cxx
index bce9a06e9ebe..3a57e814951e 100644
--- a/sd/source/ui/toolpanel/TaskPaneTreeNode.cxx
+++ b/sd/source/ui/toolpanel/TaskPaneTreeNode.cxx
@@ -99,7 +99,7 @@ sal_Int32 TreeNode::GetMinimumWidth (void)
nTotalMinimumWidth = nMinimumWidth;
}
- return nTotalMinimumWidth;;
+ return nTotalMinimumWidth;
}
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index 33e7d57f3fc8..7d20db8adabc 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -542,7 +542,7 @@ void DrawView::PresPaint(const Region& rRegion)
sal_Bool DrawView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const
{
- return FmFormView::IsObjMarkable(pObj, pPV);;
+ return FmFormView::IsObjMarkable(pObj, pPV);
}
/*************************************************************************
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx
index 6f7a83cfaa67..9362c48300e7 100644
--- a/sd/source/ui/view/drtxtob.cxx
+++ b/sd/source/ui/view/drtxtob.cxx
@@ -382,7 +382,7 @@ void TextObjectBar::GetAttrState( SfxItemSet& rSet )
{
if( mpView && mpView->GetTextEditOutlinerView() )
{
- EditView & rEditView = mpView->GetTextEditOutlinerView()->GetEditView();;
+ EditView & rEditView = mpView->GetTextEditOutlinerView()->GetEditView();
String aStatusVal;
LanguageType nLang = LANGUAGE_NONE;
bool bIsLookUpWord = GetStatusValueForThesaurusFromContext( aStatusVal, nLang, rEditView );