summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index af33977a8e33..12bef3f1232a 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -84,7 +84,7 @@ public:
/** This method is part of the object construction. It HAS to be called
after the constructor has created a new object.
*/
- virtual void LateInit (const OUString& rsDefaultView);
+ void LateInit (const OUString& rsDefaultView);
::boost::shared_ptr<ViewShellManager> GetViewShellManager (void) const;
@@ -114,7 +114,7 @@ public:
slots. This is the companion of Execute() and handles the slots
concerned with showing the pane docking windows.
*/
- virtual void GetState (SfxItemSet& rSet);
+ void GetState (SfxItemSet& rSet);
/* override these from SfxViewShell */
virtual OUString GetSelectionText(bool) SAL_OVERRIDE;