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

Unused writerfilter::ooxml::OOXMLBooleanValue ctor

Change-Id: I8cf92c38a41423e5bae2852b8affeea2164646f0
üst 050c4a13
...@@ -218,4 +218,3 @@ svt::CheckInvariants(void const*) ...@@ -218,4 +218,3 @@ svt::CheckInvariants(void const*)
svt::table::UnoControlTableModel::checkInvariants() const svt::table::UnoControlTableModel::checkInvariants() const
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
writerfilter::dmapper::StyleSheetTable::GetStyleIdFromIndex(unsigned int) writerfilter::dmapper::StyleSheetTable::GetStyleIdFromIndex(unsigned int)
writerfilter::ooxml::OOXMLBooleanValue::OOXMLBooleanValue(char const*)
...@@ -286,12 +286,6 @@ OOXMLBooleanValue::OOXMLBooleanValue(bool bValue) ...@@ -286,12 +286,6 @@ OOXMLBooleanValue::OOXMLBooleanValue(bool bValue)
{ {
} }
OOXMLBooleanValue::OOXMLBooleanValue(const char *pValue)
: mbValue(false)
{
mbValue = GetBooleanValue(pValue);
}
OOXMLBooleanValue::~OOXMLBooleanValue() OOXMLBooleanValue::~OOXMLBooleanValue()
{ {
} }
......
...@@ -104,7 +104,6 @@ class OOXMLBooleanValue : public OOXMLValue ...@@ -104,7 +104,6 @@ class OOXMLBooleanValue : public OOXMLValue
protected: protected:
bool mbValue; bool mbValue;
explicit OOXMLBooleanValue(bool bValue); explicit OOXMLBooleanValue(bool bValue);
explicit OOXMLBooleanValue(const char *pValue);
public: public:
static OOXMLValue::Pointer_t Create (bool bValue); static OOXMLValue::Pointer_t Create (bool bValue);
static OOXMLValue::Pointer_t Create (const char *pValue); static OOXMLValue::Pointer_t Create (const char *pValue);
......
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