Remove visual noise from jvmfwk
Change-Id: Ie9ad9478532b395bd6a2bddd54bbe0d10b1b5eb2 Reviewed-on: https://gerrit.libreoffice.org/8277 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
a78aa2038d
commit
132d7941e0
@@ -53,7 +53,7 @@ CXPathObjectPtr::operator xmlXPathObject*() const
|
||||
{
|
||||
return _object;
|
||||
}
|
||||
//===========================================================
|
||||
|
||||
CXPathContextPtr::CXPathContextPtr(xmlXPathContextPtr aContext)
|
||||
: _object(aContext)
|
||||
{
|
||||
@@ -85,7 +85,7 @@ CXPathContextPtr::operator xmlXPathContext*() const
|
||||
{
|
||||
return _object;
|
||||
}
|
||||
//===========================================================
|
||||
|
||||
CXmlDocPtr::CXmlDocPtr(xmlDoc* aDoc)
|
||||
: _object(aDoc)
|
||||
{
|
||||
@@ -118,7 +118,7 @@ CXmlDocPtr::operator xmlDoc*() const
|
||||
return _object;
|
||||
}
|
||||
|
||||
//===========================================================
|
||||
|
||||
CXmlCharPtr::CXmlCharPtr(xmlChar * aChar)
|
||||
: _object(aChar)
|
||||
{
|
||||
|
Reference in New Issue
Block a user