diff options
Diffstat (limited to 'extensions/source/propctrlr/cellbindinghandler.hxx')
-rw-r--r-- | extensions/source/propctrlr/cellbindinghandler.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/cellbindinghandler.hxx b/extensions/source/propctrlr/cellbindinghandler.hxx index 92285ba3e90d..6467250d62e9 100644 --- a/extensions/source/propctrlr/cellbindinghandler.hxx +++ b/extensions/source/propctrlr/cellbindinghandler.hxx @@ -27,16 +27,16 @@ #include <memory> -//........................................................................ + namespace pcr { -//........................................................................ + class CellBindingHelper; class IPropertyEnumRepresentation; - //==================================================================== + //= CellBindingPropertyHandler - //==================================================================== + class CellBindingPropertyHandler; typedef HandlerComponentBase< CellBindingPropertyHandler > CellBindingPropertyHandler_Base; class CellBindingPropertyHandler : public CellBindingPropertyHandler_Base @@ -91,9 +91,9 @@ namespace pcr void impl_updateDependentProperty_nothrow( PropertyId _nPropId, const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XObjectInspectorUI >& _rxInspectorUI ) const; }; -//........................................................................ + } // namespace pcr -//........................................................................ + #endif // EXTENSIONS_SOURCE_PROPCTRLR_CELLBINDINGHANDLER_HXX |