diff options
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r-- | sw/inc/swmodule.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 3c7839ffa6ce..a70e4a24fd5f 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -178,12 +178,12 @@ public: // Iterate over views. static SwView* GetFirstView(); - static SwView* GetNextView(SwView*); + static SwView* GetNextView(SwView const *); bool IsEmbeddedLoadSave() const { return m_bEmbeddedLoadSave; } void SetEmbeddedLoadSave( bool bFlag ) { m_bEmbeddedLoadSave = bFlag; } - static void ShowDBObj( SwView& rView, const SwDBData& rData); + static void ShowDBObj( SwView const & rView, const SwDBData& rData); // Table modi. bool IsInsTableFormatNum(bool bHTML) const; |