summaryrefslogtreecommitdiff
path: root/embeddedobj/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 08:03:38 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 08:03:38 +0000
commit3dae678e39a78b6df6bde77e481239dd6e2c7733 (patch)
treebd62ba91b7ad472fcde5f145a951d81c24916341 /embeddedobj/source
parent7bcbbe4e27942edde6086486f8e6119aecf5c78a (diff)
INTEGRATION: CWS mav15 (1.2.38); FILE MERGED
2005/01/18 16:10:45 mav 1.2.38.1: #i39491# do not show show as icon checkbox
Diffstat (limited to 'embeddedobj/source')
-rw-r--r--embeddedobj/source/msole/xdialogcreator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/xdialogcreator.cxx b/embeddedobj/source/msole/xdialogcreator.cxx
index 49cfd492c627..1ef96368d9da 100644
--- a/embeddedobj/source/msole/xdialogcreator.cxx
+++ b/embeddedobj/source/msole/xdialogcreator.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xdialogcreator.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 15:11:44 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:03:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,7 +223,7 @@ embed::InsertedObjectInfo SAL_CALL MSOLEDialogObjectCreator::createInstanceByDia
io.lpszFile = szFile;
io.cchFile = MAX_PATH;
- io.dwFlags = IOF_SELECTCREATENEW | IOF_DISABLELINK;
+ io.dwFlags = IOF_SELECTCREATENEW | IOF_DISABLELINK | IOF_DISABLEDISPLAYASICON;
::vos::OModule aOleDlgLib;