summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/sm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/sm.hxx')
-rw-r--r--vcl/inc/unx/sm.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/inc/unx/sm.hxx b/vcl/inc/unx/sm.hxx
index f5123f3e7ae0..a7900d3981e7 100644
--- a/vcl/inc/unx/sm.hxx
+++ b/vcl/inc/unx/sm.hxx
@@ -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.
@@ -69,7 +70,7 @@ public:
static void saveDone();
static void interactionDone( bool bCancelShutdown );
- static String getExecName();
+ static rtl::OUString getExecName();
static VCLPLUG_GEN_PUBLIC const ByteString& getSessionID();
};
@@ -90,3 +91,5 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */