codemaker/source/codemaker/global.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0bb7b87a7e0b810ac9ff4d4da0bbf7c7c273fb19 Author: Alexander Wilms <[email protected]> Date: Tue Feb 25 17:51:20 2014 +0100 Remove visual noise from codemaker Change-Id: I098c636ed8794c858317fdbefa9ffa1c6d81c320 Reviewed-on: https://gerrit.libreoffice.org/8241 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index 9549763..9ec4d6b 100644 --- a/codemaker/source/codemaker/global.cxx +++ b/codemaker/source/codemaker/global.cxx @@ -269,9 +269,9 @@ OUString convertToFileUrl(const OString& fileName) } -//************************************************************************* + // FileStream -//************************************************************************* + FileStream::FileStream() : m_file(NULL) {
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
