Kaydet (Commit) 17409437 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: unused SprmIdToString

Change-Id: I3aaa9ead56b98035de5d0e6c7c6cc01b8b95d9ab
üst 67c20d42
......@@ -52,29 +52,6 @@ public:
std::string operator()(Id qName);
};
class SprmIdToString
{
typedef boost::shared_ptr<SprmIdToString> Pointer_t;
static Pointer_t pInstance;
std::map<sal_uInt32, std::string> mMap;
protected:
/**
Generated automatically.
*/
SprmIdToString();
public:
static Pointer_t Instance();
#ifdef DEBUG_DOMAINMAPPER
std::string operator()(sal_uInt32 nId);
#endif
};
}
#endif // INCLUDED_WRITERFILTER_INC_RESOURCEMODEL_QNAMETOSTRING_HXX
......
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