diff options
-rw-r--r-- | helpcompiler/inc/HelpCompiler.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index 518830ad62b3..dbc76764e35b 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -65,7 +65,6 @@ namespace fs OUString data; public: path() {} - path(const path &rOther) : data(rOther.data) {} path(const std::string &in, convert) { OUString sWorkingDir; |