diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 19:58:13 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:57:02 +0100 |
commit | 7dc7a33a30efad050d5619c8f51622fe32e5e1b4 (patch) | |
tree | 59307b58cafa59c31b2f8a13bee099c1a4a9d95b /dbaccess | |
parent | a38828d33c0b2d4fe1d353b5bec65b5ecefec8d1 (diff) |
WaE: duplicateBranch
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/xmlStyleImport.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx index 4d44a70f5e29..9463ebe413dd 100644 --- a/dbaccess/source/filter/xml/xmlStyleImport.cxx +++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx @@ -309,10 +309,6 @@ sal_Int32 OTableStylesContext::GetIndex(const sal_Int16 nContextID) GetImportPropertyMapper(XML_STYLE_FAMILY_TABLE_TABLE)->getPropertySetMapper()->FindEntryIndex(nContextID); return nMasterPageNameIndex; } - else if ( nContextID == CTF_DB_ISVISIBLE ) - { - return -1; - } else return -1; } |