diff options
Diffstat (limited to 'extensions/source/propctrlr/defaultforminspection.hxx')
-rw-r--r-- | extensions/source/propctrlr/defaultforminspection.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/defaultforminspection.hxx b/extensions/source/propctrlr/defaultforminspection.hxx index 10b3e47cb61e..e567aa5fd088 100644 --- a/extensions/source/propctrlr/defaultforminspection.hxx +++ b/extensions/source/propctrlr/defaultforminspection.hxx @@ -23,15 +23,15 @@ #include <memory> -//........................................................................ + namespace pcr { -//........................................................................ + class OPropertyInfoService; - //==================================================================== + //= DefaultFormComponentInspectorModel - //==================================================================== + class DefaultFormComponentInspectorModel : public ImplInspectorModel { private: @@ -74,9 +74,9 @@ namespace pcr void createWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines ); }; -//........................................................................ + } // namespace pcr -//........................................................................ + #endif // EXTENSIONS_SOURCE_PROPCTRLR_DEFAULTFORMINSPECTION_HXX |