summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-16 16:19:09 -0300
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-18 16:41:11 +0200
commite1e2228306dd3ed6460198729dd4d3f201ee0925 (patch)
tree314f24ea9487414cd5eb04eb78369238362eccd1 /sw/source/ui/uno
parentf7a86cc350f4364639c95058c32611efb2fde809 (diff)
bug id's from Oracle internal database removed
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index d1f8c5eba6cb..74cda2c34d23 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -1684,7 +1684,7 @@ Reference< XInterface > SwXTextDocument::createInstance(const OUString& rServic
if (rServiceName.lastIndexOf( C2U(".OLE2Shape") ) == rServiceName.getLength() - 10)
throw ServiceNotRegisteredException(); // declare service to be not registered with this factory
- // --> OD 2006-02-22 #b6382898#
+ //
// the XML import is allowed to create instances of com.sun.star.drawing.OLE2Shape.
// Thus, a temporary service name is introduced to make this possible.
OUString aTmpServiceName( rServiceName );
@@ -1974,7 +1974,7 @@ void SwXTextDocument::setPropertyValue(const OUString& rPropertyName,
case WID_DOC_BUILDID:
aValue >>= maBuildId;
break;
- // --> OD 2006-03-21 #b6375613#
+ //
case WID_APPLY_WORKAROUND_FOR_B6375613:
{
bool bApplyWorkaroundForB6375613( false );
@@ -2139,7 +2139,7 @@ Any SwXTextDocument::getPropertyValue(const OUString& rPropertyName)
case WID_DOC_HAS_VALID_SIGNATURES:
aAny <<= hasValidSignatures();
break;
- // --> OD 2006-03-21 #b6375613#
+ //
case WID_APPLY_WORKAROUND_FOR_B6375613:
{
aAny <<= pDocShell->GetDoc()->ApplyWorkaroundForB6375613();