summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-13 08:42:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-17 12:40:39 +0000
commit9c3e819f066acaf9f5a416630fa7dd83fdc2539d (patch)
treeb5d4e013b34d2a0f42cf9926b4c2919bd3c414db /comphelper/inc
parent3c1e30b77df4f34c4954bff37a08439ace7f2434 (diff)
move boost rng wrapper from sc to comphelper
so we can re-use it in other modules Change-Id: I6057b1e955f745019fd48f91a754279df0f2b948 Reviewed-on: https://gerrit.libreoffice.org/9348 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/pch/precompiled_comphelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/inc/pch/precompiled_comphelper.hxx b/comphelper/inc/pch/precompiled_comphelper.hxx
index ab660b17a755..36ec107aefb0 100644
--- a/comphelper/inc/pch/precompiled_comphelper.hxx
+++ b/comphelper/inc/pch/precompiled_comphelper.hxx
@@ -18,6 +18,7 @@
#include <boost/bind.hpp>
#include <boost/current_function.hpp>
#include <boost/noncopyable.hpp>
+#include <boost/random.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
@@ -62,7 +63,6 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
-#include <com/sun/star/document/NoSuchFilterRequest.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XTypeDetection.hpp>
@@ -225,4 +225,5 @@
#include <unicode/uchar.h>
#include <uno/data.h>
#include <vector>
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */