summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-15 12:44:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-15 12:44:21 +0200
commit0c0a9c3abbda78e116b6b4920dbdefb06f278261 (patch)
tree5d2135b29f774941f98996c8b8e2f17158aa318c /include
parentRelated: fdo#58819 VML import: shape types not starting with a hashmark are OK (diff)
downloadcore-0c0a9c3abbda78e116b6b4920dbdefb06f278261.tar.gz
core-0c0a9c3abbda78e116b6b4920dbdefb06f278261.zip
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.hxx4
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: