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

Tor Lillqvist tml at collabora.com
Sun Mar 23 08:30:47 PDT 2014


 sw/source/filter/ww8/ww8struc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f22a30dbb2929f09117aa0f768076df9b350630c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Mar 23 17:27:39 2014 +0200

    WaE: 'WW8_BRC' defined as a struct here but previously declared as a class
    
    Change-Id: I342f92120ea5a8c2cea4abd80651c828f387cdd4

diff --git a/sw/source/filter/ww8/ww8struc.hxx b/sw/source/filter/ww8/ww8struc.hxx
index 2fe7c57..b13b6c6 100644
--- a/sw/source/filter/ww8/ww8struc.hxx
+++ b/sw/source/filter/ww8/ww8struc.hxx
@@ -260,7 +260,7 @@ struct WW8_BRCVer6  // BoRder Code (WW6 version)
         aBits1[1] = (_ico >> 2) | (_dxpSpace << 3);
     }
     // Convert BRC from WW8 to WW6 format
-    WW8_BRCVer6(const class WW8_BRC& brcVer8);
+    WW8_BRCVer6(const struct WW8_BRC& brcVer8);
 };
 
 struct WW8_BRC  // BoRder Code (WW8 version)


More information about the Libreoffice-commits mailing list