From 249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 23 Dec 2013 07:59:24 +0100 Subject: Typos Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e --- sc/source/core/data/postit.cxx | 2 +- sc/source/ui/docshell/docfunc.cxx | 4 ++-- sc/source/ui/vba/vbawindow.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sc') diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx index cbff1e6cc82e..374d54692f11 100644 --- a/sc/source/core/data/postit.cxx +++ b/sc/source/core/data/postit.cxx @@ -172,7 +172,7 @@ public: /** Returns the drawing layer page of the sheet contained in maPos. */ SdrPage* GetDrawPage(); - /** Returns the caption drawing obejct. */ + /** Returns the caption drawing object. */ inline SdrCaptionObj* GetCaption() { return mpCaption; } /** Moves the caption inside the passed rectangle. Uses page area if 0 is passed. */ diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx index 72e7e469db62..a460294ca484 100644 --- a/sc/source/ui/docshell/docfunc.cxx +++ b/sc/source/ui/docshell/docfunc.cxx @@ -1022,7 +1022,7 @@ bool ScDocFunc::PutData( const ScAddress& rPos, ScEditEngineDefaulter& rEngine, if ( bEditCell ) { // #i61702# With bLoseContent set, the content of rEngine isn't restored - // (used in loading XML, where after the removeActionLock call the API obejct's + // (used in loading XML, where after the removeActionLock call the API object's // EditEngine isn't accessed again. sal_Bool bLoseContent = pDoc->IsImportingXML(); @@ -1238,7 +1238,7 @@ bool ScDocFunc::ReplaceNote( const ScAddress& rPos, const OUString& rNoteText, c aOldData = pOldNote->GetNoteData(); } - // collect drawing undo actions for deleting/inserting caption obejcts + // collect drawing undo actions for deleting/inserting caption objects if( pUndoMgr ) pDrawLayer->BeginCalcUndo(false); diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx index 67b5c3aebb27..544e14971561 100644 --- a/sc/source/ui/vba/vbawindow.cxx +++ b/sc/source/ui/vba/vbawindow.cxx @@ -211,7 +211,7 @@ ScVbaWindow::init() { /* This method is called from the constructor, thus the own refcount is still zero. The implementation of ActivePane() uses a UNO reference of - this (to set this window as parent of the pane obejct). This requires + this (to set this window as parent of the pane object). This requires the own refcount to be non-zero, otherwise this instance will be desctructed immediately! Guard the call to ActivePane() in try/catch to not miss the decrementation of the reference count on exception. */ -- cgit