Kaydet (Commit) c32045fc authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Make FormulaCompiler explicitly non-copyable.

Change-Id: Ie0618c7e6e3854d54f117c3fe957925f3f81ac46
üst b8d4d3a5
......@@ -27,6 +27,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include <boost/noncopyable.hpp>
#include <com/sun/star/uno/Sequence.hxx>
......@@ -62,7 +63,7 @@ struct FormulaArrayStack
typedef ::boost::unordered_map< OUString, OpCode, OUStringHash, ::std::equal_to< OUString > > OpCodeHashMap;
typedef ::boost::unordered_map< OUString, OUString, OUStringHash, ::std::equal_to< OUString > > ExternalHashMap;
class FORMULA_DLLPUBLIC FormulaCompiler
class FORMULA_DLLPUBLIC FormulaCompiler : boost::noncopyable
{
public:
FormulaCompiler();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment