diff options
author | August Sodora <augsod@gmail.com> | 2011-12-16 23:49:38 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-19 14:36:10 -0500 |
commit | db8ff2610aea96597f1a09ec81ae09a7c832d158 (patch) | |
tree | a4e43a3f315d5f7efb89073e89687fcb1f8ca576 /svtools/inc | |
parent | 4f766a2d84de3cc9fa872c251501df79f5081e22 (diff) |
callcatcher: Remove unused code
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/accessibilityoptions.hxx | 1 | ||||
-rw-r--r-- | svtools/inc/svtools/helpopt.hxx | 1 | ||||
-rw-r--r-- | svtools/inc/svtools/htmlcfg.hxx | 3 | ||||
-rw-r--r-- | svtools/inc/svtools/menuoptions.hxx | 35 | ||||
-rw-r--r-- | svtools/inc/svtools/miscopt.hxx | 40 |
5 files changed, 0 insertions, 80 deletions
diff --git a/svtools/inc/svtools/accessibilityoptions.hxx b/svtools/inc/svtools/accessibilityoptions.hxx index 2f964c5e2069..1c219947d971 100644 --- a/svtools/inc/svtools/accessibilityoptions.hxx +++ b/svtools/inc/svtools/accessibilityoptions.hxx @@ -49,7 +49,6 @@ public: virtual ~SvtAccessibilityOptions(); // get & set config entries - sal_Bool GetIsForDrawings() const; // obsolete! sal_Bool GetIsForBorders() const; // obsolete! sal_Bool GetIsForPagePreviews() const; sal_Bool GetIsHelpTipsDisappear() const; diff --git a/svtools/inc/svtools/helpopt.hxx b/svtools/inc/svtools/helpopt.hxx index 020b64c76b94..0e149117305f 100644 --- a/svtools/inc/svtools/helpopt.hxx +++ b/svtools/inc/svtools/helpopt.hxx @@ -83,7 +83,6 @@ public: void SetWelcomeScreen( sal_Bool b ); sal_Bool IsWelcomeScreen() const; - String GetLocale() const; String GetSystem() const; }; diff --git a/svtools/inc/svtools/htmlcfg.hxx b/svtools/inc/svtools/htmlcfg.hxx index 9b35b7b31ca9..9d6c7b682743 100644 --- a/svtools/inc/svtools/htmlcfg.hxx +++ b/svtools/inc/svtools/htmlcfg.hxx @@ -93,9 +93,6 @@ public: sal_Bool IsNumbersEnglishUS() const; void SetNumbersEnglishUS(sal_Bool bSet); - - void AddListenerLink( const Link& rLink ); - void RemoveListenerLink( const Link& rLink ); }; #endif diff --git a/svtools/inc/svtools/menuoptions.hxx b/svtools/inc/svtools/menuoptions.hxx index eb0f83df22c0..00f4100056e2 100644 --- a/svtools/inc/svtools/menuoptions.hxx +++ b/svtools/inc/svtools/menuoptions.hxx @@ -28,19 +28,11 @@ #ifndef INCLUDED_SVTOOLS_MENUOPTIONS_HXX #define INCLUDED_SVTOOLS_MENUOPTIONS_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include "svtools/svtdllapi.h" #include <sal/types.h> #include <osl/mutex.hxx> #include <unotools/options.hxx> -//_________________________________________________________________________________________________________________ -// forward declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short forward declaration to our private date container implementation @descr We use these class as internal member to support small memory requirements. @@ -51,10 +43,6 @@ class Link; class SvtMenuOptions_Impl; -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short collect informations about menu features @descr - @@ -67,16 +55,8 @@ class SvtMenuOptions_Impl; class SVT_DLLPUBLIC SvtMenuOptions: public utl::detail::Options { - //------------------------------------------------------------------------------------------------------------- - // public methods - //------------------------------------------------------------------------------------------------------------- - public: - //--------------------------------------------------------------------------------------------------------- - // constructor / destructor - //--------------------------------------------------------------------------------------------------------- - /*-****************************************************************************************************//** @short standard constructor and destructor @descr This will initialize an instance with default values. @@ -98,9 +78,6 @@ class SVT_DLLPUBLIC SvtMenuOptions: public utl::detail::Options void AddListenerLink( const Link& rLink ); void RemoveListenerLink( const Link& rLink ); - //--------------------------------------------------------------------------------------------------------- - // interface - //--------------------------------------------------------------------------------------------------------- /*-****************************************************************************************************//** @short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Menu/..." @@ -119,17 +96,9 @@ class SVT_DLLPUBLIC SvtMenuOptions: public utl::detail::Options *//*-*****************************************************************************************************/ sal_Bool IsEntryHidingEnabled() const; - sal_Bool IsFollowMouseEnabled() const; sal_Int16 GetMenuIconsState() const; - - void SetEntryHidingState( sal_Bool bState ); - void SetFollowMouseState( sal_Bool bState ); void SetMenuIconsState( sal_Int16 bState ); - //------------------------------------------------------------------------------------------------------------- - // private methods - //------------------------------------------------------------------------------------------------------------- - private: /*-****************************************************************************************************//** @@ -148,10 +117,6 @@ class SVT_DLLPUBLIC SvtMenuOptions: public utl::detail::Options SVT_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); - //------------------------------------------------------------------------------------------------------------- - // private member - //------------------------------------------------------------------------------------------------------------- - private: /*Attention diff --git a/svtools/inc/svtools/miscopt.hxx b/svtools/inc/svtools/miscopt.hxx index eeabc624deff..66eb0c1ddc09 100644 --- a/svtools/inc/svtools/miscopt.hxx +++ b/svtools/inc/svtools/miscopt.hxx @@ -28,10 +28,6 @@ #ifndef INCLUDED_SVTOOLS_MISCOPT_HXX #define INCLUDED_SVTOOLS_MISCOPT_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include "svtools/svtdllapi.h" #include <sal/types.h> #include <osl/mutex.hxx> @@ -39,10 +35,6 @@ #include <rtl/ustring.hxx> #include <unotools/options.hxx> -//_________________________________________________________________________________________________________________ -// forward declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short forward declaration to our private date container implementation @descr We use these class as internal member to support small memory requirements. @@ -53,10 +45,6 @@ class SvtMiscOptions_Impl; class Link; -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short collect informations about misc group @descr - @@ -71,16 +59,7 @@ class Link; class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options { - //------------------------------------------------------------------------------------------------------------- - // public methods - //------------------------------------------------------------------------------------------------------------- - public: - - //--------------------------------------------------------------------------------------------------------- - // constructor / destructor - //--------------------------------------------------------------------------------------------------------- - /*-****************************************************************************************************//** @short standard constructor and destructor @descr This will initialize an instance with default values. @@ -103,39 +82,28 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options void AddListenerLink( const Link& rLink ); void RemoveListenerLink( const Link& rLink ); - //--------------------------------------------------------------------------------------------------------- - // interface - //--------------------------------------------------------------------------------------------------------- - sal_Bool UseSystemFileDialog() const; void SetUseSystemFileDialog( sal_Bool bSet ); sal_Bool IsUseSystemFileDialogReadOnly() const; sal_Bool TryODMADialog() const; void SetTryODMADialog( sal_Bool bSet ); - sal_Bool IsTryUseODMADialogReadOnly() const; sal_Bool DisableUICustomization() const; sal_Bool IsPluginsEnabled() const; - void SetPluginsEnabled( sal_Bool bEnable ); - sal_Bool IsPluginsEnabledReadOnly() const; sal_Int16 GetSymbolsSize() const; void SetSymbolsSize( sal_Int16 eSet ); sal_Int16 GetCurrentSymbolsSize() const; bool AreCurrentSymbolsLarge() const; - sal_Bool IsGetSymbolsSizeReadOnly() const; sal_Int16 GetSymbolsStyle() const; void SetSymbolsStyle( sal_Int16 eSet ); sal_Int16 GetCurrentSymbolsStyle() const; - ::rtl::OUString GetCurrentSymbolsStyleName() const; - sal_Bool IsGetSymbolsStyleReadOnly() const; sal_Int16 GetToolboxStyle() const; void SetToolboxStyle( sal_Int16 nStyle ); - sal_Bool IsGetToolboxStyleReadOnly() const; sal_Bool IsModifyByPrinting() const; void SetModifyByPrinting(sal_Bool bSet ); @@ -153,10 +121,6 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options void SetExperimentalMode( sal_Bool bSet ); sal_Bool IsExperimentalMode() const; - //------------------------------------------------------------------------------------------------------------- - // private methods - //------------------------------------------------------------------------------------------------------------- - private: /*-****************************************************************************************************//** @@ -175,10 +139,6 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options SVT_DLLPRIVATE static ::osl::Mutex& GetInitMutex(); - //------------------------------------------------------------------------------------------------------------- - // private member - //------------------------------------------------------------------------------------------------------------- - private: /*Attention |