diff options
author | Justin Luth <justin.luth@collabora.com> | 2024-05-03 09:01:42 -0400 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2024-05-08 09:38:54 +0200 |
commit | ddc4cd3d0cf9e8bde440df3e92e98a2a2017c797 (patch) | |
tree | fce73b5ce74b7fefb64efb95ce25e3e93e660926 /desktop/source/app/dispatchwatcher.hxx | |
parent | af3d52e444595a4a3b50528c0f02fa798e7a2b08 (diff) |
NFC dispatchwatcher.hxx: rename aPrinterName to aParam
It is rather confusing to have a generic parameter variable
named aPrinterName.
I'm going to use that in my patch, so first clean it up separately.
Change-Id: I3e73eeddbc506d369ba5d6e2b569d30eef78bfb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167059
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop/source/app/dispatchwatcher.hxx')
-rw-r--r-- | desktop/source/app/dispatchwatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx index 70a7fd42e679..9a970cf82dce 100644 --- a/desktop/source/app/dispatchwatcher.hxx +++ b/desktop/source/app/dispatchwatcher.hxx @@ -59,7 +59,7 @@ class DispatchWatcher : public ::cppu::WeakImplHelper< css::frame::XDispatchResu RequestType aRequestType; OUString aURL; std::optional< OUString > aCwdUrl; - OUString aPrinterName; // also conversion params + OUString aParam; OUString aPreselectedFactory; }; |