summaryrefslogtreecommitdiff
path: root/sax/source/tools/fshelper.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-17 23:49:54 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-18 22:51:47 +0200
commit0a0f9d71af5247d70012b7d13504bad28a26bde2 (patch)
tree9048fdd399170f2d1f35dace9364aae260bd3644 /sax/source/tools/fshelper.cxx
parent2842c5cfb99d41b36dba52db01ca6cd37d2ef4b0 (diff)
sax: convert MergeMarksEnum to enum class
This should detect if a MergeMarks value is erroneously passed as tag. Change-Id: I7b855a661f182136824cf25f2174a9bcce8ff3d1
Diffstat (limited to 'sax/source/tools/fshelper.cxx')
-rw-r--r--sax/source/tools/fshelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx
index 46d87644d471..75a6fa052d32 100644
--- a/sax/source/tools/fshelper.cxx
+++ b/sax/source/tools/fshelper.cxx
@@ -160,7 +160,7 @@ void FastSerializerHelper::mark(
}
void FastSerializerHelper::mergeTopMarks(
- sal_Int32 const nTag, MergeMarksEnum const eMergeType)
+ sal_Int32 const nTag, MergeMarks const eMergeType)
{
mpSerializer->mergeTopMarks(nTag, eMergeType);
}