summaryrefslogtreecommitdiff
path: root/svx/inc/relfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/relfld.hxx')
-rw-r--r--svx/inc/relfld.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/relfld.hxx b/svx/inc/relfld.hxx
index c6829710d6c9..4b01fdbd1e1e 100644
--- a/svx/inc/relfld.hxx
+++ b/svx/inc/relfld.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.
@@ -63,3 +64,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
d> 2017-01-29eliminate some code duplicityDavid Tardon 2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-05try to retrieve the .fm3 file when reading a .wp3 fileosnola 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-09astyleDavid Tardon 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-02-15make charset sel. dlg translatableDavid Tardon 2016-02-08loplugin:unusedmethodsNoel Grandin 2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin 2015-11-25com::sun::star->css in writerperfect/Noel Grandin 2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06loplugin:unusedmethodsNoel Grandin 2015-10-06astyleDavid Tardon 2015-09-17convert Link<> to typedNoel Grandin 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-05-19astyleDavid Tardon 2015-05-19Move module-local includes to writerperfect/incStephan Bergmann 2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-09-17use MediaDescriptor to get input streamDavid Tardon 2014-09-17generalize ImportFilterBase a bit moreDavid Tardon