summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter')
-rw-r--r--lotuswordpro/inc/xfilter/xfframestyle.hxx2
-rw-r--r--lotuswordpro/inc/xfilter/xfheaderstyle.hxx2
-rw-r--r--lotuswordpro/inc/xfilter/xfpagemaster.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/inc/xfilter/xfframestyle.hxx b/lotuswordpro/inc/xfilter/xfframestyle.hxx
index 20ec941fa6de..0af5e546637d 100644
--- a/lotuswordpro/inc/xfilter/xfframestyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfframestyle.hxx
@@ -100,7 +100,7 @@ public:
/**
* @descr: set the border property of the frame.
*/
- void SetBorders(XFBorders *pBorders);
+ void SetBorders(std::unique_ptr<XFBorders> pBorders);
/**
* @descr: set the column property of the frame.
diff --git a/lotuswordpro/inc/xfilter/xfheaderstyle.hxx b/lotuswordpro/inc/xfilter/xfheaderstyle.hxx
index 6bc8dd6f1977..7e5a3bda9e92 100644
--- a/lotuswordpro/inc/xfilter/xfheaderstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfheaderstyle.hxx
@@ -105,7 +105,7 @@ public:
/**
* @descr Set header borders.
*/
- void SetBorders(XFBorders *pBorders);
+ void SetBorders(std::unique_ptr<XFBorders> pBorders);
void SetBackImage(std::unique_ptr<XFBGImage>& rImage);
diff --git a/lotuswordpro/inc/xfilter/xfpagemaster.hxx b/lotuswordpro/inc/xfilter/xfpagemaster.hxx
index ee326a88ab2c..40d19074af58 100644
--- a/lotuswordpro/inc/xfilter/xfpagemaster.hxx
+++ b/lotuswordpro/inc/xfilter/xfpagemaster.hxx
@@ -90,7 +90,7 @@ public:
void SetPageUsage(enumXFPageUsage usage);
- void SetBorders(XFBorders *pBorders);
+ void SetBorders(std::unique_ptr<XFBorders> pBorders);
void SetShadow(XFShadow *pShadow);