summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterSpritePane.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
commitd381760a0bdbc403426db365fcdd79c48805a1f9 (patch)
tree969d1f2189bb9c5d73ea358016389539c1ef23c5 /sdext/source/presenter/PresenterSpritePane.hxx
parentobvious c/p error fixed (diff)
parentCreate DEV300_m60 milestone tag from trunk@276428 (diff)
downloadcore-d381760a0bdbc403426db365fcdd79c48805a1f9.tar.gz
core-d381760a0bdbc403426db365fcdd79c48805a1f9.zip
merge commit
Diffstat (limited to 'sdext/source/presenter/PresenterSpritePane.hxx')
-rw-r--r--sdext/source/presenter/PresenterSpritePane.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx
index 0beb75a0c37e..42ea005cacf7 100644
--- a/sdext/source/presenter/PresenterSpritePane.hxx
+++ b/sdext/source/presenter/PresenterSpritePane.hxx
@@ -86,10 +86,10 @@ public:
// XPane
- css::uno::Reference<css::awt::XWindow> SAL_CALL getWindow (void)
+ virtual css::uno::Reference<css::awt::XWindow> SAL_CALL getWindow (void)
throw (css::uno::RuntimeException);
- css::uno::Reference<css::rendering::XCanvas> SAL_CALL getCanvas (void)
+ virtual css::uno::Reference<css::rendering::XCanvas> SAL_CALL getCanvas (void)
throw (css::uno::RuntimeException);