summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/fldbas.cxx
diff options
context:
space:
mode:
authorKayo Hamid <revol.code@yahoo.com>2010-11-22 10:32:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-22 10:32:27 +0000
commit58012767d94eb0028fdfe87d620553090465dc6c (patch)
treea492acaf59acdf49c36784d4f60b4d9ee85a5bb8 /sw/source/core/fields/fldbas.cxx
parent1b0c06fa5141409d33aa4acf581a7806947f2ff8 (diff)
Clean code and comments at writer
Diffstat (limited to 'sw/source/core/fields/fldbas.cxx')
-rw-r--r--sw/source/core/fields/fldbas.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/fields/fldbas.cxx b/sw/source/core/fields/fldbas.cxx
index 2c429a96732d..a7a215faf1f1 100644
--- a/sw/source/core/fields/fldbas.cxx
+++ b/sw/source/core/fields/fldbas.cxx
@@ -308,13 +308,11 @@ void SwField::SetPar2(const String& )
USHORT SwField::GetSubType() const
{
-// ASSERT(0, "Sorry Not implemented");
return 0;
}
void SwField::SetSubType(USHORT )
{
-// ASSERT(0, "Sorry Not implemented");
}
bool SwField::QueryValue( uno::Any& rVal, USHORT nWhichId ) const