summaryrefslogtreecommitdiff
path: root/sw/inc/inetfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/inetfld.hxx')
-rw-r--r--sw/inc/inetfld.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/inc/inetfld.hxx b/sw/inc/inetfld.hxx
index 19b5666fa648..ef1ebbfe71a8 100644
--- a/sw/inc/inetfld.hxx
+++ b/sw/inc/inetfld.hxx
@@ -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
@@ -52,9 +52,9 @@ public:
virtual SwFieldType* Copy() const;
- SwCharFmt* GetCharFmt( const SwINetField& rFld );
+ SwCharFmt* GetCharFmt( const SwINetField& rFld );
- SwDoc* GetDoc() const { return pDoc; }
+ SwDoc* GetDoc() const { return pDoc; }
};
/*--------------------------------------------------------------------
@@ -65,7 +65,7 @@ class SwINetField : public SwField
{
friend class SwINetFieldType;
- String sTargetFrameName; // in diesen Frame soll die URL
+ String sTargetFrameName; // in diesen Frame soll die URL
String sURL;
String sText;
SvxMacroTableDtor* pMacroTbl;
@@ -74,31 +74,31 @@ public:
// Direkte Eingabe alten Wert loeschen
SwINetField( SwINetFieldType* pTyp, USHORT nFmt,
const String& rURL, const String& rText );
- virtual ~SwINetField();
+ virtual ~SwINetField();
- virtual String GetCntnt(BOOL bName = FALSE) const;
- virtual String Expand() const;
+ virtual String GetCntnt(BOOL bName = FALSE) const;
+ virtual String Expand() const;
virtual SwField* Copy() const;
// URL
virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual void SetPar1(const String& rStr);
// HinweisText
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual String GetPar2() const;
+ virtual void SetPar2(const String& rStr);
// das ist das akt. Zeichenformat
SwCharFmt* GetCharFmt();
const SwCharFmt* GetCharFmt() const
{ return ((SwINetField*)this)->GetCharFmt(); }
- const String& GetTargetFrameName() const { return sTargetFrameName; }
- void SetTargetFrameName( const String& rNm ) { sTargetFrameName = rNm; }
+ const String& GetTargetFrameName() const { return sTargetFrameName; }
+ void SetTargetFrameName( const String& rNm ) { sTargetFrameName = rNm; }
// setze eine neue oder loesche die akt. MakroTabelle
void SetMacroTbl( const SvxMacroTableDtor* pTbl = 0 );
- const SvxMacroTableDtor* GetMacroTbl() const { return pMacroTbl; }
+ const SvxMacroTableDtor* GetMacroTbl() const { return pMacroTbl; }
// setze / erfrage ein Makro
void SetMacro( USHORT nEvent, const SvxMacro& rMacro );