summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/svdraw/svdetc.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 1ef1b203a44b..1438d207c2eb 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdetc.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 19:00:45 $
+ * last change: $Author: rt $ $Date: 2007-07-06 13:21:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -715,6 +715,16 @@ String ImpGetResStr(sal_uInt16 nResID)
////////////////////////////////////////////////////////////////////////////////////////////////////
+namespace sdr
+{
+String GetResourceString(sal_uInt16 nResID)
+{
+ return ImpGetResStr( nResID );
+}
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
+
BOOL SearchOutlinerItems(const SfxItemSet& rSet, BOOL bInklDefaults, BOOL* pbOnlyEE)
{
BOOL bHas=FALSE;