]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
Revert "Fix bug #8782."
[lyx.git] / src / CutAndPaste.cpp
index 1a63c40fc6f248f1221c608163c4fd0eba5ed112..05f9b90bca42f3430bed0512f019c195ddbf18ff 100644 (file)
@@ -659,9 +659,7 @@ void copySelectionHelper(Buffer const & buf, Text const & text,
        cutstack.push(make_pair(copy_pars, dc));
 }
 
-} // namespace anon
-
-
+} // namespace
 
 
 namespace cap {
@@ -933,7 +931,7 @@ void cutSelectionHelper(Cursor & cur, CutStack & cuts, bool doclear, bool realcu
        }
 }
 
-}
+} // namespace
 
 void cutSelection(Cursor & cur, bool doclear, bool realcut)
 {
@@ -1010,7 +1008,7 @@ void copySelectionToStack(Cursor const & cur, CutStack & cutstack)
        }
 }
 
-}
+} // namespace
 
 
 void copySelectionToStack()