summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlvsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlvsh.hxx')
-rw-r--r--sw/source/filter/html/htmlvsh.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlvsh.hxx b/sw/source/filter/html/htmlvsh.hxx
index 18e0129fd0a3..67afddf699ee 100644
--- a/sw/source/filter/html/htmlvsh.hxx
+++ b/sw/source/filter/html/htmlvsh.hxx
@@ -34,7 +34,8 @@ class ViewShell;
class SwHTMLViewShellClient : public SwClient
{
- virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew );
+protected:
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
public:
@@ -45,7 +46,7 @@ public:
void Register( ViewShell *pVsh );
void DeRegister();
- /*inline*/ ViewShell *GetViewShell(); // im swhtml.cxx
+ ViewShell *GetViewShell();
};