diff options
Diffstat (limited to 'xmlsecurity/source/framework/elementcollector.hxx')
-rw-r--r-- | xmlsecurity/source/framework/elementcollector.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx index ed1411939a19..dfc73b04b462 100644 --- a/xmlsecurity/source/framework/elementcollector.hxx +++ b/xmlsecurity/source/framework/elementcollector.hxx @@ -77,8 +77,8 @@ public: xReferenceResolvedListener); virtual ~ElementCollector() {}; - com::sun::star::xml::crypto::sax::ElementMarkPriority getPriority() const; - bool getModify() const; + com::sun::star::xml::crypto::sax::ElementMarkPriority getPriority() const { return m_nPriority;} + bool getModify() const { return m_bToModify;} void notifyListener(); void setReferenceResolvedListener( const com::sun::star::uno::Reference< |