diff options
-rw-r--r-- | sysui/desktop/apparmor/program.soffice.bin | 6 | ||||
-rw-r--r-- | wizards/source/access2base/Application.xba | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin index ebb012aa867f..dd71b94bff78 100644 --- a/sysui/desktop/apparmor/program.soffice.bin +++ b/sysui/desktop/apparmor/program.soffice.bin @@ -229,10 +229,10 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin { owner @{HOME}/.config/trashrc r, # user by KFileWidget /usr/share/knotifications5/*.notifyrc r, # KNotification::sendEvent - # TODO: remove when rules are available in abstactions/kde-write-icon-cache or similar + # TODO: remove when rules are available in abstractions/kde-write-icon-cache or similar owner @{HOME}/.cache/icon-cache.kcache rw, # for KIconLoader - # TODO: remove when rules are available in abstractions/kdeframeworks5 or simiar + # TODO: remove when rules are available in abstractions/kdeframeworks5 or similar /usr/share/kservices5/*.protocol r, # TODO: use qt5-settings-write abstraction when it is available @@ -244,7 +244,7 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin { # TODO: use qt5-compose-cache-write abstraction when it is available owner @{HOME}/.cache/qt_compose_cache_{little,big}_endian_* r, - # TODO: use recent-documents-write abstaction when it is available + # TODO: use recent-documents-write abstraction when it is available owner @{HOME}/.local/share/RecentDocuments/** r, owner @{HOME}/.local/share/RecentDocuments/*.desktop rwl -> @{HOME}/.local/share/RecentDocuments/#[0-9]*, owner @{HOME}/.local/share/RecentDocuments/#[0-9]* rw, diff --git a/wizards/source/access2base/Application.xba b/wizards/source/access2base/Application.xba index 970e7f6b1884..8483470a4529 100644 --- a/wizards/source/access2base/Application.xba +++ b/wizards/source/access2base/Application.xba @@ -1535,7 +1535,7 @@ REM ---------------------------------------------------------------------------- REM ----------------------------------------------------------------------------------------------------------------------- Private Function _CollectNames(ByRef poCollection As Object, ByVal psPrefix As String) As Variant -' Return a "\;" speparated list of hierarchical (prefixed with Prefix) and persistent names contained in Collection +' Return a "\;" separated list of hierarchical (prefixed with Prefix) and persistent names contained in Collection ' If one of those names refers to a folder, function is called recursively ' Result = 2 items array: (0) list of hierarchical names ' (1) list of persistent names @@ -1749,4 +1749,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean) End Sub ' _RootInit V1.1.0 -</script:module>
\ No newline at end of file +</script:module> |