diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-12-22 12:53:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-12-22 15:38:21 +0100 |
commit | 119aa2a770e54fa28f41dae3ca55f883393266ce (patch) | |
tree | b897d1d39cc52d9ca7459d3cecb0737615533a85 /cui/source/options/appearance.hxx | |
parent | 3efd05df94e417d4534ef5446c947f83b2c71072 (diff) |
reduce the amount of casting
Change-Id: I70f5607d8d5ccdadf1f5c69c846c93821f7681df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179141
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'cui/source/options/appearance.hxx')
-rw-r--r-- | cui/source/options/appearance.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/appearance.hxx b/cui/source/options/appearance.hxx index 7675d54e3bc4..b6c78c69cf0b 100644 --- a/cui/source/options/appearance.hxx +++ b/cui/source/options/appearance.hxx @@ -88,7 +88,7 @@ private: void UpdateOldAppearance(); bool IsDarkModeEnabled(); void FillItemsList(); - size_t GetActiveEntry(); + ColorConfigEntry GetActiveEntry(); public: SvxAppearanceTabPage(weld::Container* pPage, weld::DialogController* pController, |