summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/view3d1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/view3d1.cxx')
-rw-r--r--svx/source/engine3d/view3d1.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/engine3d/view3d1.cxx b/svx/source/engine3d/view3d1.cxx
index 22aa9583f1..8e34e7e997 100644
--- a/svx/source/engine3d/view3d1.cxx
+++ b/svx/source/engine3d/view3d1.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -228,3 +229,4 @@ double E3dView::GetDefaultCamFocal()
return (double)((const SfxUInt32Item&)pMod->GetItemPool().GetDefaultItem(SDRATTR_3DSCENE_FOCAL_LENGTH)).GetValue();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */