summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/swcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/swcache.hxx')
-rw-r--r--sw/source/core/inc/swcache.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/inc/swcache.hxx b/sw/source/core/inc/swcache.hxx
index 0eee0c13f982..6657b1ca85f7 100644
--- a/sw/source/core/inc/swcache.hxx
+++ b/sw/source/core/inc/swcache.hxx
@@ -215,7 +215,8 @@ public:
virtual bool IsAvailable() const;
- /// Shorthand for those who know, that they did not overload isAvailable()
+ /// Shorthand for those who know that they did not override isAvailable()
+ /// FIXME: wtf?
bool IsAvail() const { return pObj != 0; }
};