summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxdoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/unotxdoc.cxx')
-rw-r--r--sw/source/uibase/uno/unotxdoc.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index 9a6b70eb063c..aa1db2bf3c4e 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -3259,9 +3259,6 @@ void SwXTextDocument::setClientZoom(int nTilePixelWidth_, int /*nTilePixelHeight
// This value is used in postMouseEvent and setGraphicSelection methods
// for in place chart editing. We assume that x and y scale is roughly
// the same.
- // Indeed we could set mnTilePixelWidth, mnTilePixelHeight, mnTileTwipWidth,
- // mnTileTwipHeight data members of this class but they are not very useful
- // since we need to be able to retrieve the zoom value for each view shell.
SfxInPlaceClient* pIPClient = pDocShell->GetView()->GetIPClient();
if (pIPClient)
{