From a0296296fb121ecab53cee39658fc2f8ce27a782 Mon Sep 17 00:00:00 2001 From: Borim Date: Fri, 8 Mar 2013 19:49:43 +0100 Subject: fdo#60691 add modelines to *.src and *.hrc files use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4 --- fpicker/source/office/OfficeFilePicker.src | 2 ++ fpicker/source/office/iodlg.hrc | 2 ++ fpicker/source/office/iodlg.src | 2 ++ 3 files changed, 6 insertions(+) (limited to 'fpicker') diff --git a/fpicker/source/office/OfficeFilePicker.src b/fpicker/source/office/OfficeFilePicker.src index 14f20297398b..4f6fe4b764b9 100644 --- a/fpicker/source/office/OfficeFilePicker.src +++ b/fpicker/source/office/OfficeFilePicker.src @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -88,3 +89,4 @@ String STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION Text [ en-US ] = "Please select a folder."; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/fpicker/source/office/iodlg.hrc b/fpicker/source/office/iodlg.hrc index 3b7a3f0b2282..cc7d90fcd4c0 100644 --- a/fpicker/source/office/iodlg.hrc +++ b/fpicker/source/office/iodlg.hrc @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -83,3 +84,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/fpicker/source/office/iodlg.src b/fpicker/source/office/iodlg.src index 7747ae3d9ea0..a4282d0d2acf 100644 --- a/fpicker/source/office/iodlg.src +++ b/fpicker/source/office/iodlg.src @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -310,3 +311,4 @@ String STR_SVT_NOREMOVABLEDEVICE //******************************************************************** EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann
2019-04-02renamed ssl test to testsslShubham Goyal
2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-01fix pyuno compile on Fedora29Noel Grandin