diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-26 15:42:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-26 21:47:44 +0000 |
commit | 6eab9cb08487ecfee46e7d81c808c3c9dd3e4400 (patch) | |
tree | b7e095b9172dc637eca641724355d1e19e2f108e /sfx2/inc | |
parent | 299359d0b860d87498729693bfd8fbcb4341496f (diff) |
~SfxMacroInfo::Store declared, but never defined
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/macrconf.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/macrconf.hxx b/sfx2/inc/sfx2/macrconf.hxx index fe75ad7cee04..ec7054fef4ab 100644 --- a/sfx2/inc/sfx2/macrconf.hxx +++ b/sfx2/inc/sfx2/macrconf.hxx @@ -78,7 +78,6 @@ public: ~SfxMacroInfo(); sal_Bool operator==(const SfxMacroInfo& rOther) const; int Load (SvStream&); - int Store (SvStream&); String GetMacroName() const; String GetQualifiedName() const; String GetFullQualifiedName() const; |