diff options
Diffstat (limited to 'sc/source/ui/collab/sendfunc.cxx')
-rw-r--r-- | sc/source/ui/collab/sendfunc.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/collab/sendfunc.cxx b/sc/source/ui/collab/sendfunc.cxx index 7e18ee8676ec..728a67d68795 100644 --- a/sc/source/ui/collab/sendfunc.cxx +++ b/sc/source/ui/collab/sendfunc.cxx @@ -53,7 +53,7 @@ class ScChangeOpReader { std::vector< OUString > maArgs; public: - ScChangeOpReader( const OUString &rString) + explicit ScChangeOpReader(const OUString &rString) { // will need to handle escaping etc. // Surely someone else wrote this before ! [!?] @@ -174,7 +174,7 @@ class ScChangeOpWriter } public: - ScChangeOpWriter( const char *pName ) + explicit ScChangeOpWriter( const char *pName ) { aMessage.appendAscii( pName ); appendSeparator(); |