summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biffhelper.hxx
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2012-03-20 13:33:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-20 13:48:12 +0000
commitda8034199e840092cd80d498b3cdb9d8a4c350f0 (patch)
treee096e11845b054b6c64c0b8ec38cda3fbbf300e7 /sc/source/filter/inc/biffhelper.hxx
parent04919d8f9c1c3372acecbb3716d6f557316eb3e5 (diff)
remove unused code (oox, sc)
Diffstat (limited to 'sc/source/filter/inc/biffhelper.hxx')
-rw-r--r--sc/source/filter/inc/biffhelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx
index be8303feac54..5f390fa2fb4f 100644
--- a/sc/source/filter/inc/biffhelper.hxx
+++ b/sc/source/filter/inc/biffhelper.hxx
@@ -607,8 +607,6 @@ public:
/** Converts the passed packed number to a double. */
static double calcDoubleFromRk( sal_Int32 nRkValue );
- /** Converts the passed double to a packed number, returns true on success. */
- static bool calcRkFromDouble( sal_Int32& ornRkValue, double fValue );
/** Converts the passed BIFF error to a double containing the respective Calc error code. */
static double calcDoubleFromError( sal_uInt8 nErrorCode );
@@ -616,8 +614,6 @@ public:
/** Returns a text encoding from an Windows code page.
@return The corresponding text encoding or RTL_TEXTENCODING_DONTKNOW. */
static rtl_TextEncoding calcTextEncodingFromCodePage( sal_uInt16 nCodePage );
- /** Returns a Windows code page from a text encoding. */
- static sal_uInt16 calcCodePageFromTextEncoding( rtl_TextEncoding eTextEnc );
// BIFF12 import ----------------------------------------------------------