summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-29 21:08:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-30 12:54:31 +0100
commit6dd13b1c7667e96eb0013b795932e218c3a681ca (patch)
treeaddee3b6e69cca85551b38899549c9241ee00c44 /sc/source/ui/inc/cellsh.hxx
parent5783dc9da8a3f79f8019f33e4caa6daae05f4459 (diff)
centralize caserotate
Diffstat (limited to 'sc/source/ui/inc/cellsh.hxx')
-rw-r--r--sc/source/ui/inc/cellsh.hxx3
1 files changed, 2 insertions, 1 deletions
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 <sfx2/module.hxx>
#include <svx/svdmark.hxx>
+#include <unotools/caserotate.hxx>
#include <tools/link.hxx>
#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: