diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-03 14:06:50 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-03 16:03:31 -0430 |
commit | 9f55545a1a1d96e133eb734607ef52a463a0f0ea (patch) | |
tree | 371672d0e575c6336d932d6c032dbfabd3ac04d1 /sfx2/Library_sfx.mk | |
parent | ff1ba1fc3c45b7449e2f4fe3c46a1d4c134a7092 (diff) |
Create dialog skeleton to ask user for new folder name.
Change-Id: I5f861753c7b4d0e901c8268f4004676df7da124f
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 0bff14e0b5cc..da801593f6d7 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -164,6 +164,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/dialog/filedlghelper \ sfx2/source/dialog/filtergrouping \ sfx2/source/dialog/itemconnect \ + sfx2/source/dialog/inputdlg \ sfx2/source/dialog/mailmodel \ sfx2/source/dialog/mgetempl \ sfx2/source/dialog/navigat \ |