[Libreoffice-commits] .: writerfilter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 18 06:53:15 PDT 2012


 writerfilter/source/rtftok/rtfdocumentimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 175e516562a8bb222b2bb752be925e4fa4d486d6
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Thu Oct 18 15:54:50 2012 +0200

    RTF_DOBYPARA import: Y is vertical
    
    Change-Id: I46bf69bfce26375a2fb23ef4b00404beb8d8c135

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index d5fd084..19d1465 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -2334,7 +2334,7 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
         case RTF_DOBYPARA:
                 {
                     beans::PropertyValue aPropertyValue;
-                    aPropertyValue.Name = OUString("HoriOrientRelation");
+                    aPropertyValue.Name = OUString("VertOrientRelation");
                     aPropertyValue.Value <<= text::RelOrientation::FRAME;
                     m_aStates.top().aDrawingObject.aPendingProperties.push_back(aPropertyValue);
                 }


More information about the Libreoffice-commits mailing list