summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/source/config/configvaluecontainer.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index 74ef6575d2d9..e28dbe826693 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: configvaluecontainer.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2006-07-25 09:53:02 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:23:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_unotools.hxx"
+
#ifndef UNOTOOLS_CONFIGVALUECONTAINER_HXX
#include <unotools/configvaluecontainer.hxx>
#endif
'2015-08-17 02:07:43 +0000'>2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud 2015-07-14Revert "Revert "WaE: comparison of integers of different signs""Michael Stahl 2015-07-14Revert "WaE: comparison of integers of different signs"Michael Stahl 2015-06-30remove some unnecessary typedefs to pointerNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-19loplugin:constantfunction: vclNoel Grandin 2015-03-02WaE: comparison of integers of different signsTor Lillqvist 2015-03-02-Werror,-Wsign-compareNoel Grandin 2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara 2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann