summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/StyleSheetTable.cxx')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index 146c8b618253..85b5d3f108df 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -459,7 +459,7 @@ void StyleSheetTable::lcl_attribute(Id Name, Value & val)
default:
{
#ifdef DEBUG_DOMAINMAPPER
- dmapper_logger->element("StyleSheetTable.unhandled");
+ dmapper_logger->element("unhandled");
#endif
}
break;
@@ -1222,9 +1222,8 @@ void StyleSheetTable::applyDefaults(bool bParaProperties)
}
}
}
- catch( const uno::Exception& e)
+ catch( const uno::Exception& )
{
- (void) e;
}
}