diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 11:07:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 14:36:51 +0100 |
commit | d25228d045dd779db98ecbd83394ee019d6a89f8 (patch) | |
tree | d2ff8e357b05d5a87cdd30b1e60781020a05f215 /scp2/source | |
parent | 2b54caceab9d975bffa7e24bf732cb877b16632f (diff) |
No need for empty presets/psprint/
...it is created on demand in the UserInstallation in psp::getOfficePath
(vcl/generic/fontmanager/helper.cxx)---and was only present in installation
sets, not in instdir/, anyway.
Change-Id: I6d7314f7fa4f6c0040e94e49ac1fe34d03e861be
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index 110f67f75ecd..878da9827d63 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -386,16 +386,6 @@ End #ifdef UNX -Directory gid_Dir_User_Psprint - ParentID = gid_Dir_User; - DosName = "psprint"; - Styles = (CREATE); -End - -#endif - -#ifdef UNX - Directory gid_Dir_Fonts_Truetype ParentID = gid_Dir_Fonts; DosName = "truetype"; |