summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 15:53:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:07:36 +0200
commit68e213319f2a3ee2f90e7bfccae8e5e13492d357 (patch)
tree44ef8a6d927420111ddea01975dfcdc25556ad55 /framework
parent0d7f5e060663cb747b0dc50bb76c162484e4dae4 (diff)
remove empty comments
found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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();