summaryrefslogtreecommitdiff
path: root/sw/inc/textcontentcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/textcontentcontrol.hxx')
-rw-r--r--sw/inc/textcontentcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/textcontentcontrol.hxx b/sw/inc/textcontentcontrol.hxx
index b3926bd25ce9..89a69970efcc 100644
--- a/sw/inc/textcontentcontrol.hxx
+++ b/sw/inc/textcontentcontrol.hxx
@@ -28,12 +28,12 @@ class SW_DLLPUBLIC SwTextContentControl final : public SwTextAttrNesting
{
SwContentControlManager* m_pManager;
- SwTextContentControl(SwContentControlManager* pManager, SwFormatContentControl& rAttr,
+ SwTextContentControl(SwContentControlManager* pManager, const SfxPoolItemHolder& rAttr,
sal_Int32 nStart, sal_Int32 nEnd);
public:
static SwTextContentControl* CreateTextContentControl(SwDoc& rDoc, SwTextNode* pTargetTextNode,
- SwFormatContentControl& rAttr,
+ const SfxPoolItemHolder& rHolder,
sal_Int32 nStart, sal_Int32 nEnd,
bool bIsCopy);