diff options
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 2d2c356e35e4..cd5bf231d134 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -191,9 +191,6 @@ public: bool operator <(INetURLObject const & rObject) const; - inline bool operator >(INetURLObject const & rObject) const - { return rObject < *this; } - // Strict Parsing: inline explicit INetURLObject( @@ -976,7 +973,7 @@ public: rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8) { return appendSegment(rTheSegment, false, eMechanism, eCharset); } - bool CutLastName(); + void CutLastName(); // OBSOLETE File URLs: |