summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/examples')
-rw-r--r--scripting/examples/javascript/Highlight/ButtonPressHandler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/examples/javascript/Highlight/ButtonPressHandler.js b/scripting/examples/javascript/Highlight/ButtonPressHandler.js
index ef8e1cd93e..306b999160 100644
--- a/scripting/examples/javascript/Highlight/ButtonPressHandler.js
+++ b/scripting/examples/javascript/Highlight/ButtonPressHandler.js
@@ -1,3 +1,4 @@
+//this script acts as a handler for the buttons in the Highlight dialog
importClass(Packages.com.sun.star.uno.UnoRuntime);
importClass(Packages.com.sun.star.uno.Type);
importClass(Packages.com.sun.star.uno.AnyConverter);