summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpsmartcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpsmartcontent.hxx')
-rw-r--r--fpicker/source/office/fpsmartcontent.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx
index b6ffd7281848..0e6f0b5fc1d6 100644
--- a/fpicker/source/office/fpsmartcontent.hxx
+++ b/fpicker/source/office/fpsmartcontent.hxx
@@ -180,16 +180,6 @@ namespace svt
return implIs( _rURL, Folder );
}
- /** binds to the given URL, checks whether or not it refers to a document
-
- @postcond
- the content is not in the state UNKNOWN
- */
- inline bool isDocument( const OUString& _rURL )
- {
- return implIs( _rURL, Document );
- }
-
/** checks if the content is existent (it is if and only if it is a document or a folder)
*/
inline bool is( const OUString& _rURL )