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

Stephan Bergmann sbergman at redhat.com
Fri Oct 10 00:41:24 PDT 2014


 chart2/source/view/axes/VAxisProperties.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 87bf3fb4a5def8b0536d44ab406dbd31b09c0daf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 10 09:39:59 2014 +0200

    Fix CppunitTest_chart2_xshape
    
    ...regression from d7e477c4518bb3f638af59fa48cae04eba8c76cc "Use boost::optional
    for these members."
    
    Change-Id: I8e02033d75fd52489be03b34fbce494ae49ab7e3

diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx
index da04616..80c2261 100644
--- a/chart2/source/view/axes/VAxisProperties.cxx
+++ b/chart2/source/view/axes/VAxisProperties.cxx
@@ -182,6 +182,7 @@ AxisProperties::AxisProperties( const AxisProperties& rAxisProperties )
     , m_bSwapXAndY( rAxisProperties.m_bSwapXAndY )
     , m_eCrossoverType( rAxisProperties.m_eCrossoverType )
     , m_eLabelPos( rAxisProperties.m_eLabelPos )
+    , m_eTickmarkPos( rAxisProperties.m_eTickmarkPos )
     , m_bCrossingAxisHasReverseDirection( rAxisProperties.m_bCrossingAxisHasReverseDirection )
     , m_bCrossingAxisIsCategoryAxes( rAxisProperties.m_bCrossingAxisIsCategoryAxes )
     , m_fLabelDirectionSign( rAxisProperties.m_fLabelDirectionSign )


More information about the Libreoffice-commits mailing list