]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.C
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetcaption.C
index 336142cb2c4de54f584066448d90137c2a40c9cc..bc8ee48a57055895e405b61aff70b6e346a64e86 100644 (file)
@@ -21,6 +21,7 @@
 #include "FloatList.h"
 #include "insets/insetfloat.h"
 #include "debug.h"
+#include "gettext.h"
 
 using std::ostream;
 using std::endl;
@@ -113,13 +114,17 @@ int InsetCaption::Latex(Buffer const * buf, ostream & os,
 int InsetCaption::Ascii(Buffer const * /*buf*/,
                        ostream & /*os*/, int /*linelen*/) const
 {
+#ifdef WITH_WARNINGS
 #warning Implement me!
+#endif
        return 0;
 }
 
 
 int InsetCaption::DocBook(Buffer const * /*buf*/, ostream & /*os*/) const
 {
+#ifdef WITH_WARNINGS
 #warning Implement me!
+#endif
        return 0;
 }