diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-19 16:21:20 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-19 16:21:20 +0000 |
commit | cd72a9fdb92d8a33ef5101d6b9a555e31ccbb23f (patch) | |
tree | ba14873411fefa480ccd617fc1dff3558df13d4c /svx/source/tbxctrls | |
parent | 361640643252e692fe23ef445b2605fc9a042555 (diff) |
INTEGRATION: CWS fwk74 (1.12.68); FILE MERGED
2007/10/08 13:41:32 cd 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED
2007/09/07 12:41:36 cd 1.12.68.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/makefile.mk b/svx/source/tbxctrls/makefile.mk index c95124ebf626..9ee2acea8acb 100644 --- a/svx/source/tbxctrls/makefile.mk +++ b/svx/source/tbxctrls/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2007-09-05 17:46:51 $ +# last change: $Author: ihi $ $Date: 2007-11-19 17:21:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,8 @@ SLOFILES= \ $(SLO)$/verttexttbxctrl.obj \ $(SLO)$/toolbarmenu.obj \ $(SLO)$/tbxcolor.obj \ - $(SLO)$/tbxcolorupdate.obj + $(SLO)$/tbxcolorupdate.obj \ + $(SLO)$/tbunocontroller.obj SRS1NAME=$(TARGET) SRC1FILES = \ |