]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Fix bug #10646.
[lyx.git] / src / insets / InsetCitation.h
index f41ef5475dabc1533c9f13d6fd6557cf25b54c15..0adf0d4c3a24589f858946c1f9f2edec4a25dd11 100644 (file)
@@ -111,6 +111,8 @@ private:
        docstring complexLabel(bool for_xhtml = false) const;
        /// makes a very basic label, in case we can't make a pretty one
        docstring basicLabel(bool for_xhtml = false) const;
+       /// trims the keys
+       void cleanKeys();
 
        /// \name Private functions inherited from Inset class
        //@{