summaryrefslogtreecommitdiff
path: root/include/unotools/historyoptions.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-28 13:17:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-01 13:58:41 +0100
commit32b4936c9944111382d2491d99fc375b31d76723 (patch)
tree4fe4cd24998bd8764bb871a4ec25432e7356ce31 /include/unotools/historyoptions.hxx
parent62d2d59f5fdb0068226165aac62c093c8174a674 (diff)
Don't use boost::optional forward declarations
...in preparation for wholesale replacement of boost::optional with o3tl::optional (which will be a using declaration for either std::optional or boost::optional, hence can't be forward-declared easily) Change-Id: I031ed1812a0c939f37253f7753e358f1ad9153a3 Reviewed-on: https://gerrit.libreoffice.org/84126 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/unotools/historyoptions.hxx')
-rw-r--r--include/unotools/historyoptions.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index 9279f864cfdc..87ce484533c3 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -27,8 +27,9 @@
#include <unotools/options.hxx>
#include <memory>
+#include <boost/optional.hpp>
+
namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } }
-namespace boost { template <class T> class optional; }
// The method GetList() returns a list of property values.
// Use follow defines to separate values by names.