diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:39:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:39:24 +0000 |
commit | 9effb5d5c3eae6f63a8a2f6f11e5140ac582a515 (patch) | |
tree | ac9c67567383a8b6760b3d069ee72c031de0df43 /svx/source/accessibility | |
parent | 41b5187247d6bac43f8111861df075784306b057 (diff) |
INTEGRATION: CWS dr14 (1.22.92); FILE MERGED
2004/01/20 16:10:23 dr 1.22.92.1: #i23675# moved SvxFrameSelector accessibility to own source files
Diffstat (limited to 'svx/source/accessibility')
-rwxr-xr-x | svx/source/accessibility/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/accessibility/makefile.mk b/svx/source/accessibility/makefile.mk index 0294eb578bc5..e535be044493 100755 --- a/svx/source/accessibility/makefile.mk +++ b/svx/source/accessibility/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: kz $ $Date: 2003-08-25 14:37:39 $ +# last change: $Author: hr $ $Date: 2004-08-02 17:39:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,7 +99,8 @@ SLOFILES = \ $(SLO)$/ShapeTypeHandler.obj \ $(SLO)$/SvxShapeTypes.obj \ $(SLO)$/AccessibleControlShape.obj \ - $(SLO)$/DGColorNameLookUp.obj + $(SLO)$/DGColorNameLookUp.obj \ + $(SLO)$/AccessibleFrameSelector.obj SRS2NAME = accessibility SRC2FILES = accessibility.src |