summaryrefslogtreecommitdiff
path: root/svx/source/form/fmdocumentclassification.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmdocumentclassification.cxx')
-rw-r--r--svx/source/form/fmdocumentclassification.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/form/fmdocumentclassification.cxx b/svx/source/form/fmdocumentclassification.cxx
index cbdcd6e0ad79..ece8a92fbbfd 100644
--- a/svx/source/form/fmdocumentclassification.cxx
+++ b/svx/source/form/fmdocumentclassification.cxx
@@ -29,10 +29,10 @@
#include <tools/diagnose_ex.h>
-//........................................................................
+
namespace svxform
{
-//........................................................................
+
namespace
{
@@ -43,7 +43,7 @@ namespace svxform
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::frame::XModule;
- //....................................................................
+
template< class TYPE >
Reference< TYPE > getTypedModelNode( const Reference< XInterface >& _rxModelNode )
{
@@ -60,7 +60,7 @@ namespace svxform
}
}
- //....................................................................
+
Reference< XModel > getDocument( const Reference< XInterface >& _rxModelNode )
{
return getTypedModelNode< XModel >( _rxModelNode );
@@ -74,8 +74,8 @@ namespace svxform
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sdbc;
- //====================================================================
- //====================================================================
+
+
namespace
{
@@ -105,9 +105,9 @@ namespace svxform
}
}
- //====================================================================
+
//= DocumentClassification
- //====================================================================
+
DocumentType DocumentClassification::classifyDocument( const Reference< XModel >& _rxDocumentModel ) SAL_THROW(())
{
@@ -193,8 +193,8 @@ namespace svxform
return OUString();
}
-//........................................................................
+
} // namespace svxform
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */