summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index f02d09a9804f..4f82167ff775 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -199,15 +199,6 @@ class ScGridWindow : public vcl::Window, public DropTargetHelper, public DragSou
bool bAutoMarkVisible:1;
bool bListValButton:1;
- // We cache the tiled rendering zoom level in order to be able to
- // calculate the correct cell cursor position (which is dependent
- // on the zoom level). The caching is necessary since
- // ScModelObj::postMouseEvent resets the zoom level to the default,
- // which means we have the default zoom level set during the
- // cell cursor position calculations in updateLibreOfficeKitCellCursor().
- Fraction mTiledZoomX;
- Fraction mTiledZoomY;
-
DECL_LINK_TYPED( PopupModeEndHdl, FloatingWindow*, void );
DECL_LINK_TYPED( PopupSpellingHdl, SpellCallbackInfo&, void );