summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorHussian Alamri <husain.amri@me.com>2014-05-15 16:52:14 -0400
committerMichael Meeks <michael.meeks@collabora.com>2014-05-17 21:14:06 +0100
commitb1e29a6ac51f87f893fe64986311af7dcd18754b (patch)
tree08a22a01fac771ce55c6f5f41b4aaea6b00ae5d6 /framework/source/helper
parent0e65f83415708d5072edd65d75253a721ddbeefa (diff)
Single line between methods
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/ocomponentaccess.cxx1
-rw-r--r--framework/source/helper/oframes.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/helper/ocomponentaccess.cxx b/framework/source/helper/ocomponentaccess.cxx
index 653fb2b0d71c..12206c14bfaf 100644
--- a/framework/source/helper/ocomponentaccess.cxx
+++ b/framework/source/helper/ocomponentaccess.cxx
@@ -136,7 +136,6 @@ void OComponentAccess::impl_collectAllChildComponents( const css::uno::Refere
// ... otherwise break a recursive path and go back at current stack!
}
-
css::uno::Reference< XComponent > OComponentAccess::impl_getFrameComponent( const css::uno::Reference< XFrame >& xFrame ) const
{
// Set default return value, if method failed.
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index 7e46d436fa95..7d86c5046f08 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -297,7 +297,6 @@ void OFrames::impl_resetObject()
m_pFrameContainer = NULL;
}
-
void OFrames::impl_appendSequence( Sequence< css::uno::Reference< XFrame > >& seqDestination ,
const Sequence< css::uno::Reference< XFrame > >& seqSource )
{