]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / Trans.h
index ceb6536c0f260cdc21b031c040a97a1bab573956..a3eb93c2c1cfb4c135628f302cf42bb060816c13 100644 (file)
@@ -17,8 +17,6 @@
 #include "lfuns.h"
 #include "support/docstring.h"
 
-#include <boost/scoped_ptr.hpp>
-
 #include <list>
 #include <map>
 
@@ -149,7 +147,7 @@ private:
        docstring const & match(char_type c);
        ///
        void insertException(KmodException & exclist, char_type c,
-                            docstring const & data, bool = false,
+                            docstring const & data, bool = false,
                             tex_accent = TEX_NOACCENT);
        ///
        void freeException(KmodException & exclist);
@@ -305,9 +303,9 @@ private:
        ///
        Trans * active_;
        ///
-       boost::scoped_ptr<Trans> t1_;
+       Trans t1_;
        ///
-       boost::scoped_ptr<Trans> t2_;
+       Trans t2_;
        ///
        static Trans default_;
        ///
@@ -316,8 +314,6 @@ public:
        ///
        TransManager();
        ///
-       ~TransManager();
-       ///
        int setPrimary(std::string const &);
        ///
        int setSecondary(std::string const &);