summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoparagraph.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unoparagraph.cxx')
-rw-r--r--sw/source/core/unocore/unoparagraph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoparagraph.cxx b/sw/source/core/unocore/unoparagraph.cxx
index a7451104f147..d1c6e781ee8e 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -62,7 +62,7 @@ class SwParaSelection
{
SwCursor & m_rCursor;
public:
- SwParaSelection(SwCursor & rCursor);
+ explicit SwParaSelection(SwCursor & rCursor);
~SwParaSelection();
};