diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:04:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:04:36 +0000 |
commit | a2109e9975a58ec6e31f6f6836538f629531efb3 (patch) | |
tree | 254ae98c2cbfdf2ebd98fc5824c92d1ef206aa22 | |
parent | 71e70d75573bcbf5af44dd88345d43d496aeed51 (diff) |
INTEGRATION: CWS tune05 (1.2.754); FILE MERGED
2004/07/22 08:18:05 cmc 1.2.754.1: #i30554# SwFrameShell::GetBckColState unused
-rw-r--r-- | sw/source/ui/inc/frmsh.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/inc/frmsh.hxx b/sw/source/ui/inc/frmsh.hxx index f986704a2d..9be32ce7ea 100644 --- a/sw/source/ui/inc/frmsh.hxx +++ b/sw/source/ui/inc/frmsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frmsh.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-09-11 15:05:34 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:04:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,9 +79,6 @@ public: void StateInsert(SfxItemSet &rSet); void StateStatusline(SfxItemSet &rSet); - - void GetBckColState(SfxItemSet &rSet); - void ExecBckCol(SfxRequest& rReq); }; #endif |