diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java index f60b170c872..8adc97382ea 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/FindAction.java @@ -333,7 +333,7 @@ public abstract class FindAction extends SelectionParseAction { //or Working Copy (both represented by C_UNIT) or hit a null if (element.getElementType() == ICElement.C_UNIT || element == null){ - fullName.insert(0,"::"); //$NON-NLS-1$ +// fullName.insert(0,"::"); //$NON-NLS-1$ // fix for PR 104128 break; } else if (element.getElementType() != ICElement.C_ENUMERATION){