summaryrefslogtreecommitdiffstats
path: root/include/oox/ole/vbaproject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/vbaproject.hxx')
-rw-r--r--include/oox/ole/vbaproject.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index 9c83c67f4eba..0bfd244d04d6 100644
--- a/include/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
@@ -41,7 +41,7 @@ namespace oox { class GraphicHelper; }
namespace oox {
namespace ole {
-// ============================================================================
+
class OOX_DLLPUBLIC VbaFilterConfig
{
@@ -63,7 +63,7 @@ private:
mxConfigAccess;
};
-// ============================================================================
+
/** Base class for objects that attach a amcro to a specific action.
@@ -104,7 +104,7 @@ private:
typedef ::boost::shared_ptr< VbaMacroAttacherBase > VbaMacroAttacherRef;
-// ============================================================================
+
class OOX_DLLPUBLIC VbaProject : public VbaFilterConfig
{
@@ -205,7 +205,7 @@ private:
VbaModuleMap maModulesByStrm;
};
-// ============================================================================
+
} // namespace ole
} // namespace oox