summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppControllerDnD.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-27 22:55:22 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-01 20:48:09 +0100
commitbd658dc67a7c88f787b2d2207b52ff1d95794518 (patch)
treeff9a4e4145dcf69721377482562309fbee4aafe1 /dbaccess/source/ui/app/AppControllerDnD.cxx
parentOSL_ASSERT takes a condition, not a message (diff)
downloadcore-bd658dc67a7c88f787b2d2207b52ff1d95794518.tar.gz
core-bd658dc67a7c88f787b2d2207b52ff1d95794518.zip
Remove date comments in base.
Diffstat (limited to 'dbaccess/source/ui/app/AppControllerDnD.cxx')
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx
index 3974fd68f4bf..e58c11a9ae86 100644
--- a/dbaccess/source/ui/app/AppControllerDnD.cxx
+++ b/dbaccess/source/ui/app/AppControllerDnD.cxx
@@ -211,7 +211,7 @@ void OApplicationController::deleteObjects( ElementType _eType, const ::std::vec
// The list of elements to delete is allowed to contain related elements: A given element may
// be the ancestor or child of another element from the list.
// We want to ensure that ancestors get deleted first, so we normalize the list in this respect.
- // #i33353# - 2004-09-27 - fs@openoffice.org
+ // #i33353#
::std::set< ::rtl::OUString > aDeleteNames;
// Note that this implicitly uses ::std::less< ::rtl::OUString > a comparison operation, which
// results in lexicographical order, which is exactly what we need, because "foo" is *before*
@@ -265,7 +265,7 @@ void OApplicationController::deleteObjects( ElementType _eType, const ::std::vec
// now that we removed the element, care for all it's child elements
// which may also be a part of the list
- // #i33353# - 2004-09-27 - fs@openoffice.org
+ // #i33353#
OSL_ENSURE( aThisRound->getLength() - 1 >= 0, "OApplicationController::deleteObjects: empty name?" );
::rtl::OUStringBuffer sSmallestSiblingName( *aThisRound );
sSmallestSiblingName.append( (sal_Unicode)( '/' + 1) );