summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/pageuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/pageuno.cxx')
-rw-r--r--sc/source/ui/unoobj/pageuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/pageuno.cxx b/sc/source/ui/unoobj/pageuno.cxx
index 796d16e12e06..3ca903e63eb6 100644
--- a/sc/source/ui/unoobj/pageuno.cxx
+++ b/sc/source/ui/unoobj/pageuno.cxx
@@ -25,7 +25,7 @@
using namespace ::com::sun::star;
ScPageObj::ScPageObj( SdrPage* pPage ) :
- SvxFmDrawPage( pPage )
+ SvxDrawPage( pPage )
{
}
@@ -35,7 +35,7 @@ ScPageObj::~ScPageObj() noexcept
uno::Reference<drawing::XShape > ScPageObj::CreateShape( SdrObject *pObj ) const
{
- uno::Reference<drawing::XShape> xShape(SvxFmDrawPage::CreateShape( pObj ));
+ uno::Reference<drawing::XShape> xShape(SvxDrawPage::CreateShape( pObj ));
new ScShapeObj( xShape ); // aggregates object and modifies xShape