summaryrefslogtreecommitdiff
path: root/include/svl/inettype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/inettype.hxx')
-rw-r--r--include/svl/inettype.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/inettype.hxx b/include/svl/inettype.hxx
index 1fbb036b4878..41b7b9aae5e7 100644
--- a/include/svl/inettype.hxx
+++ b/include/svl/inettype.hxx
@@ -217,16 +217,10 @@ enum INetContentType
class SVL_DLLPUBLIC INetContentTypes
{
public:
- static INetContentType RegisterContentType(OUString const & rTypeName,
- OUString const & rPresentation,
- OUString const * pExtension = nullptr);
-
static INetContentType GetContentType(OUString const & rTypeName);
static OUString GetContentType(INetContentType eTypeID);
- static OUString GetPresentation(INetContentType eTypeID);
-
static INetContentType GetContentType4Extension(OUString const & rExtension);
static INetContentType GetContentTypeFromURL(OUString const & rURL);