diff options
Diffstat (limited to 'include/oox/ole/axcontrolfragment.hxx')
-rw-r--r-- | include/oox/ole/axcontrolfragment.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/ole/axcontrolfragment.hxx b/include/oox/ole/axcontrolfragment.hxx index 92173c1851b7..3139060f9030 100644 --- a/include/oox/ole/axcontrolfragment.hxx +++ b/include/oox/ole/axcontrolfragment.hxx @@ -28,7 +28,7 @@ namespace ole { class ControlModelBase; class EmbeddedControl; -// ============================================================================ + /** Context handler for ActiveX form control model properties. */ class AxControlPropertyContext : public ::oox::core::ContextHandler2 @@ -46,7 +46,7 @@ private: sal_Int32 mnPropId; ///< Identifier of currently processed property. }; -// ============================================================================ + /** Fragment handler for an embedded ActiveX form control fragment. */ class AxControlFragment : public ::oox::core::FragmentHandler2 @@ -64,7 +64,7 @@ private: EmbeddedControl& mrControl; }; -// ============================================================================ + } // namespace ole } // namespace oox |