summaryrefslogtreecommitdiff
path: root/doc/macro-selector.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/macro-selector.txt')
-rw-r--r--doc/macro-selector.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/macro-selector.txt b/doc/macro-selector.txt
deleted file mode 100644
index 0c5dfe13d..000000000
--- a/doc/macro-selector.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Broken macro selector bugs ...
-
-svx/source/dialog/selector.hxx etc.
-
-class SVX_DLLPUBLIC SvxScriptSelectorDialog :
- public ModelessDialog
-{
- SvxConfigGroupListBox_Impl aCategories;
- SvxConfigFunctionListBox_Impl aCommands;
-
- [ The 2 lists ]
-
-+ 2 bugs:
- + double click on 'Macro name' should activate 'Ok'
- + Is an SvTreeListBox ...
- + svtools/inc/svtreebx.hxx
- + svtools/source/contnr/svtreebx.cxx
-
- + Should really store expansion state on the XBrowseNode
- attribute[boolean] ExpandByDefault; (?)
-
- + Who implements XBrowseNode (?)
- +
-