summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2020-09-09 16:19:05 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2020-09-10 09:27:47 +0200
commit37ec75564d18f50e656a78bf046e6e86a3e914c1 (patch)
treea45284b76333bee9730fc0b495dbe8eaf3e8a021 /idl/inc/slot.hxx
parent671109d11fcdeb61b5e8a7c763519bdf1f16dd6b (diff)
Remove the useless Export sdi property
Maybe I'm missing something, but its usage - "if ( !GetExport() && !GetHidden() )" seems like expects it to be true and false at the same time. Anyway, there's no diff in workdir/SdiTarget after this change, so should be safe to remove. Change-Id: I6db508ff40c05dc828ffa91bb41a37c17b697503 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102345 Tested-by: Jenkins Tested-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r--idl/inc/slot.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 34709bc86bf2..16c273e3efea 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -49,7 +49,6 @@ public:
SvMetaSlot* pNextSlot;
sal_uLong nListPos;
SvBOOL aReadOnlyDoc;
- SvBOOL aExport;
void WriteSlot( const OString& rShellName,
sal_uInt16 nCount, const OString& rSlotId,
@@ -103,8 +102,6 @@ public:
bool GetFastCall() const;
bool GetContainer() const;
bool GetReadOnlyDoc() const;
- bool GetExport() const;
- bool GetHidden() const;
sal_uLong GetListPos() const
{ return nListPos; }