diff options
Diffstat (limited to 'svx/source/svdraw/svdedtv.cxx')
-rw-r--r-- | svx/source/svdraw/svdedtv.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx index 1497fa34c418..74de5e46e874 100644 --- a/svx/source/svdraw/svdedtv.cxx +++ b/svx/source/svdraw/svdedtv.cxx @@ -35,6 +35,9 @@ #include <rtl/strbuf.hxx> #include <svx/svdview.hxx> #include <clonelist.hxx> +#include <svx/svdogrp.hxx> +#include <svx/scene3d.hxx> + using namespace com::sun::star; @@ -114,9 +117,6 @@ void SdrEditView::InsertNewLayer(const OUString& rName, sal_uInt16 nPos) mpModel->SetChanged(); } -#include <svx/svdogrp.hxx> -#include <svx/scene3d.hxx> - bool SdrEditView::ImpDelLayerCheck(SdrObjList* pOL, SdrLayerID nDelID) const { bool bDelAll(true); |