summaryrefslogtreecommitdiff
path: root/svgio/inc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-04-13 18:03:43 +0200
committerMichael Stahl <mstahl@redhat.com>2016-04-13 19:47:09 +0000
commitc664b27505223257f93f05425c52a88172ca199b (patch)
treeb368d0873daed48e9f485c0ad0c80badbf079825 /svgio/inc
parentf00fd79f8a66d3ff78509421dd7c8257832e913f (diff)
tdf#94306 remove unused boost dependencies
remove <boost/noncopyable.hpp> in pch and remove boost from makefile if it was the only boost entry. Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831 Reviewed-on: https://gerrit.libreoffice.org/24061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svgio/inc')
-rw-r--r--svgio/inc/pch/precompiled_svgio.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/inc/pch/precompiled_svgio.hxx b/svgio/inc/pch/precompiled_svgio.hxx
index 5a2d5db8a4f1..6f8ee9eb9f07 100644
--- a/svgio/inc/pch/precompiled_svgio.hxx
+++ b/svgio/inc/pch/precompiled_svgio.hxx
@@ -24,7 +24,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <vector>
-#include <boost/noncopyable.hpp>
#include <boost/optional/optional.hpp>
#include <osl/process.h>
#include <osl/thread.h>
SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin 2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin 2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl 2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin 2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: window destructors calling disposeNoel Grandin 2015-04-09vcl: rename VclReference to VclPtrNoel Grandin 2015-04-09vcl: more rtl::Reference cleanupMichael Meeks 2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin 2015-03-19loplugin:constantfunction: vclNoel Grandin 2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-18fdo#82577: Handle FontNoel Grandin 2014-07-22callcatcher: update unused codeCaolán McNamara 2014-07-02callcatcher: rsc loaded fixedbitmap is no moreCaolán McNamara 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin