summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/PreviewRenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/PreviewRenderer.hxx')
-rw-r--r--sd/source/ui/inc/PreviewRenderer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/inc/PreviewRenderer.hxx b/sd/source/ui/inc/PreviewRenderer.hxx
index fc9b657f7796..38830c4ccdaa 100644
--- a/sd/source/ui/inc/PreviewRenderer.hxx
+++ b/sd/source/ui/inc/PreviewRenderer.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.
@@ -166,3 +167,5 @@ private:
} // end of namespace ::sd
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-2/+2 2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2 2018-11-18lolugin:staticmethodsStephan Bergmann2-4/+3 2018-10-26Don't read past end of string in Guess ctorStephan Bergmann1-39/+36 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+0 2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin1-1/+1 2018-10-19clang-tidy readability-container-size-emptyNoel Grandin3-3/+3 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkage</