Remove unused code
This commit is contained in:
@@ -74,8 +74,6 @@ namespace writerfilter
|
||||
void unoPropertySet(uno::Reference<beans::XPropertySet> rPropSet);
|
||||
#endif
|
||||
void attribute(const std::string & name, const std::string & value);
|
||||
void attribute(const std::string & name, const ::rtl::OUString & value);
|
||||
void chars(const std::string & chars);
|
||||
|
||||
#ifdef DEBUG_CONTEXT_HANDLER
|
||||
void propertySet(writerfilter::Reference<Properties>::Pointer_t props,
|
||||
|
@@ -166,18 +166,6 @@ namespace writerfilter
|
||||
xmlFree( xmlName );
|
||||
}
|
||||
|
||||
void TagLogger::attribute(const string & name, const ::rtl::OUString & value)
|
||||
{
|
||||
attribute( name, OUStringToOString( value, RTL_TEXTENCODING_ASCII_US ).getStr() );
|
||||
}
|
||||
|
||||
void TagLogger::chars(const string & rChars)
|
||||
{
|
||||
xmlChar* xmlChars = xmlCharStrdup( rChars.c_str() );
|
||||
xmlTextWriterWriteString( pWriter, xmlChars );
|
||||
xmlFree( xmlChars );
|
||||
}
|
||||
|
||||
#ifdef DEBUG_CONTEXT_HANDLER
|
||||
class PropertySetDumpHandler : public Properties
|
||||
{
|
||||
|
Reference in New Issue
Block a user