summaryrefslogtreecommitdiff
path: root/framework/inc/classes/filtercachedata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/filtercachedata.hxx')
-rw-r--r--framework/inc/classes/filtercachedata.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 813940752247..e20b1a313deb 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -315,27 +315,6 @@ class SetNodeHash : public std::unordered_map< OUString ,
OUStringHash ,
std::equal_to< OUString > >
{
-
- // interface
-
- public:
-
- // The only way to free ALL memory really!
-
- inline void free()
- {
- SetNodeHash().swap( *this ); // get rid of reserved capacity
- framework::free(lAddedItems);
- framework::free(lChangedItems);
- framework::free(lRemovedItems);
- }
-
- // Append changed, added or removed items to special lists
- // Necessary for saving changes
-
- void appendChange( const OUString& sName ,
- EModifyState eState );
-
// member
public: