summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-05-12 17:00:00 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-05-12 23:46:14 +0200
commite2fcb27d287faaee73495c4f9f05b0a09c13f008 (patch)
tree60e72dc8c60572d4a0837572a3cafe1be168f909 /cppuhelper
parent1a673e30efcd6032018f7d4a62f13dc4bec4a67c (diff)
regenerate PCH headers
Change-Id: I4894023e42cbfa32916ee3ddfb2cfb5426cfc69f Reviewed-on: https://gerrit.libreoffice.org/72195 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
index 6b74adc186fa..03969d300e84 100644
--- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
+++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2019-03-11 18:27:04 using:
+ Generated on 2019-05-12 16:56:48 using:
./bin/update_pch cppuhelper cppuhelper --cutoff=3 --exclude:system --exclude:module --exclude:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -58,7 +58,6 @@
#include <sal/macros.h>
#include <sal/saldllapi.h>
#include <sal/types.h>
-#include <salhelper/simplereferenceobject.hxx>
#endif // PCH_LEVEL >= 2
#if PCH_LEVEL >= 3
#include <com/sun/star/beans/PropertyAttribute.hpp>
@@ -84,6 +83,7 @@
#include <com/sun/star/uno/XAggregation.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppu/cppudllapi.h>
+#include <salhelper/simplereferenceobject.hxx>
#include <typelib/typeclass.h>
#include <typelib/typedescription.h>
#include <typelib/uik.h>
:59 -0430'>2012-06-17Select item when clicking name while not in selection mode.Rafael Dominguez 2012-06-17Dont recalculate item layout positions.Rafael Dominguez 2012-06-17Dont set selection box position in constructor.Rafael Dominguez 2012-06-17Improve calculating positions of item data.Rafael Dominguez 2012-06-17Display selection boxes under selection mode.Rafael Dominguez 2012-06-17Calculate item positions only when needed instead of every paint.Rafael Dominguez 2012-06-16Redraw item if we (un)select an item when clicking the selection box.Rafael Dominguez 2012-06-16Sync item state when clicking directly on the checkbox.Rafael Dominguez 2012-06-16Add a checkbox to display selected items.Rafael Dominguez 2012-06-16Add isSelected, setSelection, isHighlighted, setHighlight methods.Rafael Dominguez 2012-06-13Highlight item on mouse hover.Rafael Dominguez 2012-06-11Display preview of thumbnails inside a region.Rafael Dominguez 2012-06-11Remove data attribute from thumbnailviewitem.Rafael Dominguez 2012-06-10Move thumbnailview to sfx2 folder.Rafael Dominguez