summaryrefslogtreecommitdiffstats
path: root/include/store
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-29 12:40:47 +0200
committerNoel Grandin <noel@peralex.com>2015-09-29 15:08:43 +0200
commit34180700b2686c97cdce0b52ca9578a41a153035 (patch)
tree073f3753e4483f30efa3c7c769f23971e6a046d5 /include/store
parentAvoid ambiguity with C++14 std::make_unique (diff)
downloadcore-34180700b2686c97cdce0b52ca9578a41a153035.tar.gz
core-34180700b2686c97cdce0b52ca9578a41a153035.zip
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'include/store')
-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()
*/