summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/DefaultInspection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inspection/DefaultInspection.cxx')
-rw-r--r--reportdesign/source/ui/inspection/DefaultInspection.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/ui/inspection/DefaultInspection.cxx b/reportdesign/source/ui/inspection/DefaultInspection.cxx
index c4156bac2bc6..ab15cba3b522 100644
--- a/reportdesign/source/ui/inspection/DefaultInspection.cxx
+++ b/reportdesign/source/ui/inspection/DefaultInspection.cxx
@@ -30,7 +30,7 @@
#include "metadata.hxx"
#include <tools/urlobj.hxx>
-//........................................................................
+
namespace rptui
{
OUString HelpIdUrl::getHelpURL( const OString& sHelpId )
@@ -47,9 +47,9 @@ namespace rptui
using namespace com::sun::star;
using com::sun::star::inspection::PropertyCategoryDescriptor;
- //====================================================================
+
//= DefaultComponentInspectorModel
- //====================================================================
+
DefaultComponentInspectorModel::DefaultComponentInspectorModel( const Reference< XComponentContext >& _rxContext)
:m_xContext( _rxContext )
@@ -251,8 +251,8 @@ namespace rptui
return m_xComponent->getPropertyOrderIndex(_rPropertyName);
}
-//........................................................................
+
} // namespace rptui
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */