diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-07-06 16:25:13 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-07-06 16:25:13 +0000 |
commit | 08468f43ecab75789ebacb9e440cf52a3c0f98fe (patch) | |
tree | a5d96f21de13bfa98e716ec6c233eedbd0fb3f77 /basic | |
parent | 67efc985e70d7a411fe0862127dfe002f966cece (diff) |
fix windows build
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/app.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 4743b8c0ddca..ed25b15ebddf 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -1401,19 +1401,10 @@ long BasicFrame::Command( short nID, BOOL bChecked ) // InitMenu(GetMenuBar()->GetPopupMenu( RID_APPRUN )); break; case RID_FILEPRINT: -#ifndef UNX if( pWork ) pPrn->Print( pWork->GetText(), pWork->pDataEdit->GetText(), this ); -#else - InfoBox( this, SttResId( IDS_NOPRINTERERROR ) ).Execute(); -#endif break; case RID_FILESETUP: -#ifndef UNX - pPrn->Setup(); -#else - InfoBox( this, SttResId( IDS_NOPRINTERERROR ) ).Execute(); -#endif break; case RID_QUIT: if( Close() ) aBasicApp.Quit(); |