summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbawindow.cxx
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/source/ui/vba/vbawindow.cxx
parent9915597c8988f46df3ec334c01afc7d618df7b7c (diff)
Typos
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
Diffstat (limited to 'sc/source/ui/vba/vbawindow.cxx')
-rw-r--r--sc/source/ui/vba/vbawindow.cxx2
1 files changed, 1 insertions, 1 deletions
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. */