diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/QrCodeGenDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/QrCodeGenDialog.cxx b/cui/source/dialogs/QrCodeGenDialog.cxx index 0e24ded70cd1..3e7b48e7af86 100644 --- a/cui/source/dialogs/QrCodeGenDialog.cxx +++ b/cui/source/dialogs/QrCodeGenDialog.cxx @@ -100,7 +100,7 @@ OString ConvertToSVGFormat(const ZXing::BitMatrix& bitmatrix) return sb.toString(); } -std::string GetBarCodeType(const int& type) +std::string GetBarCodeType(int type) { switch (type) { |