summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/statcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/statcach.hxx')
-rw-r--r--sfx2/source/inc/statcach.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx
index 60479bad1ba3..6387d83b2b6b 100644
--- a/sfx2/source/inc/statcach.hxx
+++ b/sfx2/source/inc/statcach.hxx
@@ -114,7 +114,7 @@ public:
{ xMyDispatch = rDisp; }
};
-//--------------------------------------------------------------------
+
// clears Cached-Item
@@ -123,7 +123,7 @@ inline void SfxStateCache::ClearCache()
bItemDirty = sal_True;
}
-//--------------------------------------------------------------------
+
// registeres a item representing this function
@@ -138,7 +138,7 @@ inline SfxControllerItem* SfxStateCache::ChangeItemLink( SfxControllerItem* pNew
}
return pOldBinding;
}
-//--------------------------------------------------------------------
+
// returns the func binding which becomes called on spreading states
@@ -146,7 +146,7 @@ inline SfxControllerItem* SfxStateCache::GetItemLink() const
{
return pController;
}
-//--------------------------------------------------------------------
+
inline sal_uInt16 SfxStateCache::GetId() const
{