summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-28 15:28:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-28 17:45:05 +0200
commitb82489382e18494694530874480774e2bb29830e (patch)
treef5013bb451cf444d1e26f72f7fcf3a1fb17c9642 /include
parenta1a401acaafee0b1f154d368a247d74d61c62191 (diff)
INetURLObject::setFSysPath is unused now
...after 056e1fff2ed232f2a50db933fbade1c71c0c2a65 "Simplify code removing the last segment from a URL" Change-Id: I3abe84ada119356191d8df9c0a8ee62dcf18d108 Reviewed-on: https://gerrit.libreoffice.org/78228 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/urlobj.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 3187ea24cb92..522dcca35fcd 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -755,18 +755,6 @@ public:
// File URLs:
- /** Set this INetURLObject to a file URL constructed from a file system
- path.
-
- @param rFSysPath A file system path. A URL is not allowed here!
-
- @param eStyle The notation of rFSysPath.
-
- @return True if this INetURLObject has successfully been changed. If
- false is returned, this INetURLObject has not been modified.
- */
- bool setFSysPath(OUString const & rFSysPath, FSysStyle eStyle);
-
/** Return the file system path represented by a file URL (ignoring any
fragment part).