summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/pptin.cxx')
-rw-r--r--sd/source/filter/ppt/pptin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index b641545a8aca..cd1d62012a72 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -87,7 +87,7 @@
#include <comphelper/string.hxx>
#include <oox/ole/olehelper.hxx>
-#include <boost/optional.hpp>
+#include <o3tl/optional.hxx>
#include <cassert>
#include <memory>
@@ -583,7 +583,7 @@ bool ImplSdPPTImport::Import()
pPage->SetAutoLayout( AUTOLAYOUT_NOTES, true );
if ( nMasterNum )
{
- boost::optional< sal_Int16 > oStartNumbering;
+ o3tl::optional< sal_Int16 > oStartNumbering;
SfxStyleSheet* pSheet;
if ( nMasterNum == 1 )
{