summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-13 16:42:52 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-13 16:43:39 +0900
commit6c7da3e22a889e559e31f62afb33f9736181a171 (patch)
tree34f6380fcced86a8a5fed3c4f98f644a48ed9003 /writerfilter
parent4965c3cc4b48170ce1c3bc27d033ae9132ae1e4a (diff)
removed code commented-out in the first place
Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 546613a97034..bda064d6ae06 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -1887,17 +1887,9 @@ uno::Reference< beans::XPropertySet > DomainMapper_Impl::FindOrCreateFieldMaster
xMaster = uno::Reference< beans::XPropertySet >(
m_xTextFactory->createInstance(sFieldMasterService), uno::UNO_QUERY_THROW);
//set the master's name
-// sal_Int32 nIndex = rtl_str_indexOfStr( pFieldMasterService, "Database" );
-// if( nIndex < 0 )
xMaster->setPropertyValue(
PropertyNameSupplier::GetPropertyNameSupplier().GetName(PROP_NAME),
uno::makeAny(rFieldMasterName));
-// else
-// {
-// xMaster->setPropertyValue(
-// PropertyNameSupplier::GetPropertyNameSupplier().GetName(PROP_DATA_COLUMN_NAME),
-// uno::makeAny(rFieldMasterName));
-// }
}
return xMaster;
}
@@ -3354,22 +3346,6 @@ void DomainMapper_Impl::SetLineNumbering( sal_Int32 nLnnMod, sal_Int32 nLnc, sal
}
catch( const uno::Exception& )
{}
-
-
-
-/*
- { SW_PROP_NAME(UNO_NAME_CHAR_STYLE_NAME
- { SW_PROP_NAME(UNO_NAME_COUNT_EMPTY_LINES
- { SW_PROP_NAME(UNO_NAME_COUNT_LINES_IN_FRAMES
- { SW_PROP_NAME(UNO_NAME_DISTANCE
- { SW_PROP_NAME(UNO_NAME_IS_ON
- { SW_PROP_NAME(UNO_NAME_INTERVAL
- { SW_PROP_NAME(UNO_NAME_SEPARATOR_TEXT
- { SW_PROP_NAME(UNO_NAME_NUMBER_POSITION
- { SW_PROP_NAME(UNO_NAME_NUMBERING_TYPE
- { SW_PROP_NAME(UNO_NAME_RESTART_AT_EACH_PAGE
- { SW_PROP_NAME(UNO_NAME_SEPARATOR_INTERVAL
-*/
}
m_bLineNumberingSet = true;
}