]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetCitation.h
index 53f42da8cc6ec4e92c0b89fd1aba6e0a455838ab..8d7bb7940b1ce596cdca7ff078e09cca331cf71a 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetCommand.h"
 
-#include "Citation.h"
-
 namespace lyx {
 
 /////////////////////////////////////////////////////////////////////////
@@ -61,7 +59,7 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        void validate(LaTeXFeatures &) const {}
        ///
@@ -108,7 +106,7 @@ private:
 
        ///
        struct Cache {
-               Cache() : recalculate(true) {};
+               Cache() : recalculate(true) {}
                ///
                bool recalculate;
                ///