summaryrefslogtreecommitdiff
path: root/include/oox/core/contexthandler2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/contexthandler2.hxx')
-rw-r--r--include/oox/core/contexthandler2.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/core/contexthandler2.hxx b/include/oox/core/contexthandler2.hxx
index f1953f2c2aaa..7ee191eff6bd 100644
--- a/include/oox/core/contexthandler2.hxx
+++ b/include/oox/core/contexthandler2.hxx
@@ -30,11 +30,11 @@
namespace oox {
namespace core {
-// ============================================================================
+
const sal_Int32 XML_ROOT_CONTEXT = SAL_MAX_INT32;
-// ============================================================================
+
struct ElementInfo;
@@ -211,7 +211,7 @@ protected:
bool mbEnableTrimSpace; ///< True = trim whitespace in characters().
};
-// ============================================================================
+
class OOX_DLLPUBLIC ContextHandler2 : public ContextHandler, public ContextHandler2Helper
{
@@ -264,7 +264,7 @@ public:
virtual void onEndRecord();
};
-// ============================================================================
+
} // namespace core
} // namespace oox