]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Add a document-wide default bibliography style \biblio_style.
[lyx.git] / src / insets / InsetSpace.h
index 5496e3c8489b30a2e269c00ecff84b513a7877fa..dc74faadcac26832922415216631d38e988e4dba 100644 (file)
@@ -30,6 +30,8 @@ struct InsetSpaceParams {
                NORMAL,
                /// Protected (no break) space ('~')
                PROTECTED,
+               /// Visible ("open box") space ('\textvisiblespace')
+               VISIBLE,
                /// Thin space ('\,')
                THIN,
                /// Medium space ('\:')
@@ -148,7 +150,7 @@ public:
        // a line separator)?
        bool isSpace() const { return true; }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        bool clickable(int /* x */, int /* y */) const { return true; }
 protected: