summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-04-05 18:07:52 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-04-07 08:28:52 +0000
commit359ff94950bc11c31685a6ca6280d4230b9e2f1b (patch)
tree52890a83bbe6989504f2bee093f78b5233c40495 /include/svtools
parentd78040aadb6a8e3eeee1652b62a06d6e7e9b28ce (diff)
Drop remains of the Welcome Screen feature
Which was dropped in e299ef4952a580bdbd416cef3e1a2feba4979e13 (that was in 2001) Change-Id: I5860bb44ced35b338f667e47d89f6ed1d597dc11 Reviewed-on: https://gerrit.libreoffice.org/36159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/helpopt.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/helpopt.hxx b/include/svtools/helpopt.hxx
index 3e7210f09820..0a5bbf5666fb 100644
--- a/include/svtools/helpopt.hxx
+++ b/include/svtools/helpopt.hxx
@@ -44,9 +44,6 @@ public:
const OUString& GetHelpStyleSheet()const;
void SetHelpStyleSheet(const OUString& rStyleSheet);
- void SetWelcomeScreen( bool b );
- bool IsWelcomeScreen() const;
-
OUString GetSystem() const;
};