summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfgutil.hxx
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2022-11-13 00:53:04 +0200
committerRafael Lima <rafael.palma.lima@gmail.com>2022-11-22 15:16:22 +0100
commit792e41314f321f54b3b2fc4d01c8b62a3b704e9e (patch)
tree4d5a5a599b4adcdc9c3369ed21c82e9a3ec511e5 /cui/source/inc/cfgutil.hxx
parent5d07b7cdc9acca37d33f0f3a97cab3a9a2731812 (diff)
tdf#145978 Remember last run macro in Macro Selector dialog
This patch saves the last run macro using the Macro Selector dialog (via Tools - Macros - Run Macro). Change-Id: I9da9262daffec402fc5f76691473263f9319664e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142632 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'cui/source/inc/cfgutil.hxx')
-rw-r--r--cui/source/inc/cfgutil.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx
index ea55df5fa3cc..44f532baa6ba 100644
--- a/cui/source/inc/cfgutil.hxx
+++ b/cui/source/inc/cfgutil.hxx
@@ -263,6 +263,8 @@ public:
OUString GetScriptURL() const;
void SetRunLabel();
+ void SaveLastUsedMacro();
+ void LoadLastUsedMacro();
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */