summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 13:59:16 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 13:59:16 +0000
commit31c5cadb006b2ef4d0fc9f2334aba8757bc7298e (patch)
tree8f6f1367b2bc9e3756ea0a80bf40832064fbb136 /sd/source/ui/unoidl/unoobj.cxx
parent1b4b908e210f8db0975c42b9af92441db40e993e (diff)
INTEGRATION: CWS presenterview (1.57.20); FILE MERGED
2008/03/26 10:46:51 cl 1.57.20.3: RESYNC: (1.58-1.59); FILE MERGED 2007/09/11 15:31:05 af 1.57.20.2: RESYNC: (1.57-1.58); FILE MERGED 2007/02/27 09:12:09 cl 1.57.20.1: #i71351# added api draft for a slideshow controller
Diffstat (limited to 'sd/source/ui/unoidl/unoobj.cxx')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 227a5dff7423..33f9cba51a45 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 11:52:33 $
+ * last change: $Author: kz $ $Date: 2008-04-03 14:59:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -169,7 +169,7 @@ using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::drawing::XShape;
-extern OUString getPageApiNameFromUiNameImpl( const String& rUIName );
+extern OUString getPageApiNameFromUiName( const String& rUIName );
extern String getUiNameFromPageApiNameImpl( const ::rtl::OUString& rApiName );
///////////////////////////////////////////////////////////////////////
@@ -1632,7 +1632,7 @@ uno::Any SAL_CALL SdUnoEventsAccess::getByName( const OUString& aName )
break;
case presentation::ClickAction_BOOKMARK:
{
- const OUString aStrBookmark( getPageApiNameFromUiNameImpl( pInfo->maBookmark ) );
+ const OUString aStrBookmark( getPageApiNameFromUiName( pInfo->maBookmark ) );
pProperties->Name = maStrBookmark;
pProperties->Handle = -1;
pProperties->Value <<= aStrBookmark;
@@ -1648,7 +1648,7 @@ uno::Any SAL_CALL SdUnoEventsAccess::getByName( const OUString& aName )
if( nPos >= 0 )
{
OUString aURL( aString.copy( 0, nPos+1 ) );
- aURL += getPageApiNameFromUiNameImpl( aString.copy( nPos+1 ) );
+ aURL += getPageApiNameFromUiName( aString.copy( nPos+1 ) );
aString = aURL;
}
pProperties->Name = maStrBookmark;