summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtffly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtffly.hxx')
-rw-r--r--writerfilter/source/rtftok/rtffly.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtffly.hxx b/writerfilter/source/rtftok/rtffly.hxx
index 14a84b54c5bb..8da0ffd9d9a1 100644
--- a/writerfilter/source/rtftok/rtffly.hxx
+++ b/writerfilter/source/rtftok/rtffly.hxx
@@ -22,7 +22,7 @@ namespace rtftok
class RTFVertOrient
{
public:
- RTFVertOrient(sal_uInt16 nValue)
+ explicit RTFVertOrient(sal_uInt16 nValue)
: m_nVal(nValue)
{
}
@@ -83,7 +83,7 @@ private:
class RTFHoriOrient
{
public:
- RTFHoriOrient(sal_uInt16 nValue)
+ explicit RTFHoriOrient(sal_uInt16 nValue)
: m_nVal(nValue)
{
}