summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 19:28:46 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 20:30:44 +0100
commit32943a5b7eb635051567f8277864fd59fbb2805e (patch)
tree62cb2053e1d14150a395b449503fd29f284ebd3d /tools/inc
parentd6d6a8d79ac13a5b9e060032cab2fa216c0b8213 (diff)
binfilter: remove some traces
Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/bigint.hxx5
-rw-r--r--tools/inc/tools/shl.hxx20
2 files changed, 1 insertions, 24 deletions
diff --git a/tools/inc/tools/bigint.hxx b/tools/inc/tools/bigint.hxx
index 85708569c3a6..ffbc542cd172 100644
--- a/tools/inc/tools/bigint.hxx
+++ b/tools/inc/tools/bigint.hxx
@@ -29,7 +29,6 @@ class SvStream;
#ifdef _TLBIGINT_INT64
struct SbxINT64;
struct SbxUINT64;
-namespace binfilter { class SbxINT64Converter; }
#endif
#define MAX_DIGITS 8
@@ -38,10 +37,6 @@ class Fraction;
class TOOLS_DLLPUBLIC SAL_WARN_UNUSED BigInt
{
-#ifdef _TLBIGINT_INT64
- friend class ::binfilter::SbxINT64Converter;
-#endif
-
private:
long nVal;
unsigned short nNum[MAX_DIGITS];
diff --git a/tools/inc/tools/shl.hxx b/tools/inc/tools/shl.hxx
index 404298ac288f..43a5d8a02d3d 100644
--- a/tools/inc/tools/shl.hxx
+++ b/tools/inc/tools/shl.hxx
@@ -79,25 +79,7 @@
#define SHL_BRUSHITEM 51
//52 (SHL_SFONTITEM) removed
-// #110743#
-// #define SHL_COUNT 53
-// the following added for binary filter project
-// Since an array is created for that values, it is necessary to
-// put them directly behind the defined ones. Else, some space is
-// wasted.
-#define BF_SHL_SVX 53
-#define BF_SHL_ITEM 54
-#define BF_SHL_SVD 55
-#define BF_SHL_EDIT 56
-#define BF_SHL_SCH 57
-#define BF_SHL_SM 58
-#define BF_SHL_CALC 59
-#define BF_SHL_DRAW 60
-#define BF_SHL_WRITER 61
-#define BF_SHL_SVT 62
-#define BF_SHL_SVDDE 63
-
-#define SHL_COUNT 64
+#define SHL_COUNT 53
TOOLS_DLLPUBLIC void** GetAppData( sal_uInt16 nSharedLib );