diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-25 07:58:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-25 07:58:17 +0000 |
commit | df204dd857c5dd9041bef8add2a85e824a814d5e (patch) | |
tree | 6fade77d3c01ee2b9c9ad2e589b63fffb01cf17e | |
parent | 3240c1e1e5618b51bbac360fb688229ecce039d0 (diff) |
INTEGRATION: CWS os94 (1.52.64); FILE MERGED
2007/03/12 08:07:33 os 1.52.64.1: #i75235# unused methods removed
-rw-r--r-- | sw/inc/viewsh.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 2c02e57c5230..36f65da4bf60 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: viewsh.hxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: rt $ $Date: 2007-04-03 13:46:18 $ + * last change: $Author: rt $ $Date: 2007-04-25 08:58:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -548,8 +548,6 @@ public: */ void InvalidateAccessibleParaTextSelection(); - String GetMarkListDescription() const ; - ViewShell( ViewShell&, Window *pWin = 0, OutputDevice *pOut = 0, long nFlags = 0 ); ViewShell( SwDoc& rDoc, Window *pWin, |