[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/plugins/pathshapes/enhancedpath
From:       Jan Hambrecht <jaham () gmx ! net>
Date:       2010-03-14 12:26:27
Message-ID: 1268569587.133920.27313.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1103127 by jaham:

properly mask out the OdfSize bits form the bit mask
(thanks to Carlos for pointing out the error)



 M  +1 -1      EnhancedPathShape.cpp  


--- trunk/koffice/plugins/pathshapes/enhancedpath/EnhancedPathShape.cpp #1103126:1103127
@@ -328,7 +328,7 @@
 {
     if (isParametricShape()) {
         context.xmlWriter().startElement("draw:custom-shape");
-        saveOdfAttributes(context, OdfAllAttributes|~OdfSize);
+        saveOdfAttributes(context, OdfAllAttributes&~OdfSize);
 
         // save the right size so that when loading we fit the viewbox
         // to the right size without getting any wrong scaling
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic