summaryrefslogtreecommitdiff
path: root/ucb/workben
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2000-11-10 09:36:14 +0000
committerStephan Bergmann <sb@openoffice.org>2000-11-10 09:36:14 +0000
commit143a8dd9673093b5f7b2dfb5e11597c80bffc27f (patch)
tree8ff70e05913d94f34eb3f6e2e36fc8d94507d595 /ucb/workben
parent7a49277febc944fdf9f2c021158c98639e6c1d75 (diff)
Removed SUPD 613 conditional.
Diffstat (limited to 'ucb/workben')
-rw-r--r--ucb/workben/ucb/ucbdemo.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx
index e1b7a1198d..97174213db 100644
--- a/ucb/workben/ucb/ucbdemo.cxx
+++ b/ucb/workben/ucb/ucbdemo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbdemo.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sb $ $Date: 2000-11-09 15:18:56 $
+ * last change: $Author: sb $ $Date: 2000-11-10 10:36:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1195,11 +1195,7 @@ void UcbContent::open( const OUString & rName, const UniString& rInput,
if ( bPrint )
{
OUString aId( xContentAccess->
-#if SUPD >= 613
queryContentIdentifierString() );
-#else // SUPD, 613
- queryContentIdentfierString() );
-#endif // SUPD, 613
aText += UniString::CreateFromInt32( ++n );
aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM(
") " ) );