diff options
author | Wol <anthony@youngman.org.uk> | 2010-11-10 10:56:50 +0000 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-10 14:16:26 +0100 |
commit | 019c8a2c5318e4183a4b1f7ab1d52dfb31ac1007 (patch) | |
tree | 2134abb6fd482adbcd4153535b66c9345d36dfc3 | |
parent | d1293ce3dd1bd9620a19d784a6640edffcb02765 (diff) |
Fix spelling mistake
-rw-r--r-- | dbaccess/source/core/recovery/subcomponentrecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/recovery/subcomponentrecovery.cxx b/dbaccess/source/core/recovery/subcomponentrecovery.cxx index 32d213dbc..bb84ccefc 100644 --- a/dbaccess/source/core/recovery/subcomponentrecovery.cxx +++ b/dbaccess/source/core/recovery/subcomponentrecovery.cxx @@ -506,7 +506,7 @@ namespace dbaccess case REPORT: if ( sModuleIdentifier.equalsAscii( "com.sun.star.report.ReportDefinition" ) ) { - // it's an SRB report desginer + // it's an SRB report designer m_aCompDesc.bForEditing = true; break; } |