diff options
Diffstat (limited to 'configmgr/source/xcuparser.hxx')
-rw-r--r-- | configmgr/source/xcuparser.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/xcuparser.hxx b/configmgr/source/xcuparser.hxx index 23ceb6cdb3d6..169ce1deeda8 100644 --- a/configmgr/source/xcuparser.hxx +++ b/configmgr/source/xcuparser.hxx @@ -74,8 +74,7 @@ private: enum Operation { OPERATION_MODIFY, OPERATION_REPLACE, OPERATION_FUSE, OPERATION_REMOVE }; - static Operation parseOperation( - Span const & text, Operation defaultOperation); + static Operation parseOperation(Span const & text); void handleComponentData(XmlReader & reader); |