summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
diff options
context:
space:
mode:
authorBorim <borim7@web.de>2013-03-08 19:49:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-03-08 21:02:26 +0000
commita0296296fb121ecab53cee39658fc2f8ce27a782 (patch)
tree00deb054da6f402018d6ee8b202baa95c6317958 /svx/source/engine3d
parent54e458f691e55d321ba3e4e4cc7e00b9b3c09489 (diff)
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
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r--svx/source/engine3d/float3d.src3
-rw-r--r--svx/source/engine3d/string3d.src3
2 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src
index b9621d513b54..954d71a9fee6 100644
--- a/svx/source/engine3d/float3d.src
+++ b/svx/source/engine3d/float3d.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.
*
@@ -1223,3 +1224,5 @@ String RID_SVXFLOAT3D_COLOR_LIGHT_PRE
{
Text [ en-US ] = "Color Light Preview";
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/engine3d/string3d.src b/svx/source/engine3d/string3d.src
index f3566fa364ca..b4247dcf873a 100644
--- a/svx/source/engine3d/string3d.src
+++ b/svx/source/engine3d/string3d.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.
*
@@ -64,3 +65,5 @@ String RID_SVX_3D_UNDO_ATTRIBUTES
Text [ en-US ] = "3D Attributes" ;
};
// ********************************************************************** EOF
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */