starmath/source/mathmlexport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a44bff569bcef931e1ca6a7b2b8d0bcd279725bc
Author: Miklos Vajna <vmik...@suse.cz>
Date:   Fri Apr 26 09:21:18 2013 +0200

    SmXMLExport::GetViewSettings: add back lost property name
    
    This was removed in 90a91ed3e9ca1684655268dc52754ca569febc36, probably
    accidently.
    
    Change-Id: Ib5b4bc847caaa1fb2f119b07612231e32789834e

diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx
index d87195d..654809d 100644
--- a/starmath/source/mathmlexport.cxx
+++ b/starmath/source/mathmlexport.cxx
@@ -673,6 +673,7 @@ void SmXMLExport::GetViewSettings( Sequence < PropertyValue 
>& aProps)
     pValue[nIndex].Name = "ViewAreaLeft";
     pValue[nIndex++].Value <<= aRect.Left();
 
+    pValue[nIndex].Name = "ViewAreaWidth";
     pValue[nIndex++].Value <<= aRect.GetWidth();
 
     pValue[nIndex].Name = "ViewAreaHeight";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to