summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-14 14:37:05 +0200
committerNoel Grandin <noel@peralex.com>2014-02-18 10:07:52 +0200
commit0b625af774b7160f4faeab9810d425d5240c9e87 (patch)
treedae9c27a033f1e95fd953519f1e63cab0098734c /sc/source/ui/inc
parentd8d01ba70ed0e988de057aae597b5eb84b454175 (diff)
remove dead method definitions
Change-Id: I1b549c5989d2d6600064a5d84ed1354203437563
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/autofmt.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx
index 1db19c4d6ae7..4a2a7e1aa4dd 100644
--- a/sc/source/ui/inc/autofmt.hxx
+++ b/sc/source/ui/inc/autofmt.hxx
@@ -101,17 +101,6 @@ private:
Font& rCJKFont,
Font& rCTLFont );
- SAL_DLLPRIVATE OUString MakeNumberString( OUString cellString, sal_Bool bAddDec );
- SAL_DLLPRIVATE void DrawFrameLine ( const ::editeng::SvxBorderLine& rLineD,
- Point from,
- Point to,
- sal_Bool bHorizontal,
- const ::editeng::SvxBorderLine& rLineLT,
- const ::editeng::SvxBorderLine& rLineL,
- const ::editeng::SvxBorderLine& rLineLB,
- const ::editeng::SvxBorderLine& rLineRT,
- const ::editeng::SvxBorderLine& rLineR,
- const ::editeng::SvxBorderLine& rLineRB );
SAL_DLLPRIVATE void CheckPriority ( sal_uInt16 nCurLine,
AutoFmtLine eLine,
::editeng::SvxBorderLine& rLine );