diff options
Diffstat (limited to 'slideshow/source/engine/tools.cxx')
-rw-r--r-- | slideshow/source/engine/tools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/tools.cxx b/slideshow/source/engine/tools.cxx index ca98a899fc8e..843a8d273c27 100644 --- a/slideshow/source/engine/tools.cxx +++ b/slideshow/source/engine/tools.cxx @@ -61,7 +61,7 @@ namespace slideshow class NamedValueComparator { public: - NamedValueComparator( const beans::NamedValue& rKey ) : + explicit NamedValueComparator( const beans::NamedValue& rKey ) : mrKey( rKey ) { } |