summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/uitool.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:27:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:27:16 +0000
commit15c309a4df04c1d4ee541eff44e259ad50c666dd (patch)
tree0af24e33c617d6ec54f5cad03ae91daa8a8a78a6 /sw/source/ui/inc/uitool.hxx
parentINTEGRATION: CWS asyncdialogs (1.12.148); FILE MERGED (diff)
downloadcore-15c309a4df04c1d4ee541eff44e259ad50c666dd.tar.gz
core-15c309a4df04c1d4ee541eff44e259ad50c666dd.zip
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
Diffstat (limited to 'sw/source/ui/inc/uitool.hxx')
-rw-r--r--sw/source/ui/inc/uitool.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/ui/inc/uitool.hxx b/sw/source/ui/inc/uitool.hxx
index c8c30fb38364..59f04cda7fa6 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);