summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:03:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:03:10 +0000
commit98251326909dc3d20803994d50309f65763f43f6 (patch)
tree46f08c963c5c49be1e7b4af2ffaab4f3ef7e6b40 /automation
parent70c1b11df57bdeeab0c325aeb416df69c0e9f8ce (diff)
INTEGRATION: CWS extmgrui04 (1.37.6); FILE MERGED
2008/06/19 08:05:07 gh 1.37.6.2: #i90143# small fix in errormessage 2008/06/19 07:48:25 gh 1.37.6.1: #i90143#add method for publisher and publisher URL
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/statemnt.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx
index 20303fe278af..8dd808f506a3 100644
--- a/automation/source/server/statemnt.cxx
+++ b/automation/source/server/statemnt.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: statemnt.cxx,v $
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
* This file is part of OpenOffice.org.
*
@@ -6046,8 +6046,14 @@ protected:
case 3:
pRet->GenReturn ( RET_Value, aUId, pELB->getItemDescription( nNr1 -1 ) );
break;
+ case 4:
+ pRet->GenReturn ( RET_Value, aUId, pELB->getItemPublisher( nNr1 -1 ) );
+ break;
+ case 5:
+ pRet->GenReturn ( RET_Value, aUId, pELB->getItemPublisherLink( nNr1 -1 ) );
+ break;
default:
- ValueOK( aUId, MethodString( nMethodId ).AppendAscii(" String Number"), nNr2, 3 );
+ ValueOK( aUId, MethodString( nMethodId ).AppendAscii(" String Number"), nNr2, 5 );
}
break;
case M_Select: