Replace macro with constexpr variable
Change-Id: I1999113b5c5ad533dc37ffd9adb9dfe346d5d749 Reviewed-on: https://gerrit.libreoffice.org/67493 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
6a58859bf2
commit
5acca93ca0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace o3tl
|
|||
template<> struct typed_flags<PrintQueueFlags> : is_typed_flags<PrintQueueFlags, 0x01ffffff> {};
|
||||
}
|
||||
|
||||
#define QUEUE_JOBS_DONTKNOW (sal_uInt32(0xFFFFFFFF))
|
||||
constexpr inline sal_uInt32 QUEUE_JOBS_DONTKNOW = 0xFFFFFFFF;
|
||||
|
||||
|
||||
enum class PrinterCapType
|
||||
|
|
Loading…
Reference in a new issue