diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-06-26 18:27:24 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-06-26 18:27:24 +0000 |
commit | fe958007bf53d284f173201a7f6f0c987c7c1256 (patch) | |
tree | be327406d7bb8667b7dac696a813fa29a1895174 /padmin/source/fontentry.hxx | |
parent | 5c181f18afe4347e35e6c21f5432f641e22d0777 (diff) |
#85520# add: rename fonts
Diffstat (limited to 'padmin/source/fontentry.hxx')
-rw-r--r-- | padmin/source/fontentry.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/padmin/source/fontentry.hxx b/padmin/source/fontentry.hxx index 7866b59ae634..fbea21c7bf1c 100644 --- a/padmin/source/fontentry.hxx +++ b/padmin/source/fontentry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fontentry.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pl $ $Date: 2001-06-15 15:30:08 $ + * last change: $Author: pl $ $Date: 2001-06-26 19:27:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,12 +156,15 @@ namespace padmin { { private: OKButton m_aOKButton; + PushButton m_aRenameButton; PushButton m_aRemoveButton; PushButton m_aImportButton; DelListBox m_aFontBox; FixedText m_aFixedText; + String m_aRenameString; + String m_aRenameTTCString; ::psp::PrintFontManager& m_rFontManager; // maps fontID to XLFD |