summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewtab.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-04 12:44:10 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-04 12:46:23 +0200
commit21fbbee5418e898a9cf0c1787c28b8a9c433af87 (patch)
tree83bd8f551c5864bf8975825a8543e7629659e97d /sw/source/ui/uiview/viewtab.cxx
parentb162bf7e521e561c3c8eb3cd6a83b944dcd27da3 (diff)
Bin pointless PAGES01 comments
Change-Id: I08b9bafa91c5bc7b7b6ca601ab91607b3143d590
Diffstat (limited to 'sw/source/ui/uiview/viewtab.cxx')
-rw-r--r--sw/source/ui/uiview/viewtab.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/viewtab.cxx b/sw/source/ui/uiview/viewtab.cxx
index 91fe6f359473..c3a71c3e20c5 100644
--- a/sw/source/ui/uiview/viewtab.cxx
+++ b/sw/source/ui/uiview/viewtab.cxx
@@ -953,7 +953,6 @@ void SwView::StateTabWin(SfxItemSet& rSet)
if( aRect.Width() )
{
- // PAGES01
// make relative to page position:
aLongLR.SetLeft ((long)( aRect.Left() - rPageRect.Left() ));
aLongLR.SetRight((long)( rPageRect.Right() - aRect.Right()));
@@ -1357,7 +1356,6 @@ void SwView::StateTabWin(SfxItemSet& rSet)
{
aRect.Pos() += aTmpRect.Pos();
- // PAGES01
// make relative to page position:
aColItem.SetLeft ((sal_uInt16)( aRect.Left() - rPageRect.Left() ));
aColItem.SetRight((sal_uInt16)( rPageRect.Right() - aRect.Right()));
@@ -1533,7 +1531,6 @@ void SwView::StateTabWin(SfxItemSet& rSet)
break;
case SID_RULER_PAGE_POS:
{
- // PAGES01
SvxPagePosSizeItem aPagePosSize(
Point( rPageRect.Left(), rPageRect.Top()) , nPageWidth, nPageHeight);