Kaydet (Commit) 8aaeaa27 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I1dacc900707758d83a8cc31b107511bf926f72a6
Reviewed-on: https://gerrit.libreoffice.org/70738Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst c817db35
......@@ -273,7 +273,7 @@ namespace dbaui
/** adds a new object to the detail page.
@param _eType
The type where the entry shold be appended.
The type where the entry should be appended.
@param _rName
The name of the object to be inserted
@param _rObject
......@@ -285,9 +285,9 @@ namespace dbaui
,const OUString& _rName
,const css::uno::Any& _rObject );
/** replaces a objects name with a new one
/** replaces an objects name with a new one
@param _eType
The type where the entry shold be appended.
The type where the entry should be appended.
@param _rOldName
The old name of the object to be replaced
@param _rNewName
......@@ -301,7 +301,7 @@ namespace dbaui
/** removes an element from the detail page.
@param _eType
The type where the entry shold be appended.
The type where the entry should be appended.
@param _rName
The name of the element to be removed.
@param _rxConn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment