mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Fix bug 4782.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d95201096e
commit
27f2bdf4e3
@ -42,7 +42,9 @@ void PrinterParams::testInvariant() const
|
||||
{
|
||||
switch (target) {
|
||||
case PRINTER:
|
||||
LASSERT(!printer_name.empty(), /**/);
|
||||
// We can't do this test, because no default printer
|
||||
// may have been set.
|
||||
// LASSERT(!printer_name.empty(), /**/);
|
||||
break;
|
||||
case FILE:
|
||||
LASSERT(!file_name.empty(), /**/);
|
||||
|
Loading…
Reference in New Issue
Block a user