summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 12:45:54 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 12:45:54 +0000
commit1fdd8dbb1a60803e737e6fc1d3460fd7820b5deb (patch)
tree7c9847f5967f55bff7a8c7675c22d63ea56ed0d7 /padmin
parent6e68e61e16ea981cfdf08d853d37435b66954c12 (diff)
INTEGRATION: CWS vcl20 (1.7.136); FILE MERGED
2004/02/20 14:57:26 pl 1.7.136.1: #i20934# search in subdirectories for fonts, too
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/fontentry.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/padmin/source/fontentry.hxx b/padmin/source/fontentry.hxx
index 358589ff38bb..9697dd2aef0f 100644
--- a/padmin/source/fontentry.hxx
+++ b/padmin/source/fontentry.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontentry.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pl $ $Date: 2001-06-27 16:03:31 $
+ * last change: $Author: rt $ $Date: 2004-03-30 13:45:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,8 @@ namespace padmin {
FixedLine m_aFromFL;
Edit m_aFromDirEdt;
PushButton m_aFromBtn;
+ CheckBox m_aSubDirsBox;
+ FixedLine m_aTargetOptFL;
CheckBox m_aLinkOnlyBox;
FixedText m_aFixedText;
bool m_bOverwriteAll;
@@ -137,6 +139,7 @@ namespace padmin {
DECL_LINK( ClickBtnHdl, Button* );
DECL_LINK( ModifyHdl, Edit* );
+ DECL_LINK( ToggleHdl, CheckBox* );
// implement ImportFontCallback
virtual void importFontsFailed( ::psp::PrintFontManager::ImportFontCallback::FailCondition eReason );