summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/insdlg.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:43:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 08:43:22 +0000
commit7145f927d5c16ad9bc7c3895ebecf51a452e20a2 (patch)
tree86084e153a2f0dda3917a609559c872e48f9abbc /svtools/source/dialogs/insdlg.cxx
parent5efdc620435d3f1ea3a72d2f1cfe787868800796 (diff)
INTEGRATION: CWS residcleanup (1.7.144); FILE MERGED
2007/02/18 19:42:44 pl 1.7.144.2: #i74635# get rid of implicit global ResMgr 2007/02/18 19:21:41 pl 1.7.144.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'svtools/source/dialogs/insdlg.cxx')
-rw-r--r--svtools/source/dialogs/insdlg.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx
index 6b76031e6b14..5cbd7ebdd751 100644
--- a/svtools/source/dialogs/insdlg.cxx
+++ b/svtools/source/dialogs/insdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: insdlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:44:31 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:43:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,7 @@
//#include <tools/debug.hxx>
//#include <svtools/urihelper.hxx>
#include "sores.hxx"
+#include "svtdata.hxx"
#include <sot/clsids.hxx>
#include <tools/rc.hxx>
@@ -257,7 +258,7 @@ void SvObjectServerList::FillInsertObjects()
#ifdef WNT
SvGlobalName aOleFact( SO3_OUT_CLASSID );
- String aOleObj( ResId( STR_FURTHER_OBJECT ) );
+ String aOleObj( SvtResId( STR_FURTHER_OBJECT ) );
Append( SvObjectServer( aOleFact, aOleObj ) );
#endif
@@ -359,7 +360,7 @@ String SvPasteObjectHelper::GetSotFormatUIName( SotFormatStringId nId )
}
if( nResId )
- aUIName = String( ResId( nResId ) );
+ aUIName = String( SvtResId( nResId ) );
else
aUIName = SotExchange::GetFormatName( nId );
@@ -417,7 +418,7 @@ sal_Bool SvPasteObjectHelper::GetEmbeddedName(const TransferableDataHelper& rDat
}
else
_rSource =
- String( ResId( STR_UNKNOWN_SOURCE ) );
+ String( SvtResId( STR_UNKNOWN_SOURCE ) );
}
bRet = sal_True;
}