summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox/tbxitem.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:02:31 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:02:31 +0000
commite5c5a01ad74f9adfbde199926ed8dfc1eff34466 (patch)
tree598a9fe9238881cbc33e51de61f10ae4c91673b1 /sfx2/source/toolbox/tbxitem.cxx
parent98d75835afbbb9d42a5ababafc1549cf9651bb05 (diff)
INTEGRATION: CWS fwkq1 (1.31.26); FILE MERGED
2003/08/20 11:13:38 mba 1.31.26.3: #110843#: obsolete code removed 2003/07/15 16:11:57 mba 1.31.26.2: RESYNC: (1.31-1.32); FILE MERGED 2003/07/14 18:00:21 mba 1.31.26.1: #110843#: get rid of factories
Diffstat (limited to 'sfx2/source/toolbox/tbxitem.cxx')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index ff13243934a6..da58a28357f5 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbxitem.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:07:55 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:02:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,9 @@
#ifndef _SV_TOOLBOX_HXX
#include <vcl/toolbox.hxx>
#endif
+#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX
+#include <svtools/moduleoptions.hxx>
+#endif
#include <svtools/imagemgr.hxx>
#include <comphelper/processfactory.hxx>
@@ -742,7 +745,7 @@ BOOL Impl_ExistURLInMenu( const PopupMenu *pMenu ,
if (!bValidFallback)
{
*pFallback = DEFINE_CONST_UNICODE("private:factory/");
- *pFallback += String::CreateFromAscii(SfxObjectFactory::GetDefaultFactory().GetShortName());
+ *pFallback += String(SvtModuleOptions().GetDefaultModuleName());
}
return FALSE;