summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.cxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 7dd903b7784f..7b1916df0268 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -247,10 +247,10 @@ public:
std::queue<OUString>& m_rPositivePercentages;
OUString sAnchorId;
comphelper::SequenceAsHashMap m_aInteropGrabBag;
- boost::optional<sal_Int32> m_oEffectExtentLeft;
- boost::optional<sal_Int32> m_oEffectExtentTop;
- boost::optional<sal_Int32> m_oEffectExtentRight;
- boost::optional<sal_Int32> m_oEffectExtentBottom;
+ o3tl::optional<sal_Int32> m_oEffectExtentLeft;
+ o3tl::optional<sal_Int32> m_oEffectExtentTop;
+ o3tl::optional<sal_Int32> m_oEffectExtentRight;
+ o3tl::optional<sal_Int32> m_oEffectExtentBottom;
GraphicImport_Impl(GraphicImportType eImportType, DomainMapper& rDMapper, std::pair<OUString, OUString>& rPositionOffsets, std::pair<OUString, OUString>& rAligns, std::queue<OUString>& rPositivePercentages) :
nXSize(0)