summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-25 15:35:21 +0300
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:03:04 +0000
commitecbd3104c13d4e83720ca6508a07f9ab1548de62 (patch)
tree85bef34c9ce4264ab4e4b7e576da0d08a90f591f /include/oox/ppt
parent8810d26c92c4f70b2a05c63088e30fc780ed6caf (diff)
MSVC build fixes
Change-Id: I189fe3635f94fdd6b91bd7930c7abf02e70368aa Reviewed-on: https://gerrit.libreoffice.org/4581 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/pptshapegroupcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptshapegroupcontext.hxx b/include/oox/ppt/pptshapegroupcontext.hxx
index efa2c5b246e7..6a9cd19d81a3 100644
--- a/include/oox/ppt/pptshapegroupcontext.hxx
+++ b/include/oox/ppt/pptshapegroupcontext.hxx
@@ -43,7 +43,7 @@ public:
virtual ::oox::core::ContextHandlerRef
onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void SAL_CALL onEndElement() SAL_OVERRIDE;
+ virtual void onEndElement() SAL_OVERRIDE;
protected: