summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/oox/drawingml/textbodycontext.hxx4
-rw-r--r--include/oox/ppt/pptshapegroupcontext.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/textbodycontext.hxx b/include/oox/drawingml/textbodycontext.hxx
index aaa6f97e187a..c0a5e759b536 100644
--- a/include/oox/drawingml/textbodycontext.hxx
+++ b/include/oox/drawingml/textbodycontext.hxx
@@ -46,9 +46,9 @@ class RegularTextRunContext : public ::oox::core::ContextHandler2
public:
RegularTextRunContext( ::oox::core::ContextHandler2Helper& rParent, TextRunPtr pRunPtr );
- virtual void SAL_CALL onEndElement() SAL_OVERRIDE;
+ virtual void onEndElement() SAL_OVERRIDE;
virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
- virtual void SAL_CALL onCharacters( const OUString& aChars ) SAL_OVERRIDE;
+ virtual void onCharacters( const OUString& aChars ) SAL_OVERRIDE;
protected:
TextRunPtr mpRunPtr;
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: