summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-07 15:44:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 18:08:29 +0200
commit87f242e036082c1b659536dec2bf779d88910249 (patch)
tree3df8d39b1d86c95c9150bbab8d165f52968ccdea /unotools
parent85e94e11bc24c7bf6f4221f488f7529dcb8d8b00 (diff)
remove empty ascii boxes and stuff III
Change-Id: I8b54e8518c219a7edd7e29173a1099611a7e0dbb
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/moduleoptions.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 41c0c1bd2625..6d7a86917958 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -1237,9 +1237,6 @@ namespace
return ::rtl::OUString();
}
-/*-----------------------------------------------
- 07.03.2004 15:03
------------------------------------------------*/
SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByShortName(const ::rtl::OUString& sName)
{
if ( sName == "swriter" )
@@ -1266,9 +1263,6 @@ SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByShortName(const ::
return E_UNKNOWN_FACTORY;
}
-/*-----------------------------------------------
- 31.07.2003 10:41
------------------------------------------------*/
SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByServiceName(const ::rtl::OUString& sName)
{
if (sName.equals(FACTORYNAME_WRITERGLOBAL))
@@ -1293,9 +1287,6 @@ SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByServiceName(const
return E_UNKNOWN_FACTORY;
}
-/*-----------------------------------------------
- 31.07.2003 14:39
------------------------------------------------*/
SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByURL(const ::rtl::OUString& sURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lMediaDescriptor)
{
@@ -1373,9 +1364,6 @@ SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByURL(const ::rtl::O
return E_UNKNOWN_FACTORY;
}
-/*-----------------------------------------------
- 31.07.2003 10:41
------------------------------------------------*/
SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByModel(const css::uno::Reference< css::frame::XModel >& xModel)
{
css::uno::Reference< css::lang::XServiceInfo > xInfo(xModel, css::uno::UNO_QUERY);