summaryrefslogtreecommitdiff
path: root/sw/inc/pagepreviewlayout.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:07:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:07:46 +0000
commitee778145195868543ddca6179a46686eb96cf3d4 (patch)
tree7a42838e588e95c4b5f20b5fe06a4f8c3eabf7ad /sw/inc/pagepreviewlayout.hxx
parentd06ceae6bac64f61e92e8d98c935758c852a5c6b (diff)
INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED
2007/02/22 15:05:38 tl 1.9.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/pagepreviewlayout.hxx')
-rw-r--r--sw/inc/pagepreviewlayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx
index e7340ca19cfd..21bff253382a 100644
--- a/sw/inc/pagepreviewlayout.hxx
+++ b/sw/inc/pagepreviewlayout.hxx
@@ -624,7 +624,7 @@ public:
@author FME
*/
- sal_uInt16 GetNumberOfPreviewPages() { return maPrevwPages.size(); }
+ sal_uInt16 GetNumberOfPreviewPages() { return sal::static_int_cast< sal_uInt16 >(maPrevwPages.size()); }
};
#endif // _PAGEPREVIEWLAYOUT_HXX