diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-29 14:41:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-29 14:41:00 +0200 |
commit | e2b7dc3fcd8cc926d54ddcca0d268fbd3b123a7f (patch) | |
tree | e0a1405dbbb8babfaa133bce1dd4bb618d0ea169 /sfx2 | |
parent | 9c0224d5045ec14c993509c39dc3d04e25a4d662 (diff) |
Partially revert "Remove unused defines"
This partially reverts 278000a28b8eceb8528ebdcf1d601de8192979e8
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: If79b1c82653b8626dd83050b8a91cb17f556870f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 0e5e6978be65..40937582f7b1 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -140,7 +140,7 @@ using namespace ::comphelper; #define TBI_SEARCHDIALOG 1008 #define TBI_SOURCEVIEW 1009 #define TBI_SELECTIONMODE 1010 -// TBI_ONSTARTUP 1011 +#define TBI_ONSTARTUP 1011 #define CONFIGNAME_HELPWIN DEFINE_CONST_UNICODE("OfficeHelp") #define CONFIGNAME_INDEXWIN DEFINE_CONST_UNICODE("OfficeHelpIndex") |