]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcite.C
read the Changelog
[features.git] / src / insets / insetcite.C
index 9f31ae2186234769310c7ce4f2a0a838704f2989..3c31e29335087b4a528b174feea690231d07e7f5 100644 (file)
 #include "BufferView.h"
 #include "frontends/Dialogs.h"
 
+
 InsetCitation::InsetCitation(string const & key, string const & note)
                : InsetCommand("cite", key, note), dialogs_(0)
-{
-}
+{}
+
 
 InsetCitation::~InsetCitation()
 {
@@ -33,7 +34,6 @@ InsetCitation::~InsetCitation()
 string InsetCitation::getScreenLabel() const
 {
        string temp("[");
-
        temp += getContents();
 
        if( !getOptions().empty() ) {