diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:27:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:27:13 +0000 |
commit | 61d54b226d3c7d63de0d23b6de6ed0df414a8067 (patch) | |
tree | 832c3f456b106f98e5680e92ed0ea1d8d3f87b64 /sw | |
parent | b0e4825052bc36cadf30309ef0145488a01f8016 (diff) |
INTEGRATION: CWS gcc4fwdecl (1.4.284); FILE MERGED
2005/06/01 18:38:02 pmladek 1.4.284.1: #i50076#
Fixed forward declarations for gcc4 in sw
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fmtruby.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/fmtruby.hxx b/sw/inc/fmtruby.hxx index d9e151501fa3..9c9b54d65007 100644 --- a/sw/inc/fmtruby.hxx +++ b/sw/inc/fmtruby.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtruby.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-01-05 15:55:07 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:27:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,6 +69,7 @@ #include <svtools/poolitem.hxx> #endif +class SwTxtRuby; class SwFmtRuby : public SfxPoolItem { |