diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-29 22:41:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-29 23:09:38 +0100 |
commit | 321216ea83533db83a603f6c8ea2eec0abccf288 (patch) | |
tree | dcc7e8b0b05cf94963e5e025e8c1433693c85a87 /basctl | |
parent | dc89ef154f076e7578f82d67cc4c4ef7f4101fe0 (diff) |
Remove strange DummyType
I can see no purpose to DummyType
Change-Id: I25d9d3b321df28f8c2bcb4bf915eb176a14fdaf8
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/basobj.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx index 2ad5328f6d64..36fc8c0068be 100644 --- a/basctl/source/inc/basobj.hxx +++ b/basctl/source/inc/basobj.hxx @@ -27,6 +27,7 @@ class SbMethod; class SbModule; class SbxVariable; class StarBASIC; +class String; class SfxUInt16Item; class SfxBindings; class Window; |