summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-27 08:58:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-28 15:26:26 +0200
commiteddc29b82ce13f406ee310f8ecf98c189d3362a0 (patch)
treef20b9d9982674c290ad05e092e8eba5fe4eb5de6 /include
parentefb5973ad31735212a165f6ec72467ae6b6ebd43 (diff)
INetURLObject FSysStyle ctor is unused now
...after 90e33df14a1bdff55c4759102658dba7510a733a "Always using translateToInternal should be fine in SalGtkPicker::uritounicode" Change-Id: I3712109ef875ce8961d2da904a38400e0cf97496 Reviewed-on: https://gerrit.libreoffice.org/78166 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/urlobj.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 869b79e94cc4..3187ea24cb92 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -755,14 +755,6 @@ public:
// File URLs:
- /** Create an INetURLObject from a file system path.
-
- @param rFSysPath A file system path. A URL is not allowed here!
-
- @param eStyle The notation of rFSysPath.
- */
- inline INetURLObject(OUString const & rFSysPath, FSysStyle eStyle);
-
/** Set this INetURLObject to a file URL constructed from a file system
path.
@@ -1309,13 +1301,6 @@ inline bool INetURLObject::SetMark(OUString const & rTheFragment,
setFragment(rTheFragment, eMechanism, eCharset);
}
-inline INetURLObject::INetURLObject(OUString const & rFSysPath,
- FSysStyle eStyle):
- m_eScheme(INetProtocol::NotValid), m_eSmartScheme(INetProtocol::Http)
-{
- setFSysPath(rFSysPath, eStyle);
-}
-
// static
inline OUString INetURLObject::encode(OUString const & rText, Part ePart,
EncodeMechanism eMechanism,