diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-02-02 23:18:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-02-02 23:19:08 +0100 |
commit | 0dbda27fb81bc063c865a6829fb035322fd77035 (patch) | |
tree | ec4eeaa6865ff3ac3ed1c969a6b04d01a94acbb6 | |
parent | 48fc7d44c14e174e007ee2f0ddc16385129d4854 (diff) |
Remove things not used
-rw-r--r-- | sc/inc/nameuno.hxx | 5 | ||||
-rw-r--r-- | sc/source/ui/unoobj/nameuno.cxx | 8 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 14 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx index a83748c824e1..ee66e26f648d 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -173,11 +173,6 @@ public: throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); - - // methods accessible via getImplementation() - void SetContentWithGrammar( const ::rtl::OUString& aContent, - const formula::FormulaGrammar::Grammar eGrammar ) - throw(::com::sun::star::uno::RuntimeException); }; diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx index efb00e67252b..48baee87334e 100644 --- a/sc/source/ui/unoobj/nameuno.cxx +++ b/sc/source/ui/unoobj/nameuno.cxx @@ -265,14 +265,6 @@ void SAL_CALL ScNamedRangeObj::setContent( const rtl::OUString& aContent ) Modify_Impl( NULL, NULL, &aContStr, NULL, NULL,formula::FormulaGrammar::GRAM_PODF_A1 ); } -void ScNamedRangeObj::SetContentWithGrammar( const ::rtl::OUString& aContent, - const formula::FormulaGrammar::Grammar eGrammar ) - throw(::com::sun::star::uno::RuntimeException) -{ - String aContStr(aContent); - Modify_Impl( NULL, NULL, &aContStr, NULL, NULL, eGrammar ); -} - table::CellAddress SAL_CALL ScNamedRangeObj::getReferencePosition() throw(uno::RuntimeException) { diff --git a/unusedcode.easy b/unusedcode.easy index 15364fe0bca2..28a91d71728f 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -176,7 +176,6 @@ ScMyCellInfo::ScMyCellInfo() ScMyStyleRanges::SetStylesToRanges(ScRangeList*, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&) ScMyStyleRanges::SetStylesToRanges(ScRangeListRef, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&) ScNameDefDlg::LinkStubEdModifyHdl(void*, void*) -ScNamedRangeObj::SetContentWithGrammar(rtl::OUString const&, formula::FormulaGrammar::Grammar) ScNamedRangeObj::getImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>) ScOutputData::DrawEditParam::getEngineWidth(ScFieldEditEngine*) const ScRTFColTwips::Insert(ScRTFColTwips const*, unsigned short, unsigned short) |