diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:05:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:05:05 +0000 |
commit | 732ed1c004253b2871b891a2c60d3fc1ffcd755c (patch) | |
tree | 39b5f0e60c31be8faf6cbc42062255173d1a85e5 /sw/inc/pagepreviewlayout.hxx | |
parent | 84751605b79723f70f8d35a56f10c0be1dc7077b (diff) |
INTEGRATION: CWS tune05 (1.5.100); FILE MERGED
2004/07/22 08:59:11 cmc 1.5.100.1: #i30554# unused SwPagePreviewLayout::GetWinPageNumOfPage
Diffstat (limited to 'sw/inc/pagepreviewlayout.hxx')
-rw-r--r-- | sw/inc/pagepreviewlayout.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx index 6b64c491b6d9..99a0d0f5b07e 100644 --- a/sw/inc/pagepreviewlayout.hxx +++ b/sw/inc/pagepreviewlayout.hxx @@ -534,21 +534,6 @@ public: */ SwTwips GetWinPagesScrollAmount( const sal_Int16 _nWinPagesToScroll ) const; - /** determine window preview page the page with the given number is on. - - OD 17.01.2003 #103492# - - @author OD - - @param _nPageNum - input parameter - physical page number of page, for which the preview - window page number has to be calculated. - - @return number of preview window page the page with the given physical - page number is on - */ - sal_uInt16 GetWinPageNumOfPage( sal_uInt16 _nPageNum ) const; - /** determine row the page with the given number is in OD 17.01.2003 #103492# |