diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-28 11:35:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-28 13:08:56 +0100 |
commit | 382f43dd2eedfd6d1377af48980307edfe12cde6 (patch) | |
tree | 11e8fa74a4d2782ac8cf0296e07f3f86f7370851 | |
parent | 96433d351e5423a2ca189464f50179becd557d70 (diff) |
don't need to export useroptions_const.hxx
-rw-r--r-- | unotools/Package_inc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/Package_inc.mk b/unotools/Package_inc.mk index 46cb143fa50b..a46b21973e51 100644 --- a/unotools/Package_inc.mk +++ b/unotools/Package_inc.mk @@ -99,7 +99,6 @@ $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/ucbhelper.hxx,unotoo $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/ucblockbytes.hxx,unotools/ucblockbytes.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/ucbstreamhelper.hxx,unotools/ucbstreamhelper.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/unotoolsdllapi.h,unotools/unotoolsdllapi.h)) -$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/useroptions_const.hxx,unotools/useroptions_const.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/useroptions.hxx,unotools/useroptions.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/viewoptions.hxx,unotools/viewoptions.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/workingsetoptions.hxx,unotools/workingsetoptions.hxx)) |