summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwe/classes/framelistanalyzer.cxx6
-rw-r--r--framework/source/jobs/jobdata.cxx6
2 files changed, 0 insertions, 12 deletions
diff --git a/framework/source/fwe/classes/framelistanalyzer.cxx b/framework/source/fwe/classes/framelistanalyzer.cxx
index efb772fbee0a..6b27020af4e8 100644
--- a/framework/source/fwe/classes/framelistanalyzer.cxx
+++ b/framework/source/fwe/classes/framelistanalyzer.cxx
@@ -35,9 +35,6 @@
namespace framework{
-/**
- */
-
FrameListAnalyzer::FrameListAnalyzer( const css::uno::Reference< css::frame::XFramesSupplier >& xSupplier ,
const css::uno::Reference< css::frame::XFrame >& xReferenceFrame ,
FrameAnalyzerFlags eDetectMode )
@@ -48,9 +45,6 @@ FrameListAnalyzer::FrameListAnalyzer( const css::uno::Reference< css::frame::XFr
impl_analyze();
}
-/**
- */
-
FrameListAnalyzer::~FrameListAnalyzer()
{
}
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 662afb01812c..05f14cb0427b 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -441,8 +441,6 @@ void JobData::disableJob()
aConfig.close();
}
-/**
- */
bool isEnabled( const OUString& sAdminTime ,
const OUString& sUserTime )
{
@@ -465,8 +463,6 @@ bool isEnabled( const OUString& sAdminTime ,
);
}
-/**
- */
void JobData::appendEnabledJobsForEvent( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
const OUString& sEvent ,
::std::vector< JobData::TJob2DocEventBinding >& lJobs )
@@ -482,8 +478,6 @@ void JobData::appendEnabledJobsForEvent( const css::uno::Reference< css::uno::XC
}
}
-/**
- */
bool JobData::hasCorrectContext(const OUString& rModuleIdent) const
{
sal_Int32 nContextLen = m_sContext.getLength();