summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-12-25 22:28:44 +0600
committerMike Kaganski <mike.kaganski@collabora.com>2024-01-18 10:12:48 +0100
commit45b7500d951842f851f24f3b5896f87219c47732 (patch)
treeb2d98cc23c64b3feb3bba8f6a0a97c55c3425dc9 /include
parent9b1dabdafa141eb9741cf5225566a9009ae239ca (diff)
Fix SDK build
Change-Id: Id94856661d62e718f8368477f6464152f75fde27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161282 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162238 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/osl/file.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 6330247ba818..9424e75a97ed 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -337,7 +337,7 @@ public:
@since LibreOffice 7.7
*/
- static void setAllowedPaths(const OUString &rPaths)
+ static void setAllowedPaths(const ::rtl::OUString& rPaths)
{
osl_setAllowedPaths(rPaths.pData);
}
@@ -361,7 +361,7 @@ public:
@since LibreOffice 7.7
*/
- static bool isForbidden(const OUString &rPath, int nFlags)
+ static bool isForbidden(const ::rtl::OUString& rPath, int nFlags)
{
return osl_isForbiddenPath(rPath.pData, nFlags);
}