summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 3b3e0bec921a..913a8c5378ea 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -293,8 +293,8 @@ public:
read by the binary filter: */
virtual void UpdateLinks() SAL_OVERRIDE;
- virtual void setDocAccTitle( const OUString& rTitle );
- virtual const OUString getDocAccTitle() const;
+ void setDocAccTitle( const OUString& rTitle );
+ const OUString getDocAccTitle() const;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >
GetController();