summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2021-10-12 10:34:46 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-10-25 11:22:47 +0200
commit68f3bf394617a7d00d920694642f5a3e37fee629 (patch)
tree2bbc5f5b7aecf218c72690a9b643f4b8d25c2e53 /cui
parentbba6a4ed92a0feb288a9dedd648d623bee02a3ce (diff)
Converting pointer to reference in svgwriter
Previously, pElementId (old name) was either nullptr or a pointer to OUString created from sPlaceholderTag literal. In the methods that consumed it, it was checked for being nullptr. Now, this is checked with if the aElementId (new name) is empty or not. If the variable is an empty string, it implies that it should not be used. Change-Id: I560fd479f428341c834ee99b0f8a34e95862e3e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123439 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cui')
0 files changed, 0 insertions, 0 deletions