From 6dd13b1c7667e96eb0013b795932e218c3a681ca Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Mar 2011 21:08:44 +0100 Subject: centralize caserotate --- sc/source/ui/inc/cellsh.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 20cea7d49c3d..b7cc54f5b7ef 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -33,6 +33,7 @@ #include "shellids.hxx" #include #include +#include #include #include "formatsh.hxx" #include "address.hxx" @@ -72,7 +73,7 @@ private: DECL_LINK( ClipboardChanged, TransferableDataHelper* ); DECL_LINK( DialogClosed, AbstractScLinkedAreaDlg* ); - sal_uInt32 nF3ShiftCounter; + RotateTransliteration m_aRotateCase; public: -- cgit