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

unused parameter

Change-Id: I788999f29b32de4232efc9e8c4dc75238224f5a8
üst 195b8491
......@@ -93,7 +93,7 @@ public:
virtual void data(const sal_uInt8* buf, size_t len,
writerfilter::Reference<Properties>::Pointer_t ref);
void sprmWithProps( Sprm& sprm, ::boost::shared_ptr<PropertyMap> pContext, SprmType = SPRM_DEFAULT );
void sprmWithProps( Sprm& sprm, ::boost::shared_ptr<PropertyMap> pContext );
void PushStyleSheetProperties( ::boost::shared_ptr<PropertyMap> pStyleProperties, bool bAffectTableMngr = false );
void PopStyleSheetProperties( bool bAffectTableMngr = false );
......
......@@ -974,7 +974,7 @@ static bool ExchangeLeftRight( const PropertyMapPtr rContext, DomainMapper_Impl*
return bExchangeLeftRight;
}
void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType /*eSprmType*/ )
void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext )
{
OSL_ENSURE(rContext.get(), "PropertyMap has to be valid!");
if(!rContext.get())
......
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