]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.C
J�rgen Spitzm�ller's tweak of the Paragraph dialog.
[lyx.git] / src / Floating.C
index f908f83fd8e3746c5ad6416cf9bfe61acd3ff2a7..e06c0aa3e305981a037308d5c0cd145991d7f374 100644 (file)
@@ -3,7 +3,7 @@
  * 
  *           LyX, The Document Processor
  *
- *           Copyright 1998-2000 The LyX Team.
+ *           Copyright 1998-2001 The LyX Team.
  *
  * ======================================================
  */
@@ -42,6 +42,24 @@ string const & Floating::placement() const
 }
 
 
+string const & Floating::ext() const
+{
+       return ext_;
+}
+
+
+string const & Floating::within() const
+{
+       return within_;
+}
+
+
+string const & Floating::style() const
+{
+       return style_;
+}
+
+
 string const & Floating::name() const
 {
        return name_;