diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-08-18 16:43:38 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-08-18 16:43:38 +0200 |
commit | 967756108a94191a992d38cc4866a5f2971f56f5 (patch) | |
tree | 236159c976c72a236551e05c4f56a14d4fc19456 /framework/util | |
parent | 4929c034350dbad96804a5c517d3471c1d7b7b14 (diff) |
fwk153: #i113674# replace backing component if there is one
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 91532cda76e2..edc5f67ce60a 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -50,7 +50,6 @@ LIB1OBJFILES= \ $(SLO)$/protocolhandlercache.obj \ $(SLO)$/networkdomain.obj \ $(SLO)$/configaccess.obj \ - $(SLO)$/framelistanalyzer.obj \ $(SLO)$/shareablemutex.obj \ $(SLO)$/itemcontainer.obj \ $(SLO)$/rootitemcontainer.obj \ @@ -99,6 +98,7 @@ LIB2OBJFILES= \ $(SLO)$/configimporter.obj \ $(SLO)$/menuextensionsupplier.obj \ $(SLO)$/preventduplicateinteraction.obj \ + $(SLO)$/framelistanalyzer.obj \ $(SLO)$/titlehelper.obj # --- import classes library --------------------------------------------------- |