[Libreoffice-commits] core.git: sc/source
Caolán McNamara
caolanm at redhat.com
Wed Jul 17 15:31:57 PDT 2013
sc/source/ui/dbgui/sfiltdlg.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 066bce8b1e6255be81eb6aaa384a50562c08d223
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jul 17 23:30:51 2013 +0100
grr, forgot the disabled expanded foo
Change-Id: I7a32e00c740f1c911e92c845d0181713362fefee
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 80b3640..acd2d51 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -318,8 +318,8 @@ IMPL_LINK( ScSpecialFilterDlg, EndDlgHdl, Button*, pBtn )
if ( SCA_VALID != (nResult & SCA_VALID) )
{
- /*if (!pExpander->get_expanded())
- pExpander->set_expanded(true);*/
+ if (!pExpander->get_expanded())
+ pExpander->set_expanded(true);
ERRORBOX( STR_INVALID_TABREF );
pEdCopyArea->GrabFocus();
More information about the Libreoffice-commits
mailing list