summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/idl/i2s_calculator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/idl/i2s_calculator.cxx')
-rw-r--r--autodoc/source/ary/idl/i2s_calculator.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/autodoc/source/ary/idl/i2s_calculator.cxx b/autodoc/source/ary/idl/i2s_calculator.cxx
index e469ec14fd90..5c3254755841 100644
--- a/autodoc/source/ary/idl/i2s_calculator.cxx
+++ b/autodoc/source/ary/idl/i2s_calculator.cxx
@@ -29,13 +29,10 @@
#include <precomp.h>
#include "i2s_calculator.hxx"
-
// NOT FULLY DEFINED SERVICES
#include <algorithm>
#include <string.h>
#include <cosv/file.hxx>
-//#include <adc_manager.hxx>
-//#include <adc_options.hxx>
#include <ary/qualiname.hxx>
#include <ary/idl/i_enum.hxx>
#include <ary/idl/i_exception.hxx>
@@ -67,7 +64,6 @@
#include "it_xnameroom.hxx"
-
namespace ary
{
namespace idl
@@ -252,23 +248,6 @@ void
SecondariesCalculator::Make_Links2DeveloperManual(
const String & i_devman_reffilepath )
{
-// const autodoc::Options &
-// rOptions = TheAutodocManager().TheOptions();
-//
-// const String &
-// rDeveloperManual_URL
-// = rOptions.Get_Extra(autodoc::OPT_developer_guide);
-// const String
-// rDeveloperManual_ReferenceFile
-// = rOptions.Get_Extra(autodoc::OPT_developer_guide_refs_file);
-
-// if ( rDeveloperManual_URL.length() == 0
-// OR
-// rDeveloperManual_ReferenceFile.length() == 0 )
-// {
-// return;
-// }
-
csv::File
aFile(i_devman_reffilepath, csv::CFM_READ);
csv::OpenCloseGuard