diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:29:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:38:49 +0900 |
commit | 878461f96730b0930c5f397a205d0239ad034fe5 (patch) | |
tree | 1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /sc | |
parent | a08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff) |
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/inc/bcaslot.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx index 732d18dcb343..29a9934390f0 100644 --- a/sc/source/core/inc/bcaslot.hxx +++ b/sc/source/core/inc/bcaslot.hxx @@ -191,7 +191,7 @@ public: found, that is assigned. In any case, the SvtListener is added to the broadcaster. - If not NULL then no listeners are startet, only the area is + If not NULL then no listeners are started, only the area is inserted and the reference count incremented. Effectively the same as InsertListeningArea(), so use that instead. |