summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-15 14:25:29 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-15 14:26:13 +0200
commit770a8c2d1aee84001d01558656766ff3f40fe5fb (patch)
treee101db52811bd940a3b8a8a1124bd3cfd499373d
parentbb33c79f1a53da505128484a435ba51fd8d94c23 (diff)
Added tpcompatibility.odj to exceptions
-rw-r--r--sc/source/ui/optdlg/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/makefile.mk b/sc/source/ui/optdlg/makefile.mk
index eefab0d1c562..437d57d19595 100644
--- a/sc/source/ui/optdlg/makefile.mk
+++ b/sc/source/ui/optdlg/makefile.mk
@@ -47,12 +47,15 @@ CXXFILES = \
tpprint.cxx \
opredlin.cxx
+EXCEPTIONSFILES= \
+ $(SLO)$/tpcompatibility.obj
+
SLOFILES = \
$(SLO)$/tpusrlst.obj \
$(SLO)$/tpview.obj \
$(SLO)$/tpcalc.obj \
$(SLO)$/tpformula.obj \
- $(SLO)$/tpcompatibility.obj \
+ $(SLO)$/tpcompatibility.obj \
$(SLO)$/tpprint.obj \
$(SLO)$/opredlin.obj