diff options
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx index e161bf6fbbea..10e9774d4f55 100644 --- a/extensions/source/propctrlr/formmetadata.cxx +++ b/extensions/source/propctrlr/formmetadata.cxx @@ -28,16 +28,16 @@ #include <algorithm> #include <functional> -//............................................................................ + namespace pcr { -//............................................................................ + using namespace ::com::sun::star::uno; - //======================================================================== + //= OPropertyInfoImpl - //======================================================================== + struct OPropertyInfoImpl { OUString sName; @@ -78,9 +78,9 @@ namespace pcr } }; - //======================================================================== + //= OPropertyInfoService - //======================================================================== + #define DEF_INFO( ident, uinameres, pos, helpid, flags ) \ OPropertyInfoImpl( PROPERTY_##ident, PROPERTY_ID_##ident, \ PcrRes( RID_STR_##uinameres ).toString(), pos, HID_PROP_##helpid, flags ) @@ -575,9 +575,9 @@ namespace pcr return NULL; } - //==================================================================== + //= DefaultEnumRepresentation - //==================================================================== + DBG_NAME( DefaultEnumRepresentation ) DefaultEnumRepresentation::DefaultEnumRepresentation( const IPropertyInfoService& _rInfo, const Type& _rType, sal_Int32 _nPropertyId ) @@ -685,8 +685,8 @@ namespace pcr return m_refCount; } -//............................................................................ + } // namespace pcr -//............................................................................ + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |