diff options
author | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-01-12 10:43:45 +0100 |
---|---|---|
committer | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-01-12 10:43:45 +0100 |
commit | c230e962ca2c876187a028fa14426210b5746a0f (patch) | |
tree | f8a075be5d7cc4513e0f44746ddf0441359594b2 /sw/util | |
parent | b4c4d7ac0a50b17c526fc8092d1fa3b7b39dadd5 (diff) |
sw33a11y01: #i88070# refactoring of sidebar window code used for visualization of comments/annotations
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 013dd4a09ae8..b0fba46b8e2e 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -52,7 +52,7 @@ sw_res_files= \ $(SRS)$/dialog.srs \ $(SRS)$/chrdlg.srs \ $(SRS)$/config.srs \ - $(SRS)$/dbui.srs \ + $(SRS)$/dbui.srs \ $(SRS)$/dochdl.srs \ $(SRS)$/docvw.srs \ $(SRS)$/envelp.srs \ @@ -68,7 +68,7 @@ sw_res_files= \ $(SRS)$/smartmenu.srs \ $(SRS)$/table.srs \ $(SRS)$/uiview.srs \ - $(SRS)$/undo.srs \ + $(SRS)$/undo.srs \ $(SRS)$/unocore.srs \ $(SRS)$/utlui.srs \ $(SRS)$/web.srs \ |