Kaydet (Commit) b94eaae7 authored tarafından himajin100000's avatar himajin100000 Kaydeden (comit) Noel Grandin

remove redundant typedef

Change-Id: I00cb289de0e75cb663f0a4fba0a9a5dc820e368b
Reviewed-on: https://gerrit.libreoffice.org/67246
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 6a736800
...@@ -97,12 +97,6 @@ namespace o3tl ...@@ -97,12 +97,6 @@ namespace o3tl
template<> struct typed_flags<DialogMask> : is_typed_flags<DialogMask, 0xffff> {}; template<> struct typed_flags<DialogMask> : is_typed_flags<DialogMask, 0xffff> {};
} }
typedef DialogMask WindowDisplayErrorFunc(
weld::Window*, DialogMask nMask, const OUString &rErr, const OUString &rAction);
typedef void BasicDisplayErrorFunc(
const OUString &rErr, const OUString &rAction);
class SAL_WARN_UNUSED VCL_DLLPUBLIC ErrorHandler class SAL_WARN_UNUSED VCL_DLLPUBLIC ErrorHandler
{ {
friend class ErrorStringFactory; friend class ErrorStringFactory;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment