summaryrefslogtreecommitdiff
path: root/sw/inc/fmtinfmt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:23:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:23:45 +0000
commit50f45e93e3601ca5a56e4b48329f24394ca8548f (patch)
tree50b8149288b5d4ff4b4d52cc7b243450e7dbf5ee /sw/inc/fmtinfmt.hxx
parent7991f28467ae1c62bc66b07b77d0a1a5c7015559 (diff)
INTEGRATION: CWS writercorehandoff (1.5.272); FILE MERGED
2005/09/13 11:31:59 tra 1.5.272.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 06:09:24 tra 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:09:55 fme 1.5.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/fmtinfmt.hxx')
-rw-r--r--sw/inc/fmtinfmt.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtinfmt.hxx b/sw/inc/fmtinfmt.hxx
index 36457e3c3280..d34564db9046 100644
--- a/sw/inc/fmtinfmt.hxx
+++ b/sw/inc/fmtinfmt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtinfmt.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:51:19 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:23:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,6 @@
#ifndef _FMTINFMT_HXX
#define _FMTINFMT_HXX
-
#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
#endif
@@ -94,13 +93,11 @@ public:
SwTxtINetFmt* GetTxtINetFmt() { return pTxtAttr; }
const String& GetValue() const { return aURL; }
- void SetValue( const String& rS ) { aURL = rS; }
const String& GetName() const { return aName; }
void SetName( const String& rNm ) { aName = rNm; }
const String& GetTargetFrame() const { return aTargetFrame; }
- void SetTargetFrame( const String& rNm ){ aTargetFrame = rNm; }
const String& GetINetFmt() const { return aINetFmt; }
void SetINetFmt( const String& rNm ) { aINetFmt = rNm; }