]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
InsetLine.cpp: remove unused include
[lyx.git] / src / OutputParams.h
index 6f9d306ac91e725b23c57402dda5cbe5cfd16fc5..9ae7c3721cdbee92ecb846eefc189a91a34f9be1 100644 (file)
@@ -13,7 +13,7 @@
 #define OUTPUTPARAMS_H
 
 
-#include <boost/shared_ptr.hpp>
+#include "support/shared_ptr.h"
 #include "Changes.h"
 
 
@@ -165,7 +165,7 @@ public:
            This is a hack: Make it possible to add stuff to constant
            OutputParams instances.
        */
-       boost::shared_ptr<ExportData> exportdata;
+       shared_ptr<ExportData> exportdata;
 
        /** Whether we are inside a comment inset. Insets that are including
         *  external files like InsetGraphics, InsetInclude and InsetExternal
@@ -221,7 +221,7 @@ public:
        bool dryrun;
        
        /// Should we output verbatim or escape LaTeX's special chars?
-       bool verbatim;
+       bool pass_thru;
        
        /// Should we output captions?
        bool html_disable_captions;