summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/SectionColumnHandler.cxx
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2010-08-11 15:52:20 +0200
committerHenning Brinkmann <hbrinkm@openoffice.org>2010-08-11 15:52:20 +0200
commit4e23431df0680edbc971ef4a8973a764ed137cd5 (patch)
treee3d48808b9061b2d44fb145d0a4e3513aea4645b /writerfilter/source/dmapper/SectionColumnHandler.cxx
parentbc590a010e3530a9835a8f1af842292a0c1e5fd0 (diff)
writerfilter09: SectionColumnHandler: use logged resources
Diffstat (limited to 'writerfilter/source/dmapper/SectionColumnHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/SectionColumnHandler.cxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/writerfilter/source/dmapper/SectionColumnHandler.cxx b/writerfilter/source/dmapper/SectionColumnHandler.cxx
index 5ad3e51fb8b7..e00b0c7558fa 100644
--- a/writerfilter/source/dmapper/SectionColumnHandler.cxx
+++ b/writerfilter/source/dmapper/SectionColumnHandler.cxx
@@ -30,6 +30,8 @@
#include <ConversionHelper.hxx>
#include <ooxml/resourceids.hxx>
+#include "dmapperLoggers.hxx"
+
namespace writerfilter {
namespace dmapper {
@@ -40,10 +42,11 @@ using namespace ::com::sun::star;
-----------------------------------------------------------------------*/
SectionColumnHandler::SectionColumnHandler() :
- bEqualWidth( false ),
- nSpace( 0 ),
- nNum( 0 ),
- bSep( false )
+LoggedProperties(dmapper_logger, "SectionColumnHandler"),
+bEqualWidth( false ),
+nSpace( 0 ),
+nNum( 0 ),
+bSep( false )
{
}
/*-- 02.06.2008 13:36:24---------------------------------------------------
@@ -55,7 +58,7 @@ SectionColumnHandler::~SectionColumnHandler()
/*-- 02.06.2008 13:36:24---------------------------------------------------
-----------------------------------------------------------------------*/
-void SectionColumnHandler::attribute(Id rName, Value & rVal)
+void SectionColumnHandler::lcl_attribute(Id rName, Value & rVal)
{
sal_Int32 nIntValue = rVal.getInt();
/* WRITERFILTERSTATUS: table: SectionColumnHandler_attributedata */
@@ -93,7 +96,7 @@ void SectionColumnHandler::attribute(Id rName, Value & rVal)
/*-- 02.06.2008 13:36:24---------------------------------------------------
-----------------------------------------------------------------------*/
-void SectionColumnHandler::sprm(Sprm & rSprm)
+void SectionColumnHandler::lcl_sprm(Sprm & rSprm)
{
/* WRITERFILTERSTATUS: table: SectionColumnHandler_sprm */
switch( rSprm.getId())