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
This commit is contained in:
Borim
2013-03-08 19:49:43 +01:00
committed by Caolán McNamara
parent 54e458f691
commit a0296296fb
1167 changed files with 3200 additions and 9 deletions

View File

@ -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.
*
@ -81,3 +82,5 @@ String STR_ERROR_JVMCREATIONFAILED
{
Text[ en-US ] = "JRE is Defective" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */