summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-08-29 00:15:59 -0400
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-29 22:51:36 +0000
commit6900bf41e2b7d7840e11ee1847efd671cf9b0921 (patch)
treef3e0b62bc7e1c2e5c56eb1e671c4ba882b03c56b /framework
parento3tl: add another unit test to cow_wrapper (diff)
downloadcore-6900bf41e2b7d7840e11ee1847efd671cf9b0921.tar.gz
core-6900bf41e2b7d7840e11ee1847efd671cf9b0921.zip
o3tl/cow_wrapper: remove boost dependency
Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/menubarmanager.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx
index 421cb05213a1..0d951c08fefa 100644
--- a/framework/source/uielement/menubarmanager.cxx
+++ b/framework/source/uielement/menubarmanager.cxx
@@ -76,6 +76,7 @@
#include <svtools/acceleratorexecute.hxx>
#include <svtools/miscopt.hxx>
#include <uielement/menubarmerger.hxx>
+#include <boost/noncopyable.hpp>
// Be careful removing this "bad" construct. There are serious problems
// with #define STRICT and including windows.h. Changing this needs some