diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-26 09:21:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-26 09:23:20 +0200 |
commit | a44bff569bcef931e1ca6a7b2b8d0bcd279725bc (patch) | |
tree | b5e668dd9df062a61dd8d188ae7f6c45363ce20f /starmath/source/mathmlexport.cxx | |
parent | f13324bc8461f0e604639d301ab12d04953a9284 (diff) |
SmXMLExport::GetViewSettings: add back lost property name
This was removed in 90a91ed3e9ca1684655268dc52754ca569febc36, probably
accidently.
Change-Id: Ib5b4bc847caaa1fb2f119b07612231e32789834e
Diffstat (limited to 'starmath/source/mathmlexport.cxx')
-rw-r--r-- | starmath/source/mathmlexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index d87195dfd8e1..654809d26221 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"; |