summaryrefslogtreecommitdiff
path: root/include/unotools/caserotate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/caserotate.hxx')
-rw-r--r--include/unotools/caserotate.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/unotools/caserotate.hxx b/include/unotools/caserotate.hxx
index adc26a6eec8a..6e61785bedd7 100644
--- a/include/unotools/caserotate.hxx
+++ b/include/unotools/caserotate.hxx
@@ -21,8 +21,10 @@ class UNOTOOLS_DLLPUBLIC RotateTransliteration
{
private:
int nF3ShiftCounter;
+
public:
- RotateTransliteration() : nF3ShiftCounter(0)
+ RotateTransliteration()
+ : nF3ShiftCounter(0)
{
}
TransliterationFlags getNextMode();