summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/chardlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/chrdlg/chardlg.cxx')
-rw-r--r--sw/source/ui/chrdlg/chardlg.cxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx
index 26f69fd1a724..a719191afbda 100644
--- a/sw/source/ui/chrdlg/chardlg.cxx
+++ b/sw/source/ui/chrdlg/chardlg.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -53,7 +53,7 @@
#include <uitool.hxx>
#include <fmtinfmt.hxx>
#include <macassgn.hxx>
-#include <chrdlg.hxx> // der Dialog
+#include <chrdlg.hxx> // der Dialog
#include <swmodule.hxx>
#include <poolfmt.hxx>
@@ -117,7 +117,7 @@ SwCharDlg::~SwCharDlg()
}
/*--------------------------------------------------------------------
- Beschreibung: FontList setzen
+ Beschreibung: FontList setzen
--------------------------------------------------------------------*/
void SwCharDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
@@ -156,26 +156,26 @@ void SwCharDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
}
}
-SwCharURLPage::SwCharURLPage( Window* pParent,
+SwCharURLPage::SwCharURLPage( Window* pParent,
const SfxItemSet& rCoreSet ) :
SfxTabPage( pParent, SW_RES( TP_CHAR_URL ), rCoreSet ),
aURLFL ( this, SW_RES(FL_URL)),
aURLFT( this, SW_RES(FT_URL )),
- aURLED( this, SW_RES(ED_URL )),
- aTextFT( this, SW_RES(FT_TEXT )),
- aTextED( this, SW_RES(ED_TEXT )),
- aNameFT( this, SW_RES(FT_NAME )),
- aNameED( this, SW_RES(ED_NAME)),
- aTargetFrmFT( this, SW_RES(FT_TARGET )),
- aTargetFrmLB( this, SW_RES(LB_TARGET )),
+ aURLED( this, SW_RES(ED_URL )),
+ aTextFT( this, SW_RES(FT_TEXT )),
+ aTextED( this, SW_RES(ED_TEXT )),
+ aNameFT( this, SW_RES(FT_NAME )),
+ aNameED( this, SW_RES(ED_NAME)),
+ aTargetFrmFT( this, SW_RES(FT_TARGET )),
+ aTargetFrmLB( this, SW_RES(LB_TARGET )),
aURLPB( this, SW_RES(PB_URL )),
aEventPB( this, SW_RES(PB_EVENT )),
aStyleFL( this, SW_RES(FL_STYLE )),
- aVisitedFT( this, SW_RES(FT_VISITED )),
- aVisitedLB( this, SW_RES(LB_VISITED )),
- aNotVisitedFT( this, SW_RES(FT_NOT_VISITED)),
- aNotVisitedLB( this, SW_RES(LB_NOT_VISITED)),
+ aVisitedFT( this, SW_RES(FT_VISITED )),
+ aVisitedLB( this, SW_RES(LB_VISITED )),
+ aNotVisitedFT( this, SW_RES(FT_NOT_VISITED)),
+ aNotVisitedLB( this, SW_RES(LB_NOT_VISITED)),
pINetItem(0),
bModified(FALSE)
@@ -199,7 +199,7 @@ SwCharURLPage::SwCharURLPage( Window* pParent,
}
}
- aURLPB.SetClickHdl (LINK( this, SwCharURLPage, InsertFileHdl));
+ aURLPB.SetClickHdl (LINK( this, SwCharURLPage, InsertFileHdl));
aEventPB.SetClickHdl(LINK( this, SwCharURLPage, EventHdl ));
SwView *pView = ::GetActiveView();
@@ -275,7 +275,7 @@ BOOL SwCharURLPage::FillItemSet(SfxItemSet& rSet)
if(sURL.getLength())
{
sURL = URIHelper::SmartRel2Abs(INetURLObject(), sURL, Link(), false );
- // #i100683# file URLs should be normalized in the UI
+ // #i100683# file URLs should be normalized in the UI
static const sal_Char* pFile = "file:";
sal_Int32 nLength = ((sal_Int32)sizeof(pFile)-1);
if( sURL.copy(0, nLength ).equalsAsciiL( pFile, nLength ))
@@ -318,7 +318,7 @@ BOOL SwCharURLPage::FillItemSet(SfxItemSet& rSet)
return bModified;
}
-SfxTabPage* SwCharURLPage::Create( Window* pParent,
+SfxTabPage* SwCharURLPage::Create( Window* pParent,
const SfxItemSet& rAttrSet )
{
return ( new SwCharURLPage( pParent, rAttrSet ) );