summaryrefslogtreecommitdiffstats
path: root/include/oox/ole/vbacontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/vbacontrol.hxx')
-rw-r--r--include/oox/ole/vbacontrol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/ole/vbacontrol.hxx b/include/oox/ole/vbacontrol.hxx
index fa0ed5ebeda0..01612bdbd332 100644
--- a/include/oox/ole/vbacontrol.hxx
+++ b/include/oox/ole/vbacontrol.hxx
@@ -33,7 +33,7 @@ namespace oox { class StorageBase; }
namespace oox {
namespace ole {
-// ============================================================================
+
/** Common properties for all controls that are part of a VBA user form or of
another container control in a VBA user form. */
@@ -94,7 +94,7 @@ protected:
typedef ::boost::shared_ptr< VbaSiteModel > VbaSiteModelRef;
-// ============================================================================
+
/** A control that is embedded in a VBA user form or in another container
control in a VBA user form.
@@ -171,7 +171,7 @@ private:
AxClassTable maClassTable; ///< Class identifiers for exotic embedded controls.
};
-// ============================================================================
+
class VbaUserForm : public VbaFormControl
{
@@ -196,7 +196,7 @@ private:
ControlConverter maConverter;
};
-// ============================================================================
+
} // namespace ole
} // namespace oox