summaryrefslogtreecommitdiffstats
path: root/include/svx/svdcrtv.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-30 15:34:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-31 12:42:50 +0200
commit714fe0fed88d01bac1a658fbb2de193a7704e24b (patch)
tree48d669b9555ff78dba0c87e9206db030e39cb499 /include/svx/svdcrtv.hxx
parentloplugin:useuniqueptr in sd::Test (diff)
downloadcore-714fe0fed88d01bac1a658fbb2de193a7704e24b.tar.gz
core-714fe0fed88d01bac1a658fbb2de193a7704e24b.zip
loplugin:returnconstant in svx
Change-Id: I0cc0c32afa0d735738c6744873f3518a2763821e Reviewed-on: https://gerrit.libreoffice.org/58334 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdcrtv.hxx')
-rw-r--r--include/svx/svdcrtv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index add5d962ed59..9b6a08e8f93b 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -152,11 +152,11 @@ public:
// Attributes of the object that is in the process of being created
/* new interface src537 */
- bool GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const;
+ void GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const;
bool SetAttributes(const SfxItemSet& rSet, bool bReplaceAll);
SfxStyleSheet* GetStyleSheet() const; // SfxStyleSheet* GetStyleSheet(bool& rOk) const;
- bool SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr);
+ void SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr);
};
#endif // INCLUDED_SVX_SVDCRTV_HXX