diff options
author | Arnaud Versini <arnaud.versini@libreoffice.org> | 2021-01-31 13:52:33 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-01 07:27:41 +0100 |
commit | f6a38df16cb2749f007a644db3d0dee829960114 (patch) | |
tree | a6694fe6910582fe66f956e7fcc0500218315376 /basic/source/inc | |
parent | e65b1480426667622335aeb2e2413d3d8703a273 (diff) |
basic : remove useless class pre declaration
Change-Id: Iba78fb4d28651b298ed6ec5e53b30b2afebb28a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110203
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/filefmt.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/inc/filefmt.hxx b/basic/source/inc/filefmt.hxx index f6cc8e1fe88f..3460b1abbd7f 100644 --- a/basic/source/inc/filefmt.hxx +++ b/basic/source/inc/filefmt.hxx @@ -19,8 +19,6 @@ #pragma once -class SvStream; - // Version 2: data type of the return value for publics // Version 3: new opcodes // Version 4: new opcodes |