diff options
author | Thomas Benisch <tbe@openoffice.org> | 2002-03-07 18:58:09 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2002-03-07 18:58:09 +0000 |
commit | b331ceae34351c6868eb29d6c89516582c0c0842 (patch) | |
tree | 9f0dcd2ac312f422a82bc93b93cbacafb463464f /unotools/source/accessibility | |
parent | ed62bd8d3a72e854d53ba03612376a34177d7d28 (diff) |
#97222# added accessibletexthelper.obj
Diffstat (limited to 'unotools/source/accessibility')
-rw-r--r-- | unotools/source/accessibility/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/source/accessibility/makefile.mk b/unotools/source/accessibility/makefile.mk index 6357d9a2cf62..ec8f08cbcb62 100644 --- a/unotools/source/accessibility/makefile.mk +++ b/unotools/source/accessibility/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: sab $ $Date: 2002-02-14 13:54:20 $ +# last change: $Author: tbe $ $Date: 2002-03-07 19:58:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,7 +88,8 @@ UNOUCROUT=$(OUT)$/inc # --- Files ------------------------------------- SLOFILES= $(SLO)$/accessiblestatesethelper.obj \ - $(SLO)$/accessiblerelationsethelper.obj + $(SLO)$/accessiblerelationsethelper.obj \ + $(SLO)$/accessibletexthelper.obj # --- Targets ---------------------------------- |