diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-03-25 23:26:36 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-03-25 23:50:10 +0100 |
commit | 6a6519c27a5a7ea07e6a19fcd43e76ca616dce4d (patch) | |
tree | f0516fe768dcdb17293fb060aa6cf9d6f8650f3d /Repository.mk | |
parent | f7a226952ddd335d670f1a3766b2b87eb1572375 (diff) |
Export current Writer page as jpg/png
This is first step to rework of graphic exporting. The idea is to
replace the exporter that works only for Draw/Impress and replace
it with a general exporter for any object. With this it will be
far easier to export objects as charts. Currently only Writer is
supported and only jpg/png.
Additionally, this commit introduces a new Export dialog which
supports setting the pixel width, height and DPI.
Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 1da813e6c4ee..f07b819ce2b6 100644 --- a/Repository.mk +++ b/Repository.mk @@ -307,6 +307,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ flat \ for \ fwk \ + graphicfilter \ guesslang \ helplinker \ hwp \ |