diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-03-24 10:49:31 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-03-24 12:02:37 +0100 |
commit | 1e2483a3ab9d32266cba73db250ff4c517bbe4f8 (patch) | |
tree | de18d942f173f9a7d60910ae8168da6957dd399b /include | |
parent | 6e3ed5559ad2c7e037d04b644801d7a4f48754a0 (diff) |
Create OUString from ASCII literal instead of createFromAscii
Change-Id: I58d0b49a32edf4d67807c0d67e08a28705d7334e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132026
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dbaccess/genericcontroller.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx index 7ce10174e3d1..50b939791654 100644 --- a/include/dbaccess/genericcontroller.hxx +++ b/include/dbaccess/genericcontroller.hxx @@ -289,7 +289,7 @@ namespace dbaui Must not be called outside <member>describeSupportedFeatures</member>. - @param _pAsciiCommandURL + @param _rCommandURL the URL of the feature command @param _nFeatureId the id of the feature. Later references to this feature usually happen by id, not by @@ -299,7 +299,7 @@ namespace dbaui by the user, see also <type scope="css::frame">CommandGroup</type>. */ void implDescribeSupportedFeature( - const char* _pAsciiCommandURL, + const OUString& _rCommandURL, sal_uInt16 _nFeatureId, sal_Int16 _nCommandGroup = css::frame::CommandGroup::INTERNAL ); |