diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 12:21:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 12:21:00 +0000 |
commit | 14eed5ba2897721b4a8bd9d88d14156164f34bfc (patch) | |
tree | 2da7760e85e4c9072d4875c6d5299ed20fbc884c /svx/source/svdraw/svdetc.cxx | |
parent | 7e0598bf0c4a058f49566bd9a16be12fb7fb4bf4 (diff) |
INTEGRATION: CWS pathfinder01 (1.29.98); FILE MERGED
2007/07/01 16:51:57 cl 1.29.98.1: #i41800# added function to give access to svx string resources to other dll
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 14 |
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; |