diff options
author | gt <gt@openoffice.org> | 2002-10-18 12:31:56 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-10-18 12:31:56 +0000 |
commit | 057d5e41365a17ffa1ccbf4843be800d3a666c32 (patch) | |
tree | ad658a8087d6bfb7a47acb6464850cb013d56121 /svx/source | |
parent | ac507c4534c338733e8854bb031a9c0581388537 (diff) |
#90974# added SvxPluginFileDlg::SetDialogHelpId() and ::SetContext()
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/pfiledlg.cxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/dialog/pfiledlg.cxx b/svx/source/dialog/pfiledlg.cxx index bac4f4f614ee..6f8d63b74967 100644 --- a/svx/source/dialog/pfiledlg.cxx +++ b/svx/source/dialog/pfiledlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pfiledlg.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: thb $ $Date: 2001-06-27 08:23:46 $ + * last change: $Author: gt $ $Date: 2002-10-18 13:31:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -313,4 +313,12 @@ sal_Bool SvxPluginFileDlg::IsAvailable (sal_uInt16 nKind) return bFound; } +void SvxPluginFileDlg::SetDialogHelpId( const sal_Int32 _nHelpId ) +{ + maFileDlg.SetDialogHelpId( _nHelpId ); +} +void SvxPluginFileDlg::SetContext( sfx2::FileDialogHelper::Context _eNewContext ) +{ + maFileDlg.SetContext( _eNewContext ); +} |