aboutsummaryrefslogtreecommitdiff
path: root/src/AddIn/EventsUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/AddIn/EventsUtil.cs')
-rw-r--r--src/AddIn/EventsUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AddIn/EventsUtil.cs b/src/AddIn/EventsUtil.cs
index 102e12e..bc8d1d3 100644
--- a/src/AddIn/EventsUtil.cs
+++ b/src/AddIn/EventsUtil.cs
@@ -4,7 +4,7 @@ namespace RehauSku
{
internal static class EventsUtil
{
- private static Application Excel = AddIn.Excel;
+ private static readonly Application Excel = AddIn.Excel;
public static void Initialize()
{