summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-03 12:02:53 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-04 20:50:19 +0000
commit62d50671919424ca4dd80cd7733b7b259132b9ab (patch)
tree62796e4e952d73685b1380e750d80dde354b2b95 /sw/source
parenta25846baf1137e7086292d8d8824a94f6a825166 (diff)
Remove more unused methods
Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc Reviewed-on: https://gerrit.libreoffice.org/5789 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/writerwordglue.cxx6
-rw-r--r--sw/source/filter/ww8/writerwordglue.hxx14
2 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/filter/ww8/writerwordglue.cxx b/sw/source/filter/ww8/writerwordglue.cxx
index 18968d060bd6..226b20ce926e 100644
--- a/sw/source/filter/ww8/writerwordglue.cxx
+++ b/sw/source/filter/ww8/writerwordglue.cxx
@@ -418,12 +418,6 @@ namespace sw
mbHasFooter = false;
}
- bool HdFtDistanceGlue::EqualTopBottom(const HdFtDistanceGlue &rOther)
- const
- {
- return (dyaTop == rOther.dyaTop && dyaBottom == rOther.dyaBottom);
- }
-
bool HdFtDistanceGlue::StrictEqualTopBottom(const HdFtDistanceGlue &rOther)
const
{
diff --git a/sw/source/filter/ww8/writerwordglue.hxx b/sw/source/filter/ww8/writerwordglue.hxx
index 263a13ebabca..98f2c1056f31 100644
--- a/sw/source/filter/ww8/writerwordglue.hxx
+++ b/sw/source/filter/ww8/writerwordglue.hxx
@@ -133,20 +133,6 @@ namespace sw
bool HasFooter() const { return mbHasFooter; }
/** Is the top of the page the same in both objects
-
- Ignoring the difference in header and footers, will the main
- document text have the same top/bottom bounds in word between
- both these objects.
-
- @param
- rOther the other HdFtDistanceGlue to compare against
-
- @return true if the main text areas top and bottom is at the
- same location, false otherwise.
- */
- bool EqualTopBottom(const HdFtDistanceGlue &rOther) const;
-
- /** Is the top of the page the same in both objects
when there are headers\footers present or non-present in both objects
This test is important, because we would like to ignore cases