diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 12:33:49 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 20:15:19 +0000 |
commit | da474bc40c74d6867faf05ed02b688fb2f460ab0 (patch) | |
tree | b0bbef4f05dec61cdc744402e844ac192201fa43 /dbaccess/source/ui/inc/datasourcemap.hxx | |
parent | 38370db960ed70cb594a0afa4dadc5866cf0d327 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'dbaccess/source/ui/inc/datasourcemap.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/datasourcemap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/datasourcemap.hxx b/dbaccess/source/ui/inc/datasourcemap.hxx index 836f001bf580..54802093e17d 100644 --- a/dbaccess/source/ui/inc/datasourcemap.hxx +++ b/dbaccess/source/ui/inc/datasourcemap.hxx @@ -113,7 +113,7 @@ namespace dbaui void clearModifiedFlag(const ::rtl::OUString& _rName); /** tell the map that a data source is scheduled to be deleted. - @return id for accessing the deleted data source later. -1 if no free id existed or an error occured + @return id for accessing the deleted data source later. -1 if no free id existed or an error occurred */ sal_Int32 markDeleted(const ::rtl::OUString& _rName); |