summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-20 15:20:29 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-20 15:23:34 -0500
commitbbe9cf453c9fd1809e6802e01bf959f7de7e9de9 (patch)
tree9d2ecfa07d7f3700ec417c64ccd6630453279a64 /unotools/inc
parentcallcatcher: Remove unused code (diff)
downloadcore-bbe9cf453c9fd1809e6802e01bf959f7de7e9de9.tar.gz
core-bbe9cf453c9fd1809e6802e01bf959f7de7e9de9.zip
callcatcher: Remove unused code
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/accelcfg.hxx10
-rw-r--r--unotools/inc/unotools/lingucfg.hxx2
-rw-r--r--unotools/inc/unotools/syslocaleoptions.hxx1
3 files changed, 0 insertions, 13 deletions
diff --git a/unotools/inc/unotools/accelcfg.hxx b/unotools/inc/unotools/accelcfg.hxx
index 633ab38bf6f8..d18076b15c89 100644
--- a/unotools/inc/unotools/accelcfg.hxx
+++ b/unotools/inc/unotools/accelcfg.hxx
@@ -68,18 +68,8 @@ public:
// save the configuration to a stream, f.e. into a document
bool Commit( SvStream& rStream );
- // returns the configured URL for a KeyEvent
- ::rtl::OUString GetCommand( const ::com::sun::star::awt::KeyEvent& rKeyEvent );
-
- // returns the whole configuration
- const SvtAcceleratorItemList& GetItems();
-
// sets a single configuration item
void SetCommand( const SvtAcceleratorConfigItem& rItem );
-
- // sets several or all configuration items
- // if bClear=sal_False, all items not in the sequence remain unchanged
- void SetItems( const SvtAcceleratorItemList& rItems, bool bClear );
};
#endif
diff --git a/unotools/inc/unotools/lingucfg.hxx b/unotools/inc/unotools/lingucfg.hxx
index 668cb267107b..6ae88f03eed0 100644
--- a/unotools/inc/unotools/lingucfg.hxx
+++ b/unotools/inc/unotools/lingucfg.hxx
@@ -205,10 +205,8 @@ public:
const com::sun::star::uno::Any &rValue );
sal_Bool GetOptions( SvtLinguOptions &rOptions ) const;
- sal_Bool SetOptions( const SvtLinguOptions &rOptions );
sal_Bool IsReadOnly( const rtl::OUString &rPropertyName ) const;
- sal_Bool IsReadOnly( sal_Int32 nPropertyHandle ) const;
//!
//! the following functions work on the 'ServiceManager' sub node of the
diff --git a/unotools/inc/unotools/syslocaleoptions.hxx b/unotools/inc/unotools/syslocaleoptions.hxx
index 6df96491e129..d05383506e87 100644
--- a/unotools/inc/unotools/syslocaleoptions.hxx
+++ b/unotools/inc/unotools/syslocaleoptions.hxx
@@ -110,7 +110,6 @@ public:
LanguageType GetRealLanguage() const;
/// The config string may be empty to denote the SYSTEM locale
- const ::rtl::OUString& GetUILocaleConfigString() const;
void SetUILocaleConfigString( const ::rtl::OUString& rStr );
com::sun::star::lang::Locale GetRealUILocale() const;
LanguageType GetRealUILanguage() const;