diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-08-30 12:41:18 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-30 11:12:15 +0000 |
commit | 61eadf2df432ed4f048006b1409046505d9a4e8c (patch) | |
tree | 6faaacbbecb84968aaf8f7af12d02e574edafc46 /l10ntools/source/renewpo.cxx | |
parent | ecfa813595cb577781668219d9e17a0494f92bea (diff) |
More cleanup aka clean up cleanup
Use integers consistently
Change headers
Make variable initialization uniform
Change-Id: I91937704a80c0d5997ad81591ce79076794a4e32
Reviewed-on: https://gerrit.libreoffice.org/517
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'l10ntools/source/renewpo.cxx')
-rw-r--r-- | l10ntools/source/renewpo.cxx | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/l10ntools/source/renewpo.cxx b/l10ntools/source/renewpo.cxx index 20738b1ca03c..a6e127356118 100644 --- a/l10ntools/source/renewpo.cxx +++ b/l10ntools/source/renewpo.cxx @@ -1,30 +1,11 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* +/* + * This file is part of the LibreOffice project. * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ #include <iostream> #include <fstream> |