include/oox/export/vmlexport.hxx | 4 ++-- oox/source/export/vmlexport.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 0c0a9c3abbda78e116b6b4920dbdefb06f278261 Author: Stephan Bergmann <sberg...@redhat.com> Date: Sat Jun 15 12:44:21 2013 +0200 Remove redundant toplevel const ...that might be the reason the Raspbian-ARM tb broke. Change-Id: I1c238f0bd70dd2237c66b479aa5eb79010f477ce diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx index 57f8889..f6fcbb2 100644 --- a/include/oox/export/vmlexport.hxx +++ b/include/oox/export/vmlexport.hxx @@ -86,8 +86,8 @@ public: /// Export the sdr object as VML. /// /// Call this when you need to export the object as VML. - sal_uInt32 AddSdrObject( const SdrObject& rObj, const sal_Int16 eHOri = -1, - const sal_Int16 eVOri = -1, const sal_Int16 eHRel = -1, const + sal_uInt32 AddSdrObject( const SdrObject& rObj, sal_Int16 eHOri = -1, + sal_Int16 eVOri = -1, sal_Int16 eHRel = -1, sal_Int16 eVRel = -1, const Point* pNdTopLeft = 0 ); protected: diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index 710fe93..a6f8af0 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -1040,7 +1040,7 @@ void VMLExport::EndShape( sal_Int32 nShapeElement ) } } -sal_uInt32 VMLExport::AddSdrObject( const SdrObject& rObj, const sal_Int16 eHOri, const sal_Int16 eVOri, const sal_Int16 eHRel, const sal_Int16 eVRel, const Point* pNdTopLeft ) +sal_uInt32 VMLExport::AddSdrObject( const SdrObject& rObj, sal_Int16 eHOri, sal_Int16 eVOri, sal_Int16 eHRel, sal_Int16 eVRel, const Point* pNdTopLeft ) { m_pSdrObject = &rObj; m_eHOri = eHOri; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits