summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fulinend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fulinend.cxx')
-rw-r--r--sd/source/ui/func/fulinend.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/fulinend.cxx b/sd/source/ui/func/fulinend.cxx
index 8d3886a6be4d..20280ec205f2 100644
--- a/sd/source/ui/func/fulinend.cxx
+++ b/sd/source/ui/func/fulinend.cxx
@@ -96,15 +96,15 @@ void FuLineEnd::DoExecute( SfxRequest& )
OUString aDesc( SdResId( STR_DESC_LINEEND ) );
OUString aName;
- long nCount = pLineEndList->Count();
- long j = 1;
+ ::tools::Long nCount = pLineEndList->Count();
+ ::tools::Long j = 1;
bool bDifferent = false;
while( !bDifferent )
{
aName = aNewName + " " + OUString::number(j++);
bDifferent = true;
- for( long i = 0; i < nCount && bDifferent; i++ )
+ for( ::tools::Long i = 0; i < nCount && bDifferent; i++ )
{
if( aName == pLineEndList->GetLineEnd( i )->GetName() )
bDifferent = false;
@@ -122,7 +122,7 @@ void FuLineEnd::DoExecute( SfxRequest& )
pDlg->GetName( aName );
bDifferent = true;
- for( long i = 0; i < nCount && bDifferent; i++ )
+ for( ::tools::Long i = 0; i < nCount && bDifferent; i++ )
{
if( aName == pLineEndList->GetLineEnd( i )->GetName() )
bDifferent = false;