summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/Outliner.cxx2
-rw-r--r--sd/source/ui/view/ToolBarManager.cxx2
-rw-r--r--sd/source/ui/view/drviewsj.cxx2
-rw-r--r--sd/source/ui/view/outlnvsh.cxx2
-rw-r--r--sd/source/ui/view/sdview2.cxx2
-rw-r--r--sd/source/ui/view/sdview3.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index 72d7bce2756e..69ec22274a1f 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -1343,7 +1343,7 @@ void Outliner::SetViewMode (PageKind ePageKind)
// Force (well, request) a synchronous update of the configuration.
// In a better world we would handle the asynchronous view update
- // instead. But that would involve major restucturing of the
+ // instead. But that would involve major restructuring of the
// Outliner code.
framework::FrameworkHelper::Instance(rBase)->RequestSynchronousUpdate();
SetViewShell(rBase.GetMainViewShell());
diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx
index 93b9340a7200..6ccf7bc083f6 100644
--- a/sd/source/ui/view/ToolBarManager.cxx
+++ b/sd/source/ui/view/ToolBarManager.cxx
@@ -1427,7 +1427,7 @@ void ToolBarShellList::UpdateShells (
rpManager->ActivateSubShell(*rpMainViewShell, iShell->mnId);
}
- // The maNewList now refelects the current state and thus is made
+ // The maNewList now reflects the current state and thus is made
// maCurrentList.
maCurrentList = maNewList;
}
diff --git a/sd/source/ui/view/drviewsj.cxx b/sd/source/ui/view/drviewsj.cxx
index f056d621905e..0773fc9ebbce 100644
--- a/sd/source/ui/view/drviewsj.cxx
+++ b/sd/source/ui/view/drviewsj.cxx
@@ -279,7 +279,7 @@ void DrawViewShell::GetMenuStateSel( SfxItemSet &rSet )
// multi-selection
else if( nMarkCount > 1 )
{
- // distribure dialog for 3+n objects
+ // distribute dialog for 3+n objects
if(nMarkCount <= 2)
rSet.DisableItem(SID_DISTRIBUTE_DLG);
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index c81906ba648e..2391a02c4618 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -1776,7 +1776,7 @@ sal_uLong OutlineViewShell::Read(SvStream& rInput, const OUString& rBaseURL, sal
bRet = rOutl.Read( rInput, rBaseURL, eFormat, GetDocSh()->GetHeaderAttributes() );
- SdPage* pPage = GetDoc()->GetSdPage( GetDoc()->GetSdPageCount(PK_STANDARD) - 1, PK_STANDARD );;
+ SdPage* pPage = GetDoc()->GetSdPage( GetDoc()->GetSdPageCount(PK_STANDARD) - 1, PK_STANDARD );
SfxStyleSheet* pTitleSheet = pPage->GetStyleSheetForPresObj( PRESOBJ_TITLE );
SfxStyleSheet* pOutlSheet = pPage->GetStyleSheetForPresObj( PRESOBJ_OUTLINE );
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index 5caafe9165e2..598faf4e9fa7 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -933,7 +933,7 @@ void ImplProcessObjectList(SdrObject* pObj, SdrObjectVector& rVector )
SdrModel* View::GetMarkedObjModel() const
{
- return FmFormView::GetMarkedObjModel();;
+ return FmFormView::GetMarkedObjModel();
}
bool View::Paste(
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index 7e5ec285e6c1..5b89c81f0d94 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -763,7 +763,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper,
if(pSdrGrafObj)
{
- // If we have a graphic as source object, use it's graphic
+ // If we have a graphic as source object, use its graphic
// content as fill style
aSet.Put(XFillStyleItem(drawing::FillStyle_BITMAP));
aSet.Put(XFillBitmapItem(&mrDoc.GetPool(), pSdrGrafObj->GetGraphic()));