summaryrefslogtreecommitdiff
path: root/sc/inc/drawpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/drawpage.hxx')
-rw-r--r--sc/inc/drawpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx
index 711384f55cab..50a53cc81222 100644
--- a/sc/inc/drawpage.hxx
+++ b/sc/inc/drawpage.hxx
@@ -31,7 +31,7 @@ public:
ScDrawPage(ScDrawLayer& rNewModel, bool bMasterPage = false);
~ScDrawPage();
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage();
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage() SAL_OVERRIDE;
};