diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:27:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:27:16 +0000 |
commit | 565816edc48f2c733a7cc042f117b557da02b1ea (patch) | |
tree | 1b9bd060e3cd9ee07b1099e5b78c611843908a01 | |
parent | ac17cad13461524f9b3168d1c2febaf2d9616acf (diff) |
INTEGRATION: CWS asyncdialogs (1.9.148); FILE MERGED
2006/08/30 11:47:39 pb 1.9.148.3: RESYNC: (1.10-1.11); FILE MERGED
2006/03/22 10:12:34 pb 1.9.148.2: RESYNC: (1.9-1.10); FILE MERGED
2006/03/13 07:53:47 pb 1.9.148.1: fix: #i57125# GetFileFilterNameDlg() removed
-rw-r--r-- | sw/source/ui/inc/uitool.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/ui/inc/uitool.hxx b/sw/source/ui/inc/uitool.hxx index 76d2bc87dc..757d3771a3 100644 --- a/sw/source/ui/inc/uitool.hxx +++ b/sw/source/ui/inc/uitool.hxx @@ -4,9 +4,9 @@ * * $RCSfile: uitool.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:46:42 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:27:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,12 +90,6 @@ void SfxToSwPageDescAttr( const SwWrtShell& rShell, SfxItemSet& rSet ); SW_DLLPUBLIC FieldUnit GetDfltMetric(BOOL bWeb); void SetDfltMetric(FieldUnit eMetric, BOOL bWeb); -// besorge einen Filenamen/Filternamen. Wird ppMed uebergeben, wird das -// erzeugte Medium returnt. Auch das FilePassword kann returnt werden. -SW_DLLPUBLIC BOOL GetFileFilterNameDlg( Window& rParent, String& rFileName, - String* pFilePassword =0, String* pFilterName =0, - SfxMedium** ppMed = 0 ); - // ListBox mit allen Zeichenvorlagen fuellen - ausser Standard! SW_DLLPUBLIC void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, BOOL bSorted = FALSE, BOOL bWithDefault = FALSE); |