diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-16 23:26:51 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-17 00:49:48 +0100 |
commit | ce8f0a7e7205e70e7ec5f1be0024e52903fdec7a (patch) | |
tree | d5be2d4a194f5a89a7451d6f2cbe00fe740b36eb /sw/uiconfig | |
parent | 38b42cee869c573dcdd9af2538a143edf9f18d33 (diff) |
Removing the last remnants of layout - sorry to see it go :-(
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/layout/delzip | 1 | ||||
-rw-r--r-- | sw/uiconfig/layout/layout.mk | 33 | ||||
-rw-r--r-- | sw/uiconfig/layout/wordcount.xml | 50 |
3 files changed, 0 insertions, 84 deletions
diff --git a/sw/uiconfig/layout/delzip b/sw/uiconfig/layout/delzip deleted file mode 100644 index 7b4d68d70fca..000000000000 --- a/sw/uiconfig/layout/delzip +++ /dev/null @@ -1 +0,0 @@ -empty
\ No newline at end of file diff --git a/sw/uiconfig/layout/layout.mk b/sw/uiconfig/layout/layout.mk deleted file mode 100644 index f6bea876d898..000000000000 --- a/sw/uiconfig/layout/layout.mk +++ /dev/null @@ -1,33 +0,0 @@ -# TODO: move to solenv/inc -# copies: sw/uiconfig/layout svx/uiconfig/layout - -TRALAY=tralay -XML_DEST=$(DLLDEST) -XML_LANGS=$(alllangiso) - -ALL_XMLS=$(foreach,i,$(XML_FILES) $(XML_DEST)/$i) $(foreach,i,$(XML_LANGS) $(foreach,j,$(XML_FILES) $(XML_DEST)/$i/$j)) - -# Must remove the -j (no duplicate base file names) flag -ZIPUPDATE=-u -XML_ZIP = $(PRJNAME)-layout - -ALLTAR: $(XML_ZIP) - -$(XML_ZIP): $(ALL_XMLS) - -ZIP1DIR=$(XML_DEST) -ZIP1TARGET=$(XML_ZIP) -ZIP1LIST=$(ALL_XMLS:s@$(XML_DEST)/@@) - -$(foreach,i,$(XML_LANGS) $(XML_DEST)/$i/%.xml): %.xml - -$(MKDIR) $(@:d) - @echo $(foreach,i,$(XML_LANGS) $(XML_DEST)/$i/%.xml): %.xml - $(TRALAY) -m localize.sdf -o $(XML_DEST) -l $(XML_LANGS:f:t" -l ") $< - -$(XML_DEST)/%.xml: %.xml - -$(MKDIR) $(@:d) - $(COPY) $< $@ - -# Don't want to overwrite filled localize.sdf with empty template -template.sdf: - $(foreach,i,$(XML_FILES) $(TRALAY) -l en-US $i) > $@ diff --git a/sw/uiconfig/layout/wordcount.xml b/sw/uiconfig/layout/wordcount.xml deleted file mode 100644 index c8f8092e3698..000000000000 --- a/sw/uiconfig/layout/wordcount.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- This is a template. i18n translation is not performed in-place; - i18n translated xml files are generated from this template by - transex3/layout/tralay. !--> - -<modaldialog xmlns="http://openoffice.org/2007/layout" - xmlns:cnt="http://openoffice.org/2007/layout/container" - help-id="HID_DLG_WORDCOUNT" - id="DLG_WORDCOUNT" - sizeable="true" moveable="true" optimumsize="true" - has_border="true" sv-look="true" _title="Word Count"> - <vbox border="5" spacing="5"> - <fixedline id="FL_CURRENT" _text="Current selection"/> - <hbox> - <vbox cnt:padding="13" spacing="5"> - <hbox> - <fixedtext id="FT_CURRENTWORD" _label="Words:"/> - <flow cnt:padding="60"/> - <fixedtext id="FI_CURRENTWORD" right="true" _label="0"/> - </hbox> - <hbox> - <fixedtext id="FT_CURRENTCHARACTER" _label="Characters:"/> - <flow cnt:padding="60"/> - <fixedtext id="FI_CURRENTCHARACTER" right="true" _label="00"/> - </hbox> - </vbox> - </hbox> - <!-- if we could do cnt:cnt:padding="-13" here, we would not have to close - and reope the hbox/vbox thing !--> - <fixedline id="FL_DOC" _text="Whole document"/> - <hbox> - <vbox cnt:padding="13" spacing="5"> - <hbox> - <fixedtext id="FT_DOCWORD" _label="Words:"/> - <fixedtext id="FI_DOCWORD" right="true" _label="000"/> - </hbox> - <hbox> - <fixedtext id="FT_DOCCHARACTER" _label="Characters:"/> - <fixedtext id="FI_DOCCHARACTER" right="true" _label="0000"/> - </hbox> - </vbox> - </hbox> - <fixedline cnt:padding="1" id="FL_BOTTOM"/> - <dialogbuttonhbox spacing="5"> - <flow/> - <okbutton id="PB_OK"/> - <helpbutton id="PB_HELP"/> - </dialogbuttonhbox> - </vbox> -</modaldialog> |