Fix typos
Change-Id: I887a86506b700a21b56bbc66d8b3b2e1bcec0da5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96651 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
1be82e6ff6
commit
1c07dbe966
@@ -44,7 +44,7 @@ public:
|
|||||||
void put(const char* pPropName, const char* pPropVal);
|
void put(const char* pPropName, const char* pPropVal);
|
||||||
void put(const char*, int);
|
void put(const char*, int);
|
||||||
|
|
||||||
/** Hands ownership of the the underlying storage buffer to the caller,
|
/** Hands ownership of the underlying storage buffer to the caller,
|
||||||
* after this no more document modifications may be written. */
|
* after this no more document modifications may be written. */
|
||||||
char* extractData();
|
char* extractData();
|
||||||
|
|
||||||
|
@@ -234,7 +234,7 @@ void JsonWriter::addCommaBeforeField()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Hands ownership of the the underlying storage buffer to the caller,
|
/** Hands ownership of the underlying storage buffer to the caller,
|
||||||
* after this no more document modifications may be written. */
|
* after this no more document modifications may be written. */
|
||||||
char* JsonWriter::extractData()
|
char* JsonWriter::extractData()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user