diff options
author | thb <thb@openoffice.org> | 2009-06-29 15:15:41 +0200 |
---|---|---|
committer | thb <thb@openoffice.org> | 2009-06-29 15:15:41 +0200 |
commit | a0587039eb5d0517b8687d1e8cbecdaea311caf7 (patch) | |
tree | bb231a4c6334b511261c0f64e0661e7178600152 /set_soenv.in | |
parent | 02dc0bda41a02b2dbb5880c4512c7347cc32e394 (diff) |
#103174# Code from the ecntablet and eraser CWS; optionally improves user paint interactions in slideshow
Diffstat (limited to 'set_soenv.in')
-rw-r--r-- | set_soenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in index 3219c4493c50..c2ba9d361579 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -1661,6 +1661,7 @@ ToFile( "ENABLE_STATIC_GTK", "@ENABLE_STATIC_GTK@", "e" ); ToFile( "ENABLE_CAIRO", "@ENABLE_CAIRO@", "e" ); ToFile( "ENABLE_OPENGL", "@ENABLE_OPENGL@", "e" ); ToFile( "ENABLE_PDFIMPORT", "@ENABLE_PDFIMPORT@", "e" ); +ToFile( "ENABLE_PRESENTER_EXTRA_UI","@ENABLE_PRESENTER_EXTRA_UI@","e" ); ToFile( "ENABLE_MINIMIZER", "@ENABLE_MINIMIZER@","e" ); ToFile( "ENABLE_PRESENTER_SCREEN","@ENABLE_PRESENTER_SCREEN@","e" ); ToFile( "ENABLE_REPORTBUILDER","@ENABLE_REPORTBUILDER@","e" ); |