summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/buffernode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/buffernode.hxx')
-rw-r--r--xmlsecurity/source/framework/buffernode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/buffernode.hxx b/xmlsecurity/source/framework/buffernode.hxx
index 4ca3dfaddc86..db2b2d95c324 100644
--- a/xmlsecurity/source/framework/buffernode.hxx
+++ b/xmlsecurity/source/framework/buffernode.hxx
@@ -88,10 +88,10 @@ public:
bool isECOfBeforeModifyIncluded(sal_Int32 nIgnoredSecurityId) const;
void setReceivedAll();
- bool isAllReceived() const;
+ bool isAllReceived() const { return m_bAllReceived;}
void addElementCollector(const ElementCollector* pElementCollector);
void removeElementCollector(const ElementCollector* pElementCollector);
- ElementMark* getBlocker() const;
+ ElementMark* getBlocker() const { return m_pBlocker;}
void setBlocker(const ElementMark* pBlocker);
OUString printChildren() const;
bool hasAnything() const;