summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2015-05-07 09:41:21 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-05-07 15:55:59 +0000
commitbf95b81a5d8fd52ea87b72b77ed70543f4f94f31 (patch)
treef45354ed6995ec3853958ae6e5d222090cd1a3c4 /sc/inc
parenta612c2ee5f6e9c40f33e7aa1b8d79ffee5cb4c9b (diff)
remove unused code; bMapDupToInternal in struct AddInMap
is not used apart from getting a value. Conflicts: sc/source/core/tool/odffmap.cxx Change-Id: I26e942f6357970c6d9de27b5d5cf00b451193732 Reviewed-on: https://gerrit.libreoffice.org/15658 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/compiler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index b0d9c71ae8a2..8c6b3732e48d 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -280,7 +280,6 @@ private:
{
const char* pODFF;
const char* pEnglish;
- bool bMapDupToInternal; // when writing ODFF
const char* pOriginal; // programmatical name
const char* pUpper; // upper case programmatical name
} maAddInMap[];