summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/xcl97rec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xcl97/xcl97rec.cxx')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index c64a78837afa..189574c73303 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -584,11 +584,11 @@ class VmlCommentExporter : public VMLExport
public:
VmlCommentExporter ( sax_fastparser::FSHelperPtr p, ScAddress aScPos, SdrCaptionObj* pCaption, bool bVisible, Rectangle &aFrom, Rectangle &aTo );
protected:
- virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ) SAL_OVERRIDE;
+ virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ) override;
using VMLExport::StartShape;
- virtual sal_Int32 StartShape() SAL_OVERRIDE;
+ virtual sal_Int32 StartShape() override;
using VMLExport::EndShape;
- virtual void EndShape( sal_Int32 nShapeElement ) SAL_OVERRIDE;
+ virtual void EndShape( sal_Int32 nShapeElement ) override;
};
VmlCommentExporter::VmlCommentExporter( sax_fastparser::FSHelperPtr p, ScAddress aScPos, SdrCaptionObj* pCaption,
@@ -1137,14 +1137,14 @@ public:
{
}
- virtual OUString getTransformedString(const OUString& rURL) const SAL_OVERRIDE
+ virtual OUString getTransformedString(const OUString& rURL) const override
{
OUString aNewURL;
transformURL(rURL, aNewURL, &mrDoc);
return aNewURL;
}
- virtual bool isExternalURL(const OUString& rURL) const SAL_OVERRIDE
+ virtual bool isExternalURL(const OUString& rURL) const override
{
OUString aNewURL;
return transformURL(rURL, aNewURL, &mrDoc);