summaryrefslogtreecommitdiff
path: root/forms/source/component/cloneable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/cloneable.cxx')
-rw-r--r--forms/source/component/cloneable.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/cloneable.cxx b/forms/source/component/cloneable.cxx
index 8bbe17854bb3..b701b58fb17d 100644
--- a/forms/source/component/cloneable.cxx
+++ b/forms/source/component/cloneable.cxx
@@ -22,18 +22,18 @@
#include <comphelper/uno3.hxx>
#include <tools/debug.hxx>
-//.........................................................................
+
namespace frm
{
-//.........................................................................
+
using namespace ::comphelper;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
- //====================================================================
+
//= OCloneableAggregation
- //====================================================================
+
Reference< XAggregation > OCloneableAggregation::createAggregateClone( const OCloneableAggregation* _pOriginal )
{
@@ -52,8 +52,8 @@ namespace frm
return xAggregateClone;
}
-//.........................................................................
+
} // namespace frm
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */