summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/textsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-29 21:07:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-30 15:57:14 +0100
commit69bb4422b7e17b1aedc07ec99084b193f97f6374 (patch)
tree7ad8050f9f1f1a2481c1145ab15a20a4bce776a5 /sw/source/ui/inc/textsh.hxx
parentb0687b60b683723b713789e2e746a908a012e63f (diff)
centralize caserotate and add to other shells
Diffstat (limited to 'sw/source/ui/inc/textsh.hxx')
-rw-r--r--sw/source/ui/inc/textsh.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/inc/textsh.hxx b/sw/source/ui/inc/textsh.hxx
index e0fd62e5a9df..31a545ae65d6 100644
--- a/sw/source/ui/inc/textsh.hxx
+++ b/sw/source/ui/inc/textsh.hxx
@@ -30,6 +30,7 @@
#define _SWTEXTSH_HXX
#include <basesh.hxx>
+#include <unotools/caserotate.hxx>
class AbstractSvxPostItDialog;
class SwFldMgr;
@@ -38,7 +39,7 @@ class SvxHyperlinkItem;
class SwTextShell: public SwBaseShell
{
SwFldMgr* pPostItFldMgr;
- sal_uInt32 nF3ShiftCounter;
+ RotateTransliteration m_aRotateCase;
void InsertSymbol( SfxRequest& );
void InsertHyperlink(const SvxHyperlinkItem& rHlnkItem);