]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
ws changes only
[lyx.git] / src / insets / insetcite.h
index a38e133f62677d576394d4e759041a7f4cb55732..8547521d35ca920f2b5a61768eabb362c2f6f818 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -29,7 +29,7 @@ public:
                return std::auto_ptr<InsetBase>(new InsetCitation(params()));
        }
        ///
-       string const getScreenLabel(Buffer const &) const;
+       std::string const getScreenLabel(Buffer const &) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -66,13 +66,13 @@ private:
                ///
                InsetCommandParams params;
                ///
-               string generated_label;
+               std::string generated_label;
                ///
-               string screen_label;
+               std::string screen_label;
        };
 
        /// This function does the donkey work of creating the pretty label
-       string const generateLabel(Buffer const &) const;
+       std::string const generateLabel(Buffer const &) const;
        ///
        Cache::Style getStyle(Buffer const & buffer) const;