hwpfilter/source/hwpfile.h | 2 +- sc/source/ui/inc/datatableview.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 8c21ecc8f599c6ef5c6f88283cf8810098180e6d Author: Andrea Gelmini <[email protected]> Date: Mon Aug 28 20:11:18 2017 +0200 Removed ancient comment Change-Id: I3607551397e131990f37eea4ee70e92e19d9c538 Reviewed-on: https://gerrit.libreoffice.org/41657 Tested-by: Jenkins <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h index 79474c665fb6..55a94b628ac5 100644 --- a/hwpfilter/source/hwpfile.h +++ b/hwpfilter/source/hwpfile.h @@ -291,7 +291,7 @@ class DLLEXPORT HWPFile std::list<EmPicture*> emblist; std::list<HyperText*> hyperlist; int currenthyper; - std::vector<std::shared_ptr<ParaShape>> pslist; /* ì¤íì¤í¼ì¤ì 구조ì íì */ + std::vector<std::shared_ptr<ParaShape>> pslist; std::vector<std::shared_ptr<CharShape>> cslist; std::vector<FBoxStyle*> fbslist; std::vector<DateCode*> datecodes; commit 68178e226bd5d84fade75f48fc34a42a0e4035d6 Author: Andrea Gelmini <[email protected]> Date: Tue Aug 29 16:22:14 2017 +0200 Fix typo in code Change-Id: I9aadb4f3f7f71715e886666f11a91c4392395860 Reviewed-on: https://gerrit.libreoffice.org/41704 Tested-by: Jenkins <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/sc/source/ui/inc/datatableview.hxx b/sc/source/ui/inc/datatableview.hxx index 2057032624b2..69c06cabe055 100644 --- a/sc/source/ui/inc/datatableview.hxx +++ b/sc/source/ui/inc/datatableview.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DATATABELVIEW_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DATATABELVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DATATABLEVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DATATABLEVIEW_HXX #include <vcl/ctrl.hxx>
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
