summaryrefslogtreecommitdiff
path: root/framework/source/inc/pattern/frame.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/pattern/frame.hxx')
-rw-r--r--framework/source/inc/pattern/frame.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 7035eb034c59..e8d400bab416 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -36,7 +36,7 @@ namespace framework{
namespace frame{
-//-----------------------------------------------
+
inline css::uno::Reference< css::frame::XModel > extractFrameModel(const css::uno::Reference< css::frame::XFrame >& xFrame)
{
css::uno::Reference< css::frame::XModel > xModel;
@@ -48,7 +48,7 @@ inline css::uno::Reference< css::frame::XModel > extractFrameModel(const css::un
return xModel;
}
-//-----------------------------------------------
+
/** @short close (or dispose) the given resource.
@descr It try to close the given resource first.