summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xformsevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/xformsevent.hxx')
-rw-r--r--forms/source/xforms/xformsevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/xformsevent.hxx b/forms/source/xforms/xformsevent.hxx
index d9d03d385a8a..df4f5bcd20da 100644
--- a/forms/source/xforms/xformsevent.hxx
+++ b/forms/source/xforms/xformsevent.hxx
@@ -60,7 +60,7 @@ class XFormsEventConcrete : public cppu::WeakImplHelper< XFormsEvent > {
sal_Bool canBubbleArg,
sal_Bool cancelableArg) override;
- protected:
+ private:
OUString m_eventType;
bool m_bubbles;
8-15 14:01:05 +0200'>2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann 2012-08-07remove empty ascii boxes and stuffThomas Arnhold 2012-07-04re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-16removed unused forward declarations of classTakeshi Abe 2012-06-09Remove superfluous empty lines on topThomas Arnhold 2012-06-02targeted string re-workNorbert Thiebaud 2012-06-01targeted string re-workNorbert Thiebaud 2012-05-29deliver component desc. xml, if usedDavid Tardon 2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-06fix makefilesDavid Tardon