summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:19:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:19:43 +0100
commitc6f5d3ad899230b4a785d27fb677d0c9e7137c4b (patch)
tree3b0620ef6c7ece2fe9c76cdbd9ed04425693206f /sd
parent5d6358b01b5b34cb21547204f084e9a4c58e689f (diff)
Typo: instert(ed)->insert(ed)
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 054e8f20dc71..ec29f8412880 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -2911,7 +2911,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_STANDARD );
SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_NOTES);
- // create and instert new draw masterpage
+ // create and insert new draw masterpage
SdPage* pMPage = mpModel->mpDoc->AllocSdPage(true);
pMPage->SetSize( pPage->GetSize() );
pMPage->SetBorder( pPage->GetLftBorder(),
@@ -2928,7 +2928,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
xDrawPage = uno::Reference< drawing::XDrawPage >::query( pMPage->getUnoPage() );
- // create and instert new notes masterpage
+ // create and insert new notes masterpage
SdPage* pMNotesPage = mpModel->mpDoc->AllocSdPage(true);
pMNotesPage->SetSize( pRefNotesPage->GetSize() );
pMNotesPage->SetPageKind(PK_NOTES);