summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/objectinspectormodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/objectinspectormodel.cxx')
-rw-r--r--extensions/source/propctrlr/objectinspectormodel.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/objectinspectormodel.cxx b/extensions/source/propctrlr/objectinspectormodel.cxx
index 9d979d818b33..55f3a2f697a4 100644
--- a/extensions/source/propctrlr/objectinspectormodel.cxx
+++ b/extensions/source/propctrlr/objectinspectormodel.cxx
@@ -29,10 +29,10 @@
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/uno3.hxx>
-//........................................................................
+
namespace pcr
{
-//........................................................................
+
using ::com::sun::star::inspection::XObjectInspectorModel;
using ::com::sun::star::lang::XInitialization;
@@ -50,9 +50,9 @@ namespace pcr
using ::com::sun::star::beans::XPropertySetInfo;
using ::com::sun::star::uno::makeAny;
- //====================================================================
+
//= ObjectInspectorModel
- //====================================================================
+
class ObjectInspectorModel : public ImplInspectorModel
{
private:
@@ -90,9 +90,9 @@ namespace pcr
void impl_verifyArgument_throw( bool _bCondition, sal_Int16 _nArgumentPosition );
};
- //====================================================================
+
//= ObjectInspectorModel
- //====================================================================
+
ObjectInspectorModel::ObjectInspectorModel()
:ImplInspectorModel()
{
@@ -217,9 +217,9 @@ namespace pcr
throw IllegalArgumentException( OUString(), *this, _nArgumentPosition );
}
-//........................................................................
+
} // namespace pcr
-//........................................................................
+
extern "C" void SAL_CALL createRegistryInfo_ObjectInspectorModel()