diff options
Diffstat (limited to 'sw/inc/viscrs.hxx')
-rw-r--r-- | sw/inc/viscrs.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx index aef159dc2f3e..c43ecdf2e239 100644 --- a/sw/inc/viscrs.hxx +++ b/sw/inc/viscrs.hxx @@ -96,7 +96,7 @@ public: const SwCrsrShell* GetShell() const { return pCShell; } // check current MapMode of the shell and set possibly the static members. // Optional set the parameters pX, pY - static void Get1PixelInLogic( const ViewShell& rSh, + static void Get1PixelInLogic( const SwViewShell& rSh, long* pX = 0, long* pY = 0 ); }; |