]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.C
fix typo that put too many include paths for most people
[lyx.git] / src / Floating.C
index f908f83fd8e3746c5ad6416cf9bfe61acd3ff2a7..e4e528014ef5a8112e0747262788578bcd36cc5d 100644 (file)
@@ -1,9 +1,9 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
- *           Copyright 1998-2000 The LyX Team.
+ *           Copyright 1998-2001 The LyX Team.
  *
  * ======================================================
  */
@@ -17,7 +17,7 @@
 #include "Floating.h"
 
 
-Floating::Floating() 
+Floating::Floating()
 {}
 
 
@@ -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_;