summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-11-14 09:11:54 +0000
committerFrank Schönheit <fs@openoffice.org>2002-11-14 09:11:54 +0000
commitedea724dd45c03dc4ee644040649f3001518162f (patch)
tree5f5466a8b5adebab8c0a9e03ee97b2f8d811b8be /forms
parent000c034b9f44f10387c37c76b7995a9f1888cd1a (diff)
#105006# FileDialogHelper's FILE*_* constants are enums now (and namespaced)
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ImageControl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index 840e70e11878..72cd815298a9 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageControl.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: fs $ $Date: 2002-08-27 12:50:36 $
+ * last change: $Author: fs $ $Date: 2002-11-14 10:11:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -646,7 +646,7 @@ void OImageControlControl::implInsertGraphics()
// build some arguments for the upcoming dialog
try
{
- ::sfx2::FileDialogHelper aDialog( FILEOPEN_LINK_PREVIEW, SFXWB_GRAPHIC );
+ ::sfx2::FileDialogHelper aDialog( ::sfx2::FILEOPEN_LINK_PREVIEW, SFXWB_GRAPHIC );
aDialog.SetTitle( sTitle );
Reference< XFilePickerControlAccess > xController(aDialog.GetFilePicker(), UNO_QUERY);