diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-12-23 23:21:59 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-12-25 13:15:34 +0100 |
commit | e6c14e281e2f4e9c5d7cbc3d69da11cd86770adf (patch) | |
tree | 893e5109496541ac9849077c0f8934177f69b09f | |
parent | ae83b3e95748e9b9c05d57127b0ee4fa4e8e5749 (diff) |
remove (now) unused function
Change-Id: Iddf0fce5343abeb199cb5d0c37d933d68c0e4c6a
-rw-r--r-- | sw/source/core/unocore/unostyle.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index d6d601843a26..9a55deedc41b 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -1001,8 +1001,6 @@ public: { rAny = rxPropertySet->getPropertyValue( rPropertyName ); } - const PropertyEntryVector_t& GetPropertyVector() const - { return aPropertyEntries; } }; static SwGetPoolIdFromName lcl_GetSwEnumFromSfxEnum(SfxStyleFamily eFamily) |