summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index c63ce77e0d8c..b8bc241e3700 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -93,7 +93,7 @@ public:
virtual EscherExHostAppData* StartShape(
const css::uno::Reference< css::drawing::XShape>& rxShape,
- const Rectangle* pChildAnchor ) override;
+ const tools::Rectangle* pChildAnchor ) override;
virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID ) override;
virtual EscherExHostAppData* EnterAdditionalTextGroup() override;
@@ -103,14 +103,14 @@ public:
@descr Writes the form control data to the 'Ctls' stream. */
std::unique_ptr<XclExpOcxControlObj> CreateOCXCtrlObj(
css::uno::Reference< css::drawing::XShape > const & xShape,
- const Rectangle* pChildAnchor );
+ const tools::Rectangle* pChildAnchor );
private:
tools::SvRef<SotStorageStream> mxCtlsStrm; /// The 'Ctls' stream.
/** Creates a TBX form control OBJ record from the passed form control. */
std::unique_ptr<XclExpTbxControlObj> CreateTBXCtrlObj(
css::uno::Reference< css::drawing::XShape > const & xShape,
- const Rectangle* pChildAnchor );
+ const tools::Rectangle* pChildAnchor );
private:
/** Tries to get the name of a Basic macro from a control. */