summaryrefslogtreecommitdiff
path: root/include/tools/urlobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r--include/tools/urlobj.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 3cbbab49f5bf..f72f2521a2b2 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -930,16 +930,8 @@ public:
EncodeMechanism eMechanism = EncodeMechanism::WasEncoded,
rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
- OUString GetName(DecodeMechanism eMechanism = DecodeMechanism::ToIUri,
- rtl_TextEncoding eCharset
- = RTL_TEXTENCODING_UTF8) const
- { return GetLastName(eMechanism, eCharset); }
-
void SetExtension(OUString const & rTheExtension);
- OUString GetExtension() const
- { return GetFileExtension(); }
-
OUString CutExtension();
static bool IsCaseSensitive() { return true; }