[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Thu Oct 24 04:44:22 PDT 2013
sw/source/core/doc/docbm.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit d78b26eb9ee290d2324f70890f21bb6bdb7dd33e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 24 13:43:57 2013 +0200
-Werror,-Wunused-const-variable
Change-Id: I32b9d2398d2d734a0d96c937b2238d8ff9a74ef7
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index dad027e..0d1d8c3 100644
--- a/sw/source/core/doc/docbm.cxx
+++ b/sw/source/core/doc/docbm.cxx
@@ -288,11 +288,6 @@ IDocumentMarkAccess::MarkType IDocumentMarkAccess::GetType(const IMark& rBkmk)
}
}
-namespace
-{
- const char CrossRefHeadingBookmark_NamePrefix[] = "__RefHeading__";
-}
-
OUString IDocumentMarkAccess::GetCrossRefHeadingBookmarkNamePrefix()
{
return OUString("__RefHeading__");
More information about the Libreoffice-commits
mailing list