summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-30 13:48:17 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-30 13:49:24 +0200
commit5783dc9da8a3f79f8019f33e4caa6daae05f4459 (patch)
tree61ae708f64459d43ae895346366be163c4c07521 /sc/source/filter/xcl97
parent6cd71b82d847a3a667cba0cc7a8941a2eec42fff (diff)
WaE: overloaded virtual
Diffstat (limited to 'sc/source/filter/xcl97')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 7459ebc6cf3b..d26cc995b1d0 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -534,7 +534,9 @@ 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 );
+ using VMLExport::StartShape;
virtual sal_Int32 StartShape();
+ using VMLExport::EndShape;
virtual void EndShape( sal_Int32 nShapeElement );
};