diff options
author | Noel Power <noel.power@novell.com> | 2011-03-02 11:20:45 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-03-02 11:36:54 +0000 |
commit | bb552b9b9ebd4ffa4f7110952916cdab2a1a3b36 (patch) | |
tree | 3d01158eca50abc40195e6a635fa6986d091bea1 /oox/prj | |
parent | e2cb41babdcc39ba9224f2cddf7d0eb84dd25368 (diff) |
resolves fdo#34909
enable import of macros for docxm
Diffstat (limited to 'oox/prj')
-rw-r--r-- | oox/prj/d.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/prj/d.lst b/oox/prj/d.lst index e8a689b58908..e2f066c4a7e6 100644 --- a/oox/prj/d.lst +++ b/oox/prj/d.lst @@ -41,6 +41,8 @@ mkdir: %_DEST%\inc%_EXT%\oox\xls ..\inc\oox\vml\vmlshape.hxx %_DEST%\inc%_EXT%\oox\vml\vmlshape.hxx ..\inc\oox\export\*.hxx %_DEST%\inc%_EXT%\oox\export\*.hxx ..\inc\oox\ole\oleobjecthelper.hxx %_DEST%\inc%_EXT%\oox\ole\oleobjecthelper.hxx +..\inc\oox\ole\vbaproject.hxx %_DEST%\inc%_EXT%\oox\ole\vbaproject.hxx +..\inc\oox\ole\olestorage.hxx %_DEST%\inc%_EXT%\oox\ole\olestorage.hxx dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |