summaryrefslogtreecommitdiffstats
path: root/include/store/store.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/store/store.hxx')
-rw-r--r--include/store/store.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 943b73ccd570..d9edcf371a6a 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -86,14 +86,6 @@ public:
return m_hImpl;
}
- /** Check for a valid Stream Handle.
- @return sal_True if valid, sal_False otherwise.
- */
- inline bool isValid() const
- {
- return (m_hImpl != 0);
- }
-
/** Open the stream.
@see store_openStream()
*/
@@ -251,14 +243,6 @@ public:
return m_hImpl;
}
- /** Check for a valid Directory Handle.
- @return sal_True if valid, sal_False otherwise.
- */
- inline bool isValid() const
- {
- return (m_hImpl != 0);
- }
-
/** Open the directory.
@see store_openDirectory()
*/