[Libreoffice-commits] core.git: writerperfect/source

Tor Lillqvist tml at collabora.com
Thu Apr 24 09:18:30 PDT 2014


 writerperfect/source/draw/ImportFilterBase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d6aa639fbb29ee93bc8229cea9a79e5d92dcfc1e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Apr 24 19:14:16 2014 +0300

    WaE: class 'PropertyValue' was previously declared as a struct
    
    Change-Id: If3975942dcd53b5df6612d812f2f1f25fa666ab1

diff --git a/writerperfect/source/draw/ImportFilterBase.hxx b/writerperfect/source/draw/ImportFilterBase.hxx
index 7287a5a..0efdc64 100644
--- a/writerperfect/source/draw/ImportFilterBase.hxx
+++ b/writerperfect/source/draw/ImportFilterBase.hxx
@@ -23,7 +23,7 @@
 namespace com { namespace sun { namespace star {
 namespace beans
 {
-    class PropertyValue;
+    struct PropertyValue;
 }
 namespace lang
 {


More information about the Libreoffice-commits mailing list