[Libreoffice-commits] .: vcl/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Nov 4 03:36:18 PDT 2011


 vcl/inc/vcl/svapp.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit b05266ab750e939c46d9962216208e9d9beadd16
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 4 11:35:45 2011 +0100

    Some WNT-only code still needs ApplicationEvent(); plus made the other ctor explicit.

diff --git a/vcl/inc/vcl/svapp.hxx b/vcl/inc/vcl/svapp.hxx
index ccd232c..5fea031 100644
--- a/vcl/inc/vcl/svapp.hxx
+++ b/vcl/inc/vcl/svapp.hxx
@@ -106,8 +106,10 @@ public:
         TYPE_UNACCEPT
     };
 
-    ApplicationEvent(Type rEvent,
-                     const rtl::OUString& rData = rtl::OUString()):
+    ApplicationEvent() {}
+
+    explicit ApplicationEvent(
+        Type rEvent, const rtl::OUString& rData = rtl::OUString()):
         aEvent(rEvent),
         aData(rData)
     {}


More information about the Libreoffice-commits mailing list