Kaydet (Commit) 59d811ef authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

i120145 - Remove ENABLE_PRESENTER_EXTRA_UI

üst 07503b88
...@@ -461,10 +461,6 @@ AC_ARG_WITH(beanshell-jar, ...@@ -461,10 +461,6 @@ AC_ARG_WITH(beanshell-jar,
[ --with-beanshell-jar=JARFILE Specify path to jarfile manually ], [ --with-beanshell-jar=JARFILE Specify path to jarfile manually ],
[ BSH_JAR="$withval" [ BSH_JAR="$withval"
]) ])
AC_ARG_ENABLE(presenter-extra-ui,
[ --enable-presenter-extra-ui enables extra functionality during slideshow,
e.g. selecting pen color, erasing drawings etc.
],,enable_presenter_extra_ui=no)
AC_ARG_ENABLE(minimizer, AC_ARG_ENABLE(minimizer,
[ --enable-minimizer enables the build of the Presentation Minimizer extension [ --enable-minimizer enables the build of the Presentation Minimizer extension
],,) ],,)
...@@ -6190,16 +6186,6 @@ fi ...@@ -6190,16 +6186,6 @@ fi
AC_SUBST(ENABLE_OPENGL) AC_SUBST(ENABLE_OPENGL)
AC_MSG_CHECKING([whether to build extra presenter ui])
if test -n "$enable_presenter_extra_ui" -a "$enable_presenter_extra_ui" != "no"; then
AC_MSG_RESULT([yes])
ENABLE_PRESENTER_EXTRA_UI=YES
else
AC_MSG_RESULT([no])
ENABLE_PRESENTER_EXTRA_UI=NO
fi
AC_SUBST(ENABLE_PRESENTER_EXTRA_UI)
AC_MSG_CHECKING([whether to build the Presentation Minimizer extension]) AC_MSG_CHECKING([whether to build the Presentation Minimizer extension])
if test -n "$enable_minimizer" -a "$enable_minimizer" != "no"; then if test -n "$enable_minimizer" -a "$enable_minimizer" != "no"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
......
...@@ -148,8 +148,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface ...@@ -148,8 +148,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
The slide to display. The slide to display.
@param xDrawPages @param xDrawPages
For future use. For future use.
This parameter can be NULL when the ENABLE_PRESENTER_EXTRA_UI feature is disabled.
@param xAnimationNode @param xAnimationNode
The animation node determine the animations to display. The animation node determine the animations to display.
......
...@@ -35,10 +35,6 @@ AUTOSEG=true ...@@ -35,10 +35,6 @@ AUTOSEG=true
.INCLUDE : settings.mk .INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk .INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(ENABLE_PRESENTER_EXTRA_UI)"=="YES"
ENABLE_PRESENTER_EXTRA_UI is not used anymore
.ENDIF
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
......
...@@ -1688,7 +1688,6 @@ ToFile( "ENABLE_CAIRO", "@ENABLE_CAIRO@", "e" ); ...@@ -1688,7 +1688,6 @@ ToFile( "ENABLE_CAIRO", "@ENABLE_CAIRO@", "e" );
ToFile( "ENABLE_CAIRO_CANVAS", "@ENABLE_CAIRO_CANVAS@", "e" ); ToFile( "ENABLE_CAIRO_CANVAS", "@ENABLE_CAIRO_CANVAS@", "e" );
ToFile( "ENABLE_OPENGL", "@ENABLE_OPENGL@", "e" ); ToFile( "ENABLE_OPENGL", "@ENABLE_OPENGL@", "e" );
ToFile( "ENABLE_PDFIMPORT", "@ENABLE_PDFIMPORT@", "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_MINIMIZER", "@ENABLE_MINIMIZER@","e" );
ToFile( "ENABLE_PRESENTER_SCREEN","@ENABLE_PRESENTER_SCREEN@","e" ); ToFile( "ENABLE_PRESENTER_SCREEN","@ENABLE_PRESENTER_SCREEN@","e" );
ToFile( "ENABLE_REPORTBUILDER","@ENABLE_REPORTBUILDER@","e" ); ToFile( "ENABLE_REPORTBUILDER","@ENABLE_REPORTBUILDER@","e" );
......
...@@ -33,10 +33,6 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -33,10 +33,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk .INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(ENABLE_PRESENTER_EXTRA_UI)"=="YES"
ENABLE_PRESENTER_EXTRA_UI is not used anymore
.ENDIF
# --- Common ---------------------------------------------------------- # --- Common ----------------------------------------------------------
ENVCFLAGS += -DBOOST_SPIRIT_USE_OLD_NAMESPACE ENVCFLAGS += -DBOOST_SPIRIT_USE_OLD_NAMESPACE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment