summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
commit249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 (patch)
tree482aadebea643bab38b0fd5106227091dc66d087 /sc
parent9915597c8988f46df3ec334c01afc7d618df7b7c (diff)
Typos
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/postit.cxx2
-rw-r--r--sc/source/ui/docshell/docfunc.cxx4
-rw-r--r--sc/source/ui/vba/vbawindow.cxx2
3 files changed, 4 insertions, 4 deletions
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. */