diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-20 22:11:32 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-20 22:47:23 -0500 |
commit | 3b3348b262eb34e15b666ba38a41fe9076942941 (patch) | |
tree | 50f4f2114e5b902fbfc8c2054cfab84cfb3c53ce /sfx2/Library_sfx.mk | |
parent | 5314ece79ef8abd7d48b9e030d0a73ffac782da1 (diff) |
Remove ptr_vector header exposure from sfx2/childwin.hxx public header.
Change-Id: I4060c8987a0da387d02f8468229854612a230db3
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index ae85eaaf37f2..d98e511ecc21 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -99,6 +99,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/appl/appserv \ sfx2/source/appl/appuno \ sfx2/source/appl/childwin \ + sfx2/source/appl/childwinimpl \ sfx2/source/appl/fileobj \ sfx2/source/appl/fwkhelper \ sfx2/source/appl/helpdispatch \ |