diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 15:04:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 15:04:55 +0000 |
commit | 29a4847890f529dad10e2d9f0334eeb6c919f0c7 (patch) | |
tree | 04acdb6805ad502ad7fca3c8ad1b920b5dd4512f /extensions/source/propctrlr/fontdialog.cxx | |
parent | e12f3a21a4e45ace5596f29e477d447c6ac51238 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'extensions/source/propctrlr/fontdialog.cxx')
-rw-r--r-- | extensions/source/propctrlr/fontdialog.cxx | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx index d39c51b53e39..28ce957bc399 100644 --- a/extensions/source/propctrlr/fontdialog.cxx +++ b/extensions/source/propctrlr/fontdialog.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fontdialog.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2001-08-15 15:00:38 $ + * last change: $Author: hr $ $Date: 2003-03-25 16:03:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -703,25 +703,3 @@ namespace pcr } // namespace pcr //............................................................................ -/************************************************************************* - * history: - * $Log: not supported by cvs2svn $ - * Revision 1.5 2001/07/20 13:02:44 fs - * #90040# use LocaleDataWrapper instead of International class - * - * Revision 1.4 2001/06/27 07:48:59 fs - * #88275# correctly initialize the SvxFontItems - * - * Revision 1.3 2001/06/11 11:29:45 fs - * #86096# added functionallity to allow to use this dialog as UNO service - * - * Revision 1.2 2001/06/06 08:16:00 fs - * #86096# don't disable underline color anymore - * - * Revision 1.1 2001/03/21 15:41:36 fs - * initial checkin - font dialog for form controls - * - * - * Revision 1.0 21.03.01 10:17:26 fs - ************************************************************************/ - |