diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-23 16:43:51 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-04 12:30:37 -0500 |
commit | b5f6358c0bf3befd1a40ea993a246d50ee5304bf (patch) | |
tree | 7422663001abdabcca60bdaf8e94d4f4ef42ef5b /svx/inc/sdr/properties/attributeproperties.hxx | |
parent | d5be9c7c17fd839f051641ac947aca550d3638c4 (diff) |
CreateObjectSpecificItemSet to return a pointer, not a reference.
I hope the reason is obvious....
Change-Id: Ibe30038991b4916a6af230043176f09bd9952ff9
Diffstat (limited to 'svx/inc/sdr/properties/attributeproperties.hxx')
-rw-r--r-- | svx/inc/sdr/properties/attributeproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/properties/attributeproperties.hxx b/svx/inc/sdr/properties/attributeproperties.hxx index 4dbb8004a487..43073ff4d152 100644 --- a/svx/inc/sdr/properties/attributeproperties.hxx +++ b/svx/inc/sdr/properties/attributeproperties.hxx @@ -43,7 +43,7 @@ namespace sdr SfxStyleSheet* mpStyleSheet; // create a new itemset - virtual SfxItemSet& CreateObjectSpecificItemSet(SfxItemPool& pPool) SAL_OVERRIDE; + virtual SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& pPool) SAL_OVERRIDE; // Do the ItemChange, may do special handling virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0) SAL_OVERRIDE; |