summaryrefslogtreecommitdiff
path: root/vcl/source/helper/smartid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/smartid.cxx')
-rw-r--r--vcl/source/helper/smartid.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/helper/smartid.cxx b/vcl/source/helper/smartid.cxx
index c367aeb2bce5..41a4cbe814ea 100644
--- a/vcl/source/helper/smartid.cxx
+++ b/vcl/source/helper/smartid.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.
@@ -262,3 +263,5 @@ BOOL SmartId::operator < ( const SmartId& rRight ) const
return rRight.HasString() || (!HasNumeric() && rRight.HasNumeric());
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */