From 74cac597d25ed613072e9a607115de420beecd98 Mon Sep 17 00:00:00 2001 From: Dózsa Bálint Date: Mon, 21 Mar 2011 12:10:06 +0000 Subject: FIX BUG 32559 - calc --- sc/source/ui/inc/cellsh.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/source/ui/inc/cellsh.hxx') diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index 6bbdd8ab6e27..6cf1075d6267 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -71,6 +71,8 @@ private: DECL_LINK( ClipboardChanged, TransferableDataHelper* ); DECL_LINK( DialogClosed, AbstractScLinkedAreaDlg* ); + sal_uInt32 nF3ShiftCounter; + public: TYPEINFO(); @@ -84,6 +86,7 @@ public: void ExecuteEdit( SfxRequest& rReq ); void ExecuteTrans( SfxRequest& rReq ); + void ExecuteRotateTrans( SfxRequest& rReq ); void GetBlockState( SfxItemSet& rSet ); void GetCellState( SfxItemSet& rSet ); -- cgit