diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-06-15 12:44:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-06-15 12:44:21 +0200 |
commit | 0c0a9c3abbda78e116b6b4920dbdefb06f278261 (patch) | |
tree | 5d2135b29f774941f98996c8b8e2f17158aa318c /include | |
parent | e2e45e25a7bab0bc00a9562bf7e66b328d15a6d3 (diff) |
Remove redundant toplevel const
...that might be the reason the Raspbian-ARM tb broke.
Change-Id: I1c238f0bd70dd2237c66b479aa5eb79010f477ce
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/vmlexport.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx index 57f888996d50..f6fcbb2f895f 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: |