summaryrefslogtreecommitdiff
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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/oox/ole/vbacontrol.hxx b/include/oox/ole/vbacontrol.hxx
index 7d4a4bbe1d93..a50054e5f5c2 100644
--- a/include/oox/ole/vbacontrol.hxx
+++ b/include/oox/ole/vbacontrol.hxx
@@ -34,7 +34,6 @@ 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. */
class VbaSiteModel
@@ -95,7 +94,6 @@ protected:
typedef std::shared_ptr< VbaSiteModel > VbaSiteModelRef;
-
/** A control that is embedded in a VBA user form or in another container
control in a VBA user form.
@@ -172,7 +170,6 @@ private:
};
-
class VbaUserForm : public VbaFormControl
{
public:
@@ -197,7 +194,6 @@ private:
};
-
} // namespace ole
} // namespace oox