summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-16 23:49:38 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-19 14:36:10 -0500
commitdb8ff2610aea96597f1a09ec81ae09a7c832d158 (patch)
treea4e43a3f315d5f7efb89073e89687fcb1f8ca576 /svl/inc
parent4f766a2d84de3cc9fa872c251501df79f5081e22 (diff)
callcatcher: Remove unused code
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/languageoptions.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/inc/svl/languageoptions.hxx b/svl/inc/svl/languageoptions.hxx
index e4d8f23804a1..f1bc3e55abfc 100644
--- a/svl/inc/svl/languageoptions.hxx
+++ b/svl/inc/svl/languageoptions.hxx
@@ -82,11 +82,6 @@ public:
sal_Bool IsVerticalTextEnabled() const;
sal_Bool IsAsianTypographyEnabled() const;
sal_Bool IsJapaneseFindEnabled() const;
- sal_Bool IsRubyEnabled() const;
- sal_Bool IsChangeCaseMapEnabled() const;
- sal_Bool IsDoubleLinesEnabled() const;
- sal_Bool IsEmphasisMarksEnabled() const;
- sal_Bool IsVerticalCallOutEnabled() const;
void SetAll( sal_Bool _bSet );
sal_Bool IsAnyEnabled() const;
@@ -95,13 +90,10 @@ public:
sal_Bool IsCTLFontEnabled() const;
void SetCTLSequenceChecking( sal_Bool _bEnabled );
- sal_Bool IsCTLSequenceChecking() const;
void SetCTLSequenceCheckingRestricted( sal_Bool _bEnable );
- sal_Bool IsCTLSequenceCheckingRestricted( void ) const;
void SetCTLSequenceCheckingTypeAndReplace( sal_Bool _bEnable );
- sal_Bool IsCTLSequenceCheckingTypeAndReplace() const;
sal_Bool IsReadOnly(EOption eOption) const;